body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #095c12 url('images/img01.jpg') repeat-x left top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #fff;

}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
}
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#header {
	margin: 0;
	padding: 0;
}



/* Menu */

#menu {
	float: left;
	width: 100%;
	height: 58px;
	/*border: 2px #97c2cf solid;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url('images/img04.jpg') repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	background: url('images/img05.jpg') no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff; padding-left:17px; padding-right:17px; padding-top:0; padding-bottom:0
}

#menu a:hover { 
	color: #fff;
}

#menu .current_page_item a {
	color: #fff;
}

/** LOGO */

#logo img {
	position: absolute;
	left:0;
	top:0;
}

/* Page */

#page {
	width: 90%;
	margin: 0 auto;
	min-height: 600px;
	text-align: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 10px #9fcf97 solid;

}

/* Content */

#content {
	float: left;
	width: 800px;
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
	color: #fff;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #fff;
}

.post h2 {
	font-size: 18px;
	color: #fff;
}

.post h3 {
	font-size: 12px;
	color: #fff;
}

.post .entry {
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	background: #E5E5E5;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 10px #9fcf97 solid;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
	color: #1B75A9;
}