@charset "utf-8";
/* CSS Document */


html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

body{
	line-height: 16px;
	background-color: #949184;
	background-repeat: repeat;
	font-family: Verdana, sans-serif;	
	margin: 0px;
	color: #50504f;
	font-size: 11px;
	overflow:hidden;
}
#body { 
	min-width: 1100px; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:2; 
	width:100%; 
	height:100%; 
	overflow:auto; 
}
a {
	color: #a7a395;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: black;
}



#header{
	background-color: #d5d5d0;
	background-position: right top;
	clear: both;
	text-align: right;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#content-container{
	float: left;
	width: 750px;
}
#content{
	border-right-color: #a8a69d;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98968e;
	color: #3a3a38;
	clear: both;
	padding-bottom: 20px;
	padding-top: 12px;
	background-image: url(images/bg2.jpg);
	padding-right: 20px;
	padding-left: 20px;
}
#footer{
	width: 750px;
	text-align: center;
	float: left;
	color: #e1e2dd;
	font-size: 10px;
	padding-top: 2px;
}
#content h1{
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	color: #838075;
	font-size: 14px;
}
#content h2{
	font-style: normal;
	font-weight: normal;
	color: #97958e;
	font-size: 13px;
}
#menu{
	margin-right: 34px;
	float: left;
	width: 350px;
}
#menu ul{
	padding: 0px;
	margin: 0px;
}
#menu ul li{
	padding: 0px;
	border-bottom-style: none;
	height: 32px;
	text-transform: uppercase;
	margin: 0px;
	list-style-type: none;
}
#menu ul li a{
	border-right-color: #a8a69d;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98968e;
	color: #3a3a38;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	background-image: url(images/bg2.jpg);
}
#menu ul li a:hover{
	background-color: #97958e;
	border-right-color: #a8a69d;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98968e;
	color: white;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	background-image: url(;);
}
#menu ul li ul{
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -8px;
	padding-top: 10px;
	background-image: url(images/bg2.jpg);
	border-right-color: #a8a69d;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98968e;

}
#menu ul li ul li{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 14px;
	border-right-width: 1px;
	border-bottom-width: 2px;

}
#menu ul li ul li a{
	background-image: url(;);
	color: #565655;
	border-style: none;
	margin: 0px;
	font-size: 10px;
	text-transform: none;
	padding: 0px;
}
#menu ul li ul li a:hover{
	color: white;
	border-style: none;
	margin: 0px;
	font-size: 10px;
	text-transform: none;
	padding: 0px;
}
#menu ul li ul li:hover{
	background-color: #97958e;

}
#container{
	margin-top: 50px;
}
#hdr{
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	text-transform: uppercase;
	font-size: 27px;
	color: white;
	background-color: #a7a395;
}




