* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	width:780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}




body{
	background-color:#8a826d;
}
.wrapper {
	background:transparent url("img/main_bg.gif") repeat-y top right;
}
#container,#footer{
	margin:0 auto;
	width:780px;
}

#top_nav{
	height:24px;
	line-height:24px;
	background-color:#dfdbd8;
	direction:ltr;
	text-align:right;
	padding-right:7px;
}
#top_nav a{
	text-decoration: none;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#top_nav img{
	vertical-align:bottom;
}
#header_vis{
	height:187px;
	background:#c3bcb2 url("img/mainpic.gif") no-repeat top right;
}
#header_vis div{
	margin-top:50px;
	float:left;
	width:218px;
	text-align:center;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#808000;
}
#header_vis div b{
	font-size:16px;
}
#content{
	margin:10px 0;
}
/*----------------------------------------------------menu horiz----------------------------------------------------*/
#menu_horiz{
	height:22px;
	line-height:22px;
	background:transparent url("img/menu_bg.gif") repeat-x top right;
}
#menu_horiz ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu_horiz ul li{
	float:right;
}
#menu_horiz ul li a{
	display:block;
	text-decoration: none;
	width:auto;
	padding:0 20px;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#000;
	border-left:1px solid #000;
}
/*----------------------------------------------------menu horiz----------------------------------------------------*/

/*----------------------------------------------------menu side----------------------------------------------------*/
#menu_side{
	width:180px;
	float:right;
	padding-top:40px;
}
#menu_side ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu_side ul li a{
	padding-right:7px;
	display:block;
	border-left:1px solid #939393;
	height:22px;
	line-height:22px;
	text-decoration: none;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#000;
	background:transparent url("img/menu_bg.gif") repeat-x top right;
	
}
/*----------------------------------------------------menu side----------------------------------------------------*/
#data_side{
	float:left;
	width:580px;
	padding:0 10px;
}
#footer{
	background-color:#8a826d;
	text-align:center;
	font-size:12px;
}
#footer div.footer_top{
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	background-color:#a69f8d;
	margin-bottom:20px;
}