body {
	background-color: #e2e3e4;
	margin: 0;
	padding: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 13px;
}

h1 {
	clear: both;
	font: bold 18px Times New Roman, serif;
	color: #DE7B1E;
	text-align: left;
	text-indent: 10px;
}

.b_font{
	font-size: 14px;
	line-height: 17px;
}

img {
	border: 0;
}

li {
	margin: 5px 0 5px 0;
}

a {
	color: #DE7B1E;
	text-decoration: underline;
}

a:hover {
		color: #333333;
}
#container 
{
	display: table;
	width: 866px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #FFF;
	margin : 40px 0 auto;
	padding: 10px;
	text-align : left;
}

#menu {
	width: 866px;
	height: 37px;
	background: url(/images/menu_bg.gif) repeat-x; 
	text-align: center;
	margin-top: 10px;
}

#menu a {
	height: 37px;
	float: left;
	padding: 5px 10px 15px 10px;
	border-right: 1px solid #FFF;	
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#menu  a.b_current {
	color: #8f2c05;
}

#main {
	clear: both;
}

#main img{
	float: left;
	padding-right: 20px;	
}

#main div {
	float: left;
	width: 560px;
}

#main div table, p {
	padding: 0 10px 10px 10px;
}

#footer {
	clear: both;
	width: 906px;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
}