
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #00340B url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #00FF35;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	background: url(images/img026.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center top;
}

/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 0px auto;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #006816;
}

#menu a {
	display: block;
	height: 33px;
	padding: 11px 15px 5px 15px;
	text-decoration: none;
	font-family: Segoe Script;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li.current_page_item {
	background:#006600;
}

#menu .current_page_item a {
	background: url(images/img10.jpg) no-repeat right top;
}

#menu a:hover {
	background:#006600;
	text-decoration:underline;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
}

.post {
	padding-top: 10px;
	padding-bottom: 5px;
}

.post .title {
	border-bottom: 1px solid #00FF35;
	letter-spacing: -1px;
	font-size: 28px;
	display: block;
	height: 45px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: url(images/pao.gif) no-repeat right 15px;
	text-decoration: none;
}

.post .meta {
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight:bold;
	color:#FF9900;
}

.post .entry {
	text-align: justify;
	margin-bottom: 10px;
}
.entry ul {
	list-style: none;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 20px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	display: block;
	height: 45px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	background: url(images/img03.jpg) repeat-x left top;
	letter-spacing: -1px;
	font-size: 28px;
	color:#FF9900;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	font-size:11px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer-wrapper {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #000000;
}

#footer {
	clear: both;
	width: 980px;
	height: 80px;
	margin: 10px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 5px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color:#999999;
}
#footer a {
	color:#999999;
}

