@charset "utf-8";
body {
	/*width: 800px;*/
	background-color: #000000;
	behavior: url(csshover3.htc); /* WinIE behavior call */
}
#content {
	text-align: center;
}
.div_wrapper {
	margin:0 auto;
	width:532px;
	text-align: left;
	background-image: url(../images/home_main.jpg);
	height: 429px;
}
.div_inside {
	margin:0 auto;
	width:532px;
	text-align: left;
	height: 429px;
}

a:link {
	color: #C68640;
	/* color: #FFFFFF; */
	text-decoration: underline;
}
a:hover {
	/* color: #C68640; */
	color: #84791d;
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a {
	/* color: #FFFFFF; */
	color: #C68640;
	text-decoration: underline; 
}
.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 532px;
	text-align: center;
	clear: both;
}

div#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
	float: left;
	width: 10em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
		
}
/* hack to correct IE5.5 faulty box model */
* html #sidebar {width: 10em; w\idth: 10em;}

div#sidebar ul {margin: 0; padding: 0; width: 10em; border: 1px solid #948d5f;}
div#sidebar li {position: relative; list-style: none; margin: 0; border-bottom: 1px solid #948d5f;}
div#sidebar li:hover {background: #000; } 
div#sidebar li.submenu:hover {background: url(img/carrow1a.gif) 95% 50% no-repeat; background-color:#333;}
div#sidebar li a {
	display: block; 
	color: #FFFFFF;
	padding: 0.25em 0 0.25em 0.5em; 
	text-decoration: none; 
	width: 9.5em;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #sidebar a, * html #sidebar a:visited {width:9.5em; w\idth:9.5em;}

div#sidebar li a:hover {
	color: #C68640; 
}
div#sidebar>ul a {width: auto;}
div#sidebar li.submenu a {display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; width: 14.5em;}

div#sidebar ul ul {position: absolute; top: 0; left: 10em; display: none; width: 12em; background: url(../images/home_img_middle.jpg);}
div#sidebar ul.level1 li.submenu:hover ul.level2 {display: block;}



