/* CSS Document */
body {
	background-color: #2A1000;
}

a {
	text-decoration:none;
}

div#header
{
	width: 950px;
	height: 24px;
	background-image:url("../images/nav_bar.jpg");
}

div#maincontent
{
	width: 948px;
	height: 385px;
	padding: 0px 0px 0px 0px;
	margin-left:0px;
	background-image:url("../images/sub_image.jpg");
}


div#subcontent
{
	width: 663px;
	height: 310px;
	overflow: auto;
	color: #a9aa75;
	font-family:Tahoma;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	/*
	border-right:#FFFFFF;
	border-right-width:1px;
	border-right-style:solid;
	*/
}

.tdleftimage
{
	/*width:342px;*/
	width:270px;
	height:385px;
}
.tdleftimage img
{
	width:270px;
	height:385px;
}

.tdcontent
{
	/*background-image:url("../images/sub_content.jpg");*/
	padding-bottom:10px;
	padding-top:10px;
	padding-left:2px;
	padding-right:2px;
}

div#footer
{
	width: 950px;
	height: 24px;
	background-image:url("../images/footer_repeat.jpg");
}

ul#nav
{
	clear:both;
	padding:7px 2px 2px 2px;
	margin:0px;
	height:19px;
	font-family: Tahoma;
	font-size:12px;
	font-weight : normal;
	color: #a9aa75;
}

ul#nav li
{
	display: inline;
	padding: 2px 5px 2px 15px;	
}

ul#nav li a{
	color: #f2f1b8;
	text-decoration:none;
}

.subheader
{
	height:52px;
	width: 606px;
	font-family:Tahoma;
	font-size:20px;
	text-align:center;
	/*font-weight:bolder;*/
	color:#f2f1b8;
	/*background-image:url("../images/sub_caption.jpg");*/
}

div#copyright
{
	margin-left:14px;
	font-family:Tahoma;
	font-size:10px;
	color:#9D9269;
	
}

div#copyright a, div#copyright a:hover {
	color: #C0C0C0;
}

.copyright
{
	font-style:italic;
	
	text-decoration:none;
	color:#A9AA75;
}

a:hover
{
	color:#666666;
}

ul#nav li a:hover
{
	color:#ffffff;
}