body {
	margin: 20px 0;
	padding: 0;
	background: #EFFCF0 url(images/body.png);
	line-height: normal;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #235324;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 850px;
	height: 30px;
	border: 10px solid #235324;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #507113;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #003300;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#;
	padding:0px;
	width:150px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #003300;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#669900;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #235324;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}

#menu a:hover {
	background: #669900;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/img02.gif) no-repeat 10px 50%;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 850px;
	height: 180px;
	border: 10px solid #235324;
	border-top: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gotgarb-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #235324;
	text-indent: 0px;
	text-align: center;
}

#header h1 {
	padding: 75px 0 0 20px;
	font-size: 2.5em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: 1.25em;
	font-style: italic;
	color: #FFFF99;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 850px;
	background: #EFFCF0;
	border: 10px solid #235324;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Latest Post */

#latest-post {
	padding: 20px 0;
	background: #EFFCF0;
	border-bottom: 10px solid #235324;
}

#latest-post .title {
	float: left;
	width: 300px;
	padding: 10 5 5 30px;
	text-align: left;
	line-height: normal;
	font-size: 1.5em;
}

#latest-post .story {
	float: right;
	width: 475px;
	padding: 0 10px;
	border-left: 1px solid #C6DAC7;
}

#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 630px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}

#posts .post {
	padding-bottom: 00px;
}

#posts .story {
	padding: 0px 0px 0 0px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 190px;
	padding: 0px;
	background-image: url(../images/scroll-bkg.jpg);
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	background-position: left;
	text-align: left;
	float: left;
}

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
