body {
    margin: 0;
	padding:0;
	font-family: verdana;
	font-size: 12px;
	color: #707070;
	Background-position: top center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#DBD3CE;
}

h1, h2, h3, a{
	font-family: verdana;
	font-weight: normal;
	color: #ff0000;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	text-decoration:none ;
	color: #818181;
	font-size: 12px;
}

a:hover {
	border: none;
	color: #ff0000;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	width: 988px;
	height: 159px;
	margin: 0 auto;
	background: url(images/header.jpg);
}
#rotate {
	width: 988px;
	height: 314px;
	margin: 0 auto;
	background: url(images/rotate/rotate.php);
}
/* Content */
#wrapper{
width : 988px;
margin : 0 auto;
padding-top:40px;
	Background-position: top center;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 810px;
	margin: 0px auto;
	padding: 10px;
}

#navi {
	float: left;
	width: 180px;
	border-right: 2px #ff0000 solid;
}

#navi ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content2 {
	float: right;
	width: 620px;
	font-size: 12px;
	font-family: verdana;
}

/* Footer */
#paddingthefooterfooter {
	width:988px;
	margin: 0px;
	padding-top:30px;
	text-align: center;
	font-size: 12px;
	font-family: verdana;
}

#footer{
    clear: both;
    background:url(images/footer.jpg);
	margin: 0 auto;
	width:988px;
	height:102px;
}

#film{
	float:left;
}