body {
	margin: 0;
	min-width: 1000px;
	color: #0c0c0c;
	background: none;
	font: 12px "trebuchet ms", helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #a31f70;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* General settings */
#m1{
	width: 100%;
	overflow: hidden;
}
* html #m1{
	height:100%;
	overflow: visible;
}
#wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#page{
	width:837px;
	float: left;
	position: relative;
}
#banner-top{
	display: none;
}
#header{
	display: none;
}
.logo{
	display: none;
}
#main{
	width:792px;
	background: none;
	margin: 0 0 0 41px;
	padding: 50px 0 0;
}
#main .frame{
	background: none;
}
#content{
	width:500px;
}
.post{
	width: 100%;
	overflow: hidden;
	margin: 0 0 17px;
}
.photo-box{
	width:177px;
	float: left;
	padding: 4px 0 0 1px;
}
.photo-box img{
	display: none;
}
.photo-box span{
	color: #393838;
	line-height:11px;
	font-size:9px;
	display: block;
}
.info-box{
	width:296px;
	float: right;
}
.info-box h2{
	margin: 0 0 3px;
	color: #313230;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
}
.info-box p{
	margin: 0;
	line-height:18px;
}
.bg{
	background: none;
}
.bg .holder{
	background: none;
	height:1%;
	overflow: hidden;
	padding: 4px 0 13px;
}
.bg .photo-box{
	padding:3px 0 0 9px;
	width:169px;
}
.bg .photo-box img{
	border-color:#fff;
	margin: 0 0 2px;
}
.bg .photo-box span{
	color: #fcfdfd;
	font-size:10px;
	line-height:12px;
}
.bg .info-box{
	width:272px;
	padding: 0 15px 0 0;
}
#sidebar{
	display: none;
}
.banner-r{
	display: none;
}
#footer{
	width:800px;
	margin: 0 auto 0;
	padding: 0;
}
* html #footer{
	margin: -50px auto 0;
}
#footer p{
	margin: 0;
}
#footer ul{
	display: none;
}
.post-full{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.post-full .title{
	width: 100%;
	overflow: hidden;
	font-size:18px;
	color: #313230;
	line-height:22px;
	padding: 0 0 2px;
}
.post-full .title span{
	width:92px;
	float: left;
}
.post-full .title h2{
	margin: 0;
	float: left;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	width:354px;
}
.post-full p{
	margin: 0 10px 0 0;
	line-height:18px;
	color: #0c0c0c;
}
.photo-frame{
	display: none;
}
.photo-frame img{
	display: block;
}
.links{
	width: 100%;
	background:url(../images/bg-links.gif) no-repeat 0 20px;
	margin: 0;
}
.links strong{
	display: block;
	color: #313230;
	line-height:16px;
	font-size:14px;
	padding:0 0 16px 6px;
}
.links ul{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	line-height:18px;
}
.links ul li{
	height:1%;
	vertical-align:top;
}
.links ul li a{
	color: #a31f70;
}