@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #3B0600;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	border-bottom: solid 1px #000000;
}

body, html {
	height: 100%;
}
a {
	color: #e4e4d8;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}


.container {
	width: 900px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	background-image: url(../images/bg-red-fade-1000.jpg);
}

.header  {
	height: 150px;
	background-image: url(../images/header-bg-redplain2-900.jpg);
	clear: left;
}
.header-contact {
	text-decoration: none;
	color: #e4e4d8;
	padding: 130px 0px 0px 520px;
	font-weight: bold;
}

.content  {
	background-color: #825400;
}
.colorline {
	height: 5px;
	background: #9F6800;
	border-bottom: solid 1px #000000;
}
.left {
	width: 225px;
	color: white;
	float: left;
	padding: 0 0 0 0;
	background-color: #9F6800;
}


.left ul {
	list-style-type: none;
	margin: 00px 0 0 0;
	padding: 0;
}
.left ul li {
	height: 30px;













	border-bottom: solid 1px
#;
	width: 185px;
	padding-left: 40px;
	padding-top: 15px;
	border-bottom: solid 1px #333333;

}
.left ul li:hover {
	background-color: #B77700;
}
.left-bot {
	width: 210px;
	color: white;
	float: left;
	padding: 20px 0 15px 15px;
	background-color: #825400;
}

.right {
	color: white;
	float: right;
	width: 634px;
	padding: 20px 20px 0 20px;
	border-left: solid 1px #333333;
	min-height: 870px;
}


.bot-container {
	height: 25px;
	background: #000000;
}
.clear {
	clear: both;
}
.nav-image {
	margin-top: 0px;
}


.top-content {
	margin: 0 auto;
}
.top-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 900px;
}
.top-content ul li {
	float: left;
	width: 150px;
	border-left: solid 1px #333333;
	height: 23px;
	text-align: center;
	padding-top: 7px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 1px #333333;
	background-image: url(../images/fade-top.jpg);

}
.top-content  ul  li:hover {
	background-image: url(../images/fade-top-hover.jpg);
}

.top-content ul li a {
	font-weight: bold;


}
.top-content ul li a:hover {
}


.top-content  .li-end   {
	border-right: solid 1px #333333;
	width: 143px;

}
.top-content .li-start {
	border-left: solid 1px #333333;
}

.footer-line {
	width: 975px;
	margin: 0 auto 15px auto;
	height: 1px;
	border-top: solid 1px #000000;
}

