@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
}

#navbar  {
	left: 0px;
	width: 955px;
	height: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	line-height:32px;
	background-color: #5A635C;
	position: relative;
	}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#nav a {
	font-weight: bold;
	font-size:16px;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #414338;
	border-width: 0 5px;
	background: #b5ad96;
}

#nav li {
	float: left;
	position: relative;
	width: 8.3em;
	text-align: center;
	cursor: default;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: 0px;
}

li li {
	display: block;
	float: none;
	background-color: #5A635C;
	border: 0;
	line-height:20px;

}

li:hover ul, li.over ul {
	display: block;
}


body {
	position: relative;
	width: 955px;
	margin: 0 auto;
	background-color: #B5AD96;
	font-family:Arial, Helvetica, sans-serif;
	}

#header {
	top: 0px;
	left: 0px;
	width: 955px;
	height: 202px;
	background-image:url(images/header.gif);
	}
	
#news {
	position: absolute;
	top: 247px;
	left: 0px;
	width: 225px;
	height: 500px;
	background-color: #ACA899;
	}
	
#main {
	padding: 20px;
	width: 689px;
	background-color: #E7D7CA;
	float: right;
	height: 100%; 
	}
	
#main2 {
	padding: 20px;
	width: 915px;
	background-color: #E7D7CA;
	}
	
#main3 {
	width: 335px;
	height: 177px;
	float: left;
	padding: 5px;
	background-color:#B5AD96;
	border: medium solid #000;
}

#main4 {
	width: 325px;
	height: 180;
	float: right;
	padding: 15px 5px;
	text-align: center;
	border-top: medium solid #000;
	border-right: medium solid #000;
	border-bottom: medium solid #000;
	background-color:#B5AD96;
}
	
#leftmain {
	width: 206px;
	float: left;
	padding: 20px 10px 5px 10px;
	background: #90A093;
	}
	
#content {
	width: 955px;
	background: #90A093;
	}	

#footer  {
	left: 225px;
	width: 820px;
	height: 90px;
	background: url(index2.gif) left no-repeat #5A635C;
	text-align: center;
	padding-top: 15px;
	padding-left: 135px;
	padding-bottom: 10px;
}

#footer img{
	border-right: #000 2px solid;
}
	
.blacktext {
	font-size: 9pt;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}

.prettytext {
	font-size: 13pt;
	font-style: normal;
	font-weight: bolder;
	color:#933;
}

.blacktextbigger {
	font-size: 12pt;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}

.footertext {
	font-size: 10pt;
	font-weight:bold;
	}
	
a:link {
	font-size: 16px;
	color: #000000;
}
a:visited {color:#000000;
}

.bottomlinks a:visited {
	color: #CCCCCC;
}

.bottomlinks a {text-decoration:none;}

a.toplinks:hover {
	<!--color:#CCCCCC;
	<!--text-decoration:none;
}

