
/***************  templates/main/css/template.subpage.css  ***************/
div#main-content{
	float: left; _display: inline;
	width: 960px;
	height: auto;
	margin-top: 552px;
	padding-top: 7px;
	position: relative;
}
#main-content.hover{
	background: #fff;
}
	.content-wrapper p{
		line-height: 22px;
	}
	.content-wrapper ul{
		margin: 0 0 15px 15px;
		padding: 0;
	}
		.content-wrapper ul li{
			background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -741px;
			padding-left: 8px;
			list-style-type: none;
			line-height: 1.7	
		}
	#main-content .overlay{
		width: 960px;
		height: 100%;
		top: 4px;
	}   
	