body {
	background: #333;
}

#contain {
	background: url(../images/bg_contain.gif) repeat-y;
	width: 960px;
	margin: 20px auto;
}

#c1, #c2 {
	position: relative;
	width: 210px;
	float: left;
}

#c1 {
	z-index: 50;
}
#c2 {
	z-index: 0;
}

#c1 {
	background: #ecc002;
}

	#identity {
		display: block;
		border-bottom: 2px solid #fff;
		width: 210px;
		min-height: 110px;
		height: 100% !imporant;
		height: 110px;
	}

	#nav ul {
		list-style: none;
		padding-top: 20px;
	}
	
	#nav ul li {
		position: relative;
		margin-left: 0;
		height: 46px;
		z-index: 100;
	}
	
	#nav ul li a {
		display: block;
		background: url(../images/bg_nav0.gif) no-repeat 0 0;
		font-size: 16px;
		color: #3c1106;
		width: 160px;
		height: 46px;
		text-decoration: none;
		line-height: 46px;
		padding-left: 50px;
	}
	
	#nav ul li a:hover {
		background: url(../images/bg_nav0.gif) no-repeat 0 -46px;
	}
	
	#nav ul li.active a, #nav ul li.active a:hover {
		background-position: 0 -92px;
	}
	
	#nav ul ul {
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 210px;
		z-index: 150;
		display: none;
		padding-top: 0;
	}
	
	#nav ul li.active ul {
		display: block;
	}
	
	#nav ul li.active ul li a {
		border: none;
		background: url(../images/bg_nav1.gif) no-repeat -5px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		width: 185px;
		padding-left: 25px;
	}

	#nav ul li.active ul li a:hover {
		background: url(../images/bg_nav1.gif) no-repeat -5px -46px;
	}
	
	#nav ul li.active ul li.active a, #nav ul li.active ul li.active a:hover {
		background: url(../images/bg_nav1.gif) no-repeat -5px -92px;
	}


#c2 {
	background: url(../images/bg_c2.jpg) no-repeat center 5px;
	color: #8b1c28;
	min-height: 490px;
	height: 100% !imporant;
	height: 490px;
}

#c3 {
	width: 540px;
	float: right;
}
	#c3 #headwrap {
		display: block;
		position: relative;
		min-height: 110px;
		height: 100% !important;
		height: 110px;
		border-bottom: 2px solid #ecc002;
		margin-right: 30px;
		margin-bottom: 28px;
		margin-left: 30px;
	}
		#c3 h1 {
			display: block;
			position: absolute;
			top: auto;
			right: auto;
			bottom: 28px;
			left: 0;
		}
	
	#c3 p a {
		color: #8c1c28;
		text-decoration: none;
	}
	#c3 p a:hover {
		text-decoration: underline;
	}
	#c3 p a.mailto {
		padding-left: 22px;
		background: url(../images/mailicon.gif) no-repeat 0 center;
	}
	
#footer {
	display: block;
	background: url(../images/bg_footer.gif) no-repeat 0 0;
	min-height: 90px;
	height: 100% !imporant;
	height: 90px;
	clear: both;
}



