@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #e9e8e6;
	background-image: url(../images/main_body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	background-position: top left;
	min-width: 900px;
}
.wrapper {
	margin: 0 auto;
	width: 728px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
.logo {
	display: block;
	height: 38px;
	width: 132px;
	background-image: url(../images/main_logo.png);
	margin: 0 auto;
	padding-top: 56px;
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 296px;
}
.menu {
	height: 37px;
	margin: 219px 0 198px;
	width: 728px;
	text-align: center;
	padding-top: 17px;
}
.menu a, .menu a:visited {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	margin-right:15px;
}
.menu a:hover {
	color:#ea8399;
}
.menu a.active {
	color:#ea8399;
}
.posts {
	width: 708px;
	margin-left:20px;
	float: left;
}
.post {
	width: 285px;
	margin-left: 50px;
	float: left;
}
h1 {
	font-size:22px;
	color:#42423f;
	font-family:"Myriad Pro";
	text-transform:uppercase;
	margin:0;
	font-weight: normal;
}
p {
	margin:10px 0;
	color:#808080;
	font-size:12px;
	line-height: 16px;
}
img {
	border:0;	
}
