﻿body {
	margin-top: 30px;
	background: #220A04;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 14px;
	color: white;
}


#header {
	width: 800px;
	height: 243px;
	margin: 0 auto;
	padding-left: 25px;
	background: url(../../images/logoimagesm.jpg) no-repeat left top;
}



#header h1 {
	float: left;
	margin: 0;
	padding: 120px 10px 10px 10px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2em;
	color:yellow;
}

#header h2 {
	float:left;
	margin: 0;
	padding: 180px 0px 10px 10px;
	font-weight: normal;
	font-size: 1.7em;
	color:yellow;
}

#footer {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	padding-left: -225px;
	background: url(../../images/ads/videoad_1.jpg) no-repeat left top;
}
	
#leftside {
	float: left;
}

#rightside {
	float: right;
}



.sidebar {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 10px;
	background: #042501;
}

.sidebar ul 
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar li li {

	padding: 0px 0px;

}



.sidebar li h2 {
	height: 41px;
	padding: 80px 20px 0px 0px;
	background:  url(../../images/bear.jpg) no-repeat left top;
	font-size: 24px;
	color: yellow;
	text-align:right;
}


#page {
	width: 900px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 380px;
	margin-left: 10px;

}

#video {
	float: left;
	margin-left: 10px;
	z-index: 0;
}





.post {}
.entry {}
.title {}