body {
	margin: 0px 0;
	padding: 0;
	background: #EFFCF0 url(images/img01.gif);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #749A75;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #235324;
	font-size: 1.4em;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img03.jpg);
	border: 18px solid #235324;
	border-top: 10px solid #235324;
	border-left: 10px solid #235324;
	border-right: 10px solid #235324;
}

#header h1 {
	padding: 45px 0 0 20px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #EFFCF0 url(images/img04.gif) repeat-y;
	border: 10px solid #235324;
	border-top: none;
   
}

/* Latest Post */

#latest-post {
	padding: 20px 0;
	background: #EFFCF0;
	border-bottom: 10px solid #235324;
}

#latest-post .title {
	float: left;
	width: 230px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.2em;
}

#latest-post .story {
	float: right;
	width: 389px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 490px;
	padding: 10px;
    padding-bottom: 0;
}

#posts .post {
	padding-bottom: 0px;
}

#posts .story {
	padding: 0px 0px 0 0px;
}

#posts .meta {
	padding: 2px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 230px;
	padding: 10px
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 8px 10px 10px 20px;
}

#links li li {
	padding: 2px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	line-height: 1.2em;
}

#footer a {
	color: #FFFFFF;
}

/*#links-1 {
    margin-left:25%;
    width:50%;
}*/