html, body
{
	font-family: verdana;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url('../images/menubg.png') repeat-x ;
	background-position: 0 173px;
	behavior: url("scripts/csshover3.htc");
}
a{
	color: #000;
}
h1{
	color: #AD0005;
	font-size: 16px;
}
h2{
	color: #AD0005;
	font-size: 14px;
}
#container
{
	width: 1000px;
	min-height: 100%;
	overflow: auto;
	margin: 0 auto;
}
#header
{
	height: 173px;
	background: url('../images/header.jpg') no-repeat;
}
#menu
{
	height: 28px;
	background: url('../images/menubg.png') repeat-x;
}
#menu li a{
	color: #fff;
	text-decoration: none;
	padding-right: 38px;
	padding-left: 38px;
	height: 28px;
	display: block;
	line-height:28px;
}
#menu li a.active
{
	background: #C5C5C5;
	color: #000;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}
#menu ul li{
	position: relative;
	float: left;
}
#menu ul li ul{
	display: none;
	
}
#menu ul li:hover ul{
	position: absolute;
	left: 0px;
	top: 28px;
	display: block;
	background: #AD0005;
	border: 1px solid #A30000;

}
#menu ul li:hover li
{
	min-width: 220px;

}
#left
{
	float: left;
	width: 240px;

}
#left ul{
	list-style: none;
	border-top: 1px solid #A30000;
	border-bottom: 1px solid #A30000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right
{
	float: right;
	width: 740px;
}
#right_content
{
	float: left;
	width: 450px;
}
#right_menu
{
	float: right;
	width: 240px;

}
#content
{
	padding-bottom: 136px;
	overflow: hidden;
}

#footer
{
	width: 100%;	
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	height: 136px;
	margin-top: -136px;
}
