* {
	margin: 0;
	padding: 0;
	color: #3F4D6A;
}

body {
	padding: 40px 0;
	font: 14px Georgia, Times, serif;
	color: #3F4D6A;
	background-image: url(images/bg.jpg);
}

h1 {
    padding: 50px 0 0 30px;
    font-size: 48px;
    font-weight: normal;
    text-shadow: 0 1px 1px #FCF9F3;
    letter-spacing: -2px;
    color: #0E2F72;
}

h1 a, h1 a:hover {
    color: #0E2F72;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #3F4D6A;
}

p {
    padding: 10px 0;
    line-height: 1.6em;
}

p#subtitle {
    padding-left: 30px;
    font-size: 24px;
    text-shadow: 0 1px 1px #F3ECE9;
    letter-spacing: -1px;
    color: #5B2611;
}

a {
	color: #A84C2E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
    list-style: none;
}

ul li {
    line-height: 1.6em;
}

/* page */

#page {
    width: 950px;
    margin: 0 auto;
}

/* header */

#header {
	height: 200px;
	margin: 0 25px;
	background-image: url(images/header.png);
}

/* menu */

#menu {
    height: 74px;
    background: #521E11 url('images/menu.gif') no-repeat;
}

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

#menu ul li {
    display: block;
    float: left;
    padding: 0 1px 0 0;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 50px;
    font-size: 16px;
    line-height: 74px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li a.active, #menu ul li a:hover {
    color: #CCCCCC;
    background: #7C321C url('images/menuover.gif') repeat-x;
}

#topimg {
	height: 300px;
	background: url('images/img.jpg') no-repeat;
}

/* main */

#main {
	margin: 0 25px;
	padding: 0 30px;
	background: #C7C2B2 url('images/main.jpg') repeat;
}

/* sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 0 10px 0;
}

#sidebar h2 {
    font-size: 22px;
}

#sidebar .box {
    padding: 10px 0 40px 0;
}

#sidebar ul {
    padding: 20px 0 50px 0;
}

#sidebar ul li {
    padding: 3px 0 3px 25px;
    color: #959ED6;
    background: url('images/arrow.gif') no-repeat 0 9px;
}

#sidebar ul li a {
    padding: 0;
    color: #A84C2E;
}

/* content */

#content {
	float: right;
	width: 600px;
	padding: 30px 30px 10px 0;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 {
    font-size: 32px;
    padding: 0;
    letter-spacing: -1px;
    color: #3F4D6A;
}

#content h2 a {
    color: #3F4D6A;
    text-decoration: none;
}

#content .entry {
    padding: 10px 0 0 0;
}

p.postmeta {
    color: #6C6C6C;
}

/* bottom */

#bottom {
	background: url('images/bottom.jpg') no-repeat top;
}

#bottom2 {
	padding: 0px 5px 0px 75px;
	background: url('images/bottom2.png') no-repeat bottom;
}

#bottom h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #AACEEE;
}

.col {
	float: left;
	width: 210px;
}

.col ul {
    padding: 0px 0 30px 0;
}

.col ul li {
	padding: 1px 0;
}

.col ul li a {
    padding: 0;
    color: #CACFDA;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* footer */

#footer {
	clear: both;
	height: 106px;
	margin: 0 25px;
	padding: 30px 30px 0 30px;
	background-image: url(images/footer.png);
}

#footer p {
    float: right;
    width: 600px;
    font-size: .93em;
    text-align: right;
}
