/* CSS Document */

body {
	background-color: #3f3f1b;
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

#header {
	background-color: #3F3F1B;
	height:164px;
    width:900px;
	background-image: url(images/head1_bg.jpg);
	//text-align: center;
	align:center;
      
}



.TBL400 {
	height: inherit;

}

.tbllineheight {
	line-height: 1.5;	

}
.nav {
	margin-top: 25px;
	width: 210px;
	border: solid #3F3F1B 1px;

	background-color: #fff;
	text-align: left;
	padding: 5px;
	height: 620px;

}
	

.nav a {
	text-align: left;
	font-weight: bold;
	

	text-decoration: none;
	color: #710000;
}
.nav a:hover {
	border: solid #EFAAA3 1px;
	text-align: right;
	color: #54563A;
}
#content {
	background-color: #a5a578;
	width: 900px;
	height: auto;
	border-bottom: solid #3F3F1B 1px;
	height: auto;
	align:center;
   

}
#contentRight {
	background-color: #fff;
	width: 95%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F3F1B;
	border-right-color: #3F3F1B;
	border-bottom-color: #3F3F1B;
	border-left-color: #3F3F1B;
	height: auto;
	padding-top: -20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
        
}



#footer {
	background-color: #DDDDBB;
	width:100%;
	height: 20px;
	border-top: solid #3F3F1B 1px;
	margin-top: 10px;
	clear: both;
}
#footer a {
	text-align: left;
	font-weight: bold;
	

	text-decoration: none;
	color: #710000;
}
#footer a:hover {
	text-align: right;
	color: #E5A3A4;
}
#credits {
	background-color: #A5A578;
	width:100%;
	height: 20px;
	color: #DDDDBB;
	margin-top: 5px;
	clear: both;
	font-size: 10px;
}
#credits a {
	text-align: left;
	text-decoration: none;
	color: #DDDDBB;
}
#credits a:hover {
	text-align: right;
	color: #3F3F1B;
	text-decoration: underline;
}
