* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #8C2E1A;
}

.blue {color: #8C2E1A; font-weight:bold;}

h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	font-size: 197%;
}

h3 {
	font-size: 152%;
	margin-bottom: 10px;
	margin-top:25px;
}

h4 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #606F76;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 990px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	margin-left:220px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 129px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #EFEFE0;
}

#menu .active a {
	background: #8C2E1A;
	color: #FFFFFF;
}

/* Header */

#header {
position:relative;
	width: 990px;
	height: 250px;
	margin: 0 auto;
	background-color:#000000;
}

#header-img { position:absolute; left:220px; top:0;}

#header h1 {
position:absolute; width:180px; text-align:center;
left:20px; top:30px;
color:#F3F4F6;
font-size:22px;
}

#header h2 {
position:absolute; width:180px; text-align:center;
left:20px; top:65px;
color:#F3F4F6;
font-size:14px;
}

#header a {
text-decoration: none;
color:#F3F4F6;
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	
	padding: 20px 0;
}

/* Content */

#left {
float:left;
width: 200px;
padding: 10px;
background-color:#EFEFE0;
margin-top:65px;
line-height: 1.8em;
color:#8F8F8F;
}

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
	display:inline;

}

#content img {
border: 2px solid #EDEBD5;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	margin-top:65px;
	background: #EFDCA9;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#sidebar li {
padding:0px;
margin:0px;
}

#sidebar p {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

.sactive {
text-decoration:none;
color:#D1D0BC !important;
}

.bluebox {
	background: url(../images/img05.jpg) repeat-y;
}

.bluebox h2 {
	background: url(../images/img06.jpg) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 150px;
	padding: 50px 0;
	background: #000000 url(../images/img04.gif) repeat-x;
}

#footer p {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color:#FFFFFF;
}

#footer a {
	color:#BB4444;
}
