/**
 Malaysia Forum
 Copyright (c) 2004-2007 
 Author: jiinjoo
*/

/* Layout */
body {
  background: #EEEEEE;
  text-align: left;
  font-family: Verdana;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

#banner {
  background: #FFFFFF url("images/MalaysiaForumBanner.gif") top left no-repeat;
  height: 160px;
  width: 800px;
}

#container {
  background: #FFFFFF;
  width: 780px;
  padding: 10px;
  padding-bottom: 20px;
}

#footer {
  border-top: 1px solid #990000;
  text-align: center;
}


/* Fonts */
h1 {
  font-size: 30px;
  color: #C33;
  text-align: center;
}

a:visited { color: #C00; }
a:hover { color: #F00; }
a:link { color: #C00; }
a:active { color: #C00; }

/* Content */
#content {

}

#contenttable {
  padding: 5px; 
  border: 1px solid #000000;
  font-family: Verdana;
  font-size: 10pt;
 
}

#contenttable tr td {
  vertical-align: top;
}

#welcome {
  padding: 5px;
}

#latestnews {
  background: #EEEEEE;
  padding: 5px;
  border: 1px solid #990000;
}

#activeforums {
  padding: 5px;
}
