@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #463c2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container  {
	margin: 0 auto;
	text-align: left;
	min-width: 1000px;
} 
#header {
	background-color: #3d1f0d;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 262px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #695a47;
} 
#header .flash {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {

}
#tablemain {
padding-right: 40px;

}
#menu {
	float: left;
	width: 261px;
	padding-top: 24px;
	padding-bottom: 250px;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 40px bottom;
}
#menu .links {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#menu .links li {
	list-style-type: none;
	background-color: #b86900;
	background-image: url(images/menu_link_bg.png);
	background-repeat: repeat-x;
	height: 17px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#menu .links div {
	background-image: url(images/menu_link_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menu .links a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	background-image: url(images/menu_link_left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 262px;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 11px;
	margin-right:20px;
	color: #bdbdbd;
} 
#mainContent p {
	padding: 10px 0;
}

#mainContent h1 {
	font-size: 18px;
	color: #ffae00;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595044;
	padding-bottom: 3px;
}


#footer {
	padding: 0;
	margin: 0;
	font-size: 11px;
	width:100%;
	color: #BDBDBD;
} 
#footer .inner {
	margin-right: 53px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595044;
	margin-left: 30px;
	padding-left: 15px;
	padding-top: 0px;

}
#footer .bottomInfo {
	padding-bottom: 10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
strong   {
	color: #FFFFFF;
	font-weight: normal;
}
a {
	color: #ffae00;
	text-decoration: underline;
}
h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}
