body {
  margin: 0 0 0 0;
  background: url("../img/sidebar.png") repeat;
}

#container {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border: 0;
  width: 800px;
  background: #F8F8F8;
  height:auto;
}

#header {
  margin: 0 0 0 0;
  background: #F8F8F8;
  /*background: url("../img/sidebar.png") repeat;*/
  height:150px;
}

#header.class1 {
  background: url("../img/random_header/1.jpg") no-repeat;
}

#header.class2 {
  background: url("../img/random_header/2.jpg") no-repeat;
}

#header.class3 {
  background: url("../img/random_header/3.jpg") no-repeat;
}

#header.class4 {
  background: url("../img/random_header/4.jpg") no-repeat;
}

#header.class5 {
  background: url("../img/random_header/5.jpg") no-repeat;
}

#header.class6 {
  background: url("../img/random_header/6.jpg") no-repeat;
}

#header.class7 {
  background: url("../img/random_header/7.jpg") no-repeat;
}

#header.class8 {
  background: url("../img/random_header/8.jpg") no-repeat;
}

#header.class9 {
  background: url("../img/random_header/9.jpg") no-repeat;
}

#header.class10 {
  background: url("../img/random_header/10.jpg") no-repeat;
}

#menu {
  height: 22px;
  background: #1e311e;
  font-family: arial,tahoma,calibri;
  font-size: 14px;
  color: #FFFFFF;

}

#submenu {
  height:22px;
  background: #1e311e;
  font-family: arial,tahoma,calibri;
  font-size: 14px;
  color: #FFFFFF;
}

#colone {
  float: left;
  width: 190px;
  background: #F8F8F8;
  font-family: arial,tahoma,calibri;
  font-size: 12px;
  padding: 0 5px 0 5px;
}

#coltwo {
  float: right;
  width: 190px;
  background: #F8F8F8;
  font-family: arial,tahoma,calibri;
  font-size: 12px;
  padding: 0 5px 0 5px;
}

#colthree { 
  float: left;
  width: 390px;
  background: #F8F8F8;
  font-family: arial,tahoma,calibri;
  font-size: 12px;
  padding: 0 5px 0 5px;
  text-align:justify;
}

#footer {
  clear: both;
  background: #F8F8F8;
  font-family: arial,tahoma,calibri;
  font-size: 10px;
  color: #FFFFFF;
  background: url("../img/sidebar.png") repeat;
}

.page_title {
  font-family: arial,tahoma,calibri;
  font-size: 16px;
  font-weight:bold;
/*  text-decoration:underline;*/
}

.news_title {
  font-weight:bold;
/*  background:#FFFFCC;*/
}

.news_content {
  background:#FFFFCC;
}

a {
  color: #000000;
  text-decoration:none;
}

a:hover {
  color: #000000;
  text-decoration:underline;
}

a.menu {
  color: #FFFFFF;
  text-decoration:none;
}

a.menu:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

img {
  border: 0;
}

/* COS HE'S A HERO */

#menu ul {	
	list-style: none;
	padding: 0;
	margin: 0;	
	}

#menu_test li {
	float: left;
}

#menu_test li a {
	padding:2px 5px 2px 5px;
	background:#1e311e;
  	color:#FFFFFF;
  	text-decoration:none;
  	float:left;
  	/*border:1px solid #FFFFFF;*/
	display: block;
	text-decoration: none;
	text-align: center;
}

#menu_test li a:hover {
  	background:#FFFFFF;
  	color:#000000;
}

#submenu ul {	
	list-style: none;
	padding: 0;
	margin: 0;	
}