body {
	margin: 5px;
	background: url(images/img01.gif) repeat-x left top;
	background-color: #9fd067; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 20px 0 0 0px;
}

h1 {
	margin: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000099;
	border-bottom-style: none;
}

a:hover {
	background: none;
	color: #66CC33;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
	background-color: #FFFFFF;
}

#wrapper .btm {
	background: url(images/img05.gif) no-repeat left bottom;
}

/* Header */

#header {
	width: 900px;
	height: 185px;
	margin: 0 auto;
	padding: 5px auto;
	background: url(images/img02.jpg) repeat-y left bottom;
}



/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 12px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 5px 15px 7px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {

}

#menu a:hover {
	background-color: #eeeeee;
	background-image: url('/images/menu_hover_background.gif');
	background-repeat: repeat;
	font-weight: normal;
	color: #000099 !important;
}

#menu .first {
	margin-right: 3px;
	background: #A0CE67;

}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 880px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: normal;
}

.post {
	margin-left: 20px;
	padding-bottom: 0px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #305fa2;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #A0CE67;
	border-right: 4px double #A0CE67;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	text-align: justify;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.imageboxleft {
	border: thick solid #A0CE67;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.imageboxright {
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: thick solid #A0CE67;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

#sidebar li li span {
	display: block;
	margin-top: -10px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -0.9px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #003399;
}


/* Footer */

#footer {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #A0CE67;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform:  ;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}
