body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-transform: none;
	text-align:center;
}

h1, h2, h3 {
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	letter-spacing:1px;
	word-spacing:2px;
}

h1 { font-size: 32px; }

h2 { font-size: 18px; }

h3 { font-size: 18px;
font-style:italic}

p, ul, ol, li {
	margin-top: 4;
	line-height: 150%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a {}

a:hover { text-decoration: none; }

a img {
	border: none;
}

hr { display: none; }

#img-wrapper {
	height:auto;
	float:right;
	margin-left:20px;
}

#wrapper {
	min-height:100%;
	height: auto%;
}

/* Header */

#header-wrapper {
	background: #B8DEB6;
	border-top: 2px solid #090;
	border-bottom: 2px solid #090;
}

#header {
	width: 620px;
	height: 45px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 540px;
	height: 45px;
}

#menu table {
	 border-left:none;
	 border-right:none;
}

#menu td {
	text-align:center;
}

#menu a {
	float: left;
	margin-right: 3px;
	padding: 13px 25px 2px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 18px;
	color: #000;
}

#menu a:hover { text-decoration: underline; }


/* Page */

#page {
	width: 620px;
	margin: 0 auto;
}

#page-bgtop {
	padding-top: 30px;
}

	/** LOGO */

#logo {
	height: 90px;
	margin: 0;
	color: #000;
	background: #B8DEB6;
}

#logo h1, #logo p {
	line-height: normal;
	font-weight: normal;
	color: #000;
}

#logo h1 {
	padding-top: 40px;
	font-size: 30px;
}

/* Content */

#content {
	width: 658px;
	padding-top: 10px;
	padding-right: 30px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #000;
}

.post .meta {
	margin-top: -10px;
	padding: 10px 0px 2px 16px;
	font-weight: normal;
	font-size: 10px;
	color: #343738;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}


/* Footer */

#footer {
	width: 620px;
	height: 40px;
	padding-top: 30px;
}

#footer-bgcontent {
	padding-top: 0px;
	margin: -70px auto;
	height: 70px;
	background: #B8DEB6;
	border-top: 2px solid #090;
}

#footer p {
	margin: 0 auto;
	text-align:center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #090;
}

#footer a {
	color: #090;
}

#clearfooter {
height: 70px;
}

html, body {
height: 100%;
}

* html #wrapper {
height: 100%;
}