#nav {
	position: absolute;
	top: 250px;
	left: 230px;
	width: 780px;
	height: 40px;
	background : url(../images/menu.jpg);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}


#nav a {
	display: block;
	width: 130px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	line-height : 40px;
	padding: 0px;
	margin: 0px;
	color: #bd751e;
	font-weight : bold;
	font-size : 12px;
}


#nav a:hover {
	color: #EEA651;
}



#nav a.active {
	color: #EEA651;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1250px;
	height: 240px;
	
}

.carousel_container {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 700px;
	height: 240px;
	margin: 0px auto;
	border: 0px solid #3399FF;
}


#content {
	background-color: #140700;
	position: absolute;
	top: 300px;
	left: 230px;
	width: 720px;
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#footer {
	position: relative;
	top: 20px;
	left:-20px;
	width: 780px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:40px;

}

#footer a{
	display: block;
	width: 250px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	line-height : 40px;
	padding: 0px;
	margin: 0px;
	color: #bd751e;
	font-weight : bold;
	font-size : 12px;
}

#footer a:hover{
	color:#EEA651;
}

#footer a.active{
	color:#EEA651;
}


#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #a0a0a0;
	text-decoration: none;
}


#block {
	position: absolute;
	top: 250px;
	left: 40px;
	width: 150px;
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnav {
	position: absolute;
	top: 241px;
	left: 601px;
	width: 150px;
	height: 300px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #EEA651;
}

#subnav a:hover {
	font-weight: bold;	
}




#sidebar {
	position: absolute;
	top: 250px;
	left: 1030px;
	width: 120px;
	padding-top: 10px;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #EEA651;
	font-size: 10px;
}

.normal  {
	font-family : Times New Roman, Times, serif;
	font-size: 11pt;
	color: #BD751E;
}
