body {
	margin: 0;
	padding: 0 0 5px 0;
	background: #e8dfc5 url(images/img01.gif) repeat-x; 
	font: normal "Trebuchet", sans-serif;
        font-size: 85%;
	line-height: 1.8em;
	color: #694815;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	color: #5d3662;
}

h2 {
	font-size: 150%;
        font-weight: bold;
}

h3 {
	color: #CC0000;
        text-align: center;
	font-size: 150%;
	font-weight: bold;
}

h4 {
	font-size: 150%;
        text-align: center;
        font-weight: bold;
}

h5 {
	font-size: 125%;
        width: 90%;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	font: italic small "Georgia", "Times New Roman", serif;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #1b2f6e;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #e8dfc5;
}

/* Menu */

#menu {
	width: 90%;
	height: 30px;
	margin: auto;
        text-align: center;
}

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

#menu li {
	display: inline;
        text-align: center;
}

#menu a {
	background: none;
        letter-spacing: -1px;
        padding: 0 5px 0 5px;
	font: normal Georgia, "Times New Roman", Times, serif;
        font-size: 140%;
	color: #1b2f6e;
}

#menu a:hover {
	border-bottom: 4px solid #3D5432;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: #e8dfc5;
	text-decoration: none;
	color: #647db5;
}

/* Header */

#header {
	width: 750px;
	height: 180px;
	margin: auto;
	padding: 10px ;
	background: url(images/header2despeck.gif) no-repeat;
}

#header h1 {
	float: left;
	padding: 0px 400px 0px 0px;
	line-height: 48px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 0px 0px 0 0px;
	letter-spacing: 0px;
	line-height: 20px;
	font-size: 16px;
	background: none;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 750px;
}

#posts .post {
	padding-bottom: 5px;
}

#posts .story {
	padding: 5px 5px 0 5px;
}

#posts .meta {
	padding: 5px 0 0 10px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts .imageright {
	float: right;
	padding: 10px 5px 0 15px;
}

#posts .imagecenter {
	float: center;
	padding: 10px 5px 0 15px;
}

#posts .imageleft {
	float: left;
	padding: 10px 15px 0 5px;
}

#posts ul {
	list-style: none;
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 220px;
}

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

#links li ul {
	padding: 5px 10px 5px 10px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
	list-style-type: disc;
}

/* Footer */

#footer {
	padding: 40px 0 60px 0;
}

#footer p {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5d3662;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #5d3662;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	letter-spacing: -1px;
	font-size: 24px;
}

#title {
        text-align: center;
        font-color: maroon;
}