body {
	margin-top: 0px;
	padding: 0;
	background: white url() repeat-x; 
	background-position: top 90px;
	font-size: 13px;
	color: #F5FFDB;
	height: 400px;
}

body, th, td, input, textarea, select, option {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: inherit;
	padding: 40;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: normal;
	font-size: 24pt;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

#wrapper {
}
/* Header */

#header {
	width: 1024px;
	height: 168px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top left;
}

#header h1, #header p {
	margin: 0;
	color: #000000;
}

#header h1 {
	padding: 100px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

/* Menu2 */

#menu2 {
	vertical-align:bottom; 
	float:right;
	width: 1024px;
	height: 100px;
}

/* Menu */

#menu {
	vertical-align:bottom; 
	float:left;
	width: 1024px;
	height: 30px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}

#menu a:hover { 
	text-decoration: none; 
	color: grey;
}

#menu .current_page_item a {
	color: #F5FFDB;
}

/* Page */

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

/* Content */

#content {
	float: right;
	width: 478px;
	margin: 0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 0px;
}

.byline {
	margin: 0;
	color: #646464;
}


.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 450px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 0px;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: right;
	font-size: smaller;
	color: #52640A;
}

#footer a {
	color: #003300;
}
