body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 160%;
	color: #666;
	background: url(../img/bg.gif) no-repeat top #FFF;
}

a {
	color: #0099ff;
	text-decoration: none;
}

img {
	border: none;
}

#wrap {
	width: 892px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		padding: 20px 20px;
	}
					
	#content {
		margin-top: 30px;
		padding: 0 10px;
	}
	
		#content #post_title {
			font-size: 30px;
			color: #FEC900;
			margin-top: 60px;
		}
		
		#content h1 {
			color: #5BC5F2;
			text-align: center;
			line-height: normal;
		}
		#content h2 {
			color: #0099ff;
		}
		
	#footer {
		font-size: 11px;
		color: #999;
		margin-top: 40px;
		width: 891px;
	}
	
		#footer_top {
			width: 891px;
			height: 15px;
			background: url(../img/footer_top.png) no-repeat;
		}
		
		#footer_cont {
			width: 831px;
			padding: 0 30px;
			background: url(../img/footer_bg.png) repeat-y;
			text-align: center;
		}
		
		#footer_cont p {
			margin: 0;
		}
		
		#footer_bottom {
			width: 891px;
			height: 15px;
			background: url(../img/footer_bottom.png) no-repeat;
		}