#flash {
	background: url("/static/images/tmp/top.flash.jpg") no-repeat;
	height: 275px;
	width: 979px;
	margin-top: 8px;
}
#content {
	color: #6f634a;
	overflow: hidden;
	margin: 12px 0 0 0;
	padding: 0 13px 17px 14px;
	background: url("/static/images/main.content.bg.jpg") no-repeat bottom; 
	/* background: red;*/
}
	#content div.col1 {
		float: left;
		background: url("/static/images/main.content.col1.jpg") no-repeat;
		width: 272px;
		height: 232px;
		overflow: hidden;
		margin-right: 17px;
		padding: 10px 15px 10px 19px;
	}
	#content div.col1 h2 span,
	#content div.col2 h2 span,
	#content div.col3 h2 span,
	#content div.col3ask h2 span,
	#content div.col3ask a.ask span,
	#content a.more span { display: none }
	
	#content div.col1 h2 {
		margin: 0 0 8px 0;
		width: 61px;
		height: 30px;
		background: url("/static/images/main.content.about.png") no-repeat;
	}
	
	#content div.col2 {
		float: left;
		margin-right: 17px;
		background: url("/static/images/main.content.col1.jpg") no-repeat;
		width: 286px;
		height: 231px;
		padding: 11px 10px 10px 10px;
	}
	#content div.col2 h2 {
		margin: 0 0 8px 10px;
		width: 61px;
		height: 29px;
		background: url("/static/images/main.content.news.png") no-repeat;
	}
		div.last { margin-top: 14px;}
		div.dotted {
			background: url("/static/images/main.content.news.dotted.png") no-repeat bottom;
			padding-bottom: 8px;
			overflow: hidden;
		}
		div.news {
			overflow: hidden;
			clear: both;
		}
		div.news img.thumb {
			border: 3px solid #f2eedc;
			display: block;
			margin: 0 9px 9px 0;
			float: left;
		}
		div.news a.more {
			margin: 4px 0 0 0 !important;
			
			padding: 0 !important;
			background: url("/static/images/main.content.more.gif") no-repeat !important;
		}
	
	#content div.col3wrapper {
		float: left;
		height: 252px;
	}	
	#content div.col3 {
		height: 110px;
		padding: 11px 0 0 14px;
		width: 292px;
		background: url("/static/images/main.content.col1.jpg") no-repeat;
	}
	#content div.col3 h2 {
		margin: 0 0 8px 0;
		width: 61px;
		height: 29px;
		background: url("/static/images/main.content.contact.png") no-repeat;
	}
	
	#content div.col3ask {
		float: left;
		padding: 11px 0 0 14px;
		margin-top: 14px;
		width: 292px;
		background: url("/static/images/main.content.ask.bg.png") no-repeat;
		height: 117px;
	}
	#content div.col3ask h2 {
		margin: 0 0 8px 0;
		width: 110px;
		height: 29px;
		background: url("/static/images/main.content.ask.png") no-repeat;
	}
	#content div.col3ask a.ask {
		display: block;
		width: 94px;
		height: 18px;
		background: url("/static/images/main.content.ask.button.png") no-repeat;
	}
	#content a.more {
		width: 39px; 
		height: 13px;
		background: url("/static/images/main.content.more.png") no-repeat;
		float: right;
	}

	#content .caption {
		background: #E8E3CD;
		margin-top: 20px;
		padding: 11px 0 11px 14px;
	}

	#content h2#n1,
	#content h2#n2,
	#content h2#n3 {
		text-indent: -3000em;
		display: block;
		margin-top: 0px;
	}
	
	#content h2#n1 {
		width: 226px;
		height: 28px;
		background: url(/static/images/n1.gif) no-repeat;
	}

	#content h2#n2 {
		margin-top: 30px;
		width: 233px;
		height: 28px;
		background: url(/static/images/n2.gif) no-repeat;
	}
	
	#content h2#n3 {
		margin-top: 30px;
		width: 222px;
		height: 28px;
		background: url(/static/images/n3.gif) no-repeat;
	}
