
* {
	margin: 0;
	padding: 0;
}

body {
	background: #edebd5 url(images/bg.jpg) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

a:link {
	color: #b20000;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}
/* Menu */

#menu {
	width: 930px;
	margin:0 auto;
	border-right: 1px solid #0f0a05;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 185px;
	background:#4b2a17;
	padding: 0px 0 0 0;
	border-left: 1px solid #0f0a05;
	text-decoration: none;
	text-align: center;
	font-size: 110%;
	color: #ffffff;
}

#menu a:hover {
	background: #b20000;
	color:#fff;
}

#menu .active a {
	background: #b20000;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 100%;
	height: 229px;
	margin:0 auto;
	background:#0f0a05 url(images/header.jpg) no-repeat center;
}

#page {
	width: 930px;
	padding: 20px 0;
	margin:0 auto;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.ads
{
padding: 5px;
margin-right: 7px;
float:left;
}
/* Sidebar */

#sidebar {
	float: right;
	width:190px;
	padding: 5px;
	background: #EDEBD5;
}

.verticallink
{
width:180px;
margin:0 auto;
}

#footer {
	clear: both;
	height: 100px;
	padding: 10px 0;
	background: #EDEBD5 url(images/ft.jpg) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
		color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:hover
{
text-decoration:none;
color:#ffffff;
}