
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FCCFFCC url(images/back_all.jpg) repeat-x top;
	background-repeat: repeat-x;
	background-image: url(images/back_all.jpg);
	background-color: #CCFFCC;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}

#left1
{
	width: 1089px;
	margin: 0 auto;
	background: url(images/1.jpg) no-repeat left top;
}

#right1
{
	width: 1089px;
	background: url(images/2.jpg) no-repeat right top;
	margin: 0 auto;
}

#contmain
{
	width: 100%;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 2em;
}

h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	color: #66CC99;
}


h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #867B1C;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #66CC99;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #867B1C;
}


/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 240px;
	background: #ffffff;
}

#menu {
	float: right;
	margin-top: 0px;
	height: 35px;
	width: 790px;
	padding-left: 30px;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 0.6 em;
	padding-top: 0px;
	font-weight: bold;
	color: #339933;
	text-align: left;
}

#menu a:hover {
	color: #2C2E22;
}



/* Logo */

#logo {
	width: 778px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: right;
}


#logo h1 {
	padding-top: 140px;
	padding-right: 200px;
	color: #999999;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 8px;
	padding-right: 300px;
	color: #666666;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 36em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #ffffff;
	border-top: none;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	padding-top: 0px;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
}

.post {
	padding-right: 50px;
	padding-top: 5px;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	word-spacing: 0em;
}

.post .entry {
	padding: 0px 10px 0px 0px;
	width: 400px;
}

.post .meta {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33CC33;
}

.post .meta a {
	color: #867B1C;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

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

.sidebar li {
	margin-bottom: 1em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 200px;
	padding: 0px 20px 0px 5px;
}

#sidebar2 {
	width: 200px;
	padding: 0px 20px 0px 5px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	height: 15px;
	color: #66CC99;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 2em;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 4px;
}

#sidebar2 li li {
	padding: 0px;
	font-size: 0.8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 5px;
}

#bottom
{
	height: 60px;
	background: url(images/footer.gif) bottom no-repeat;
}

/* Footer */
#footer
{
padding: 20px;
height: 50px
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}





/******************* style comments ***********************/
#comment_area
{
	margin-top:15px;
}

textarea.txtcomment
{
	width:470px;
	height:150px;
	border:1px solid #867B1C;
}

input[type="submit"],#submit
{
	padding:8px;
	
	border:1px solid #867B1C;
	background:#D1C87A;
	
	color:#fff;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}



/************ navigation **********/
div.navigationbottom
{
	margin-bottom:20px;
}

div.leftnav
{
	float:left;
}

div.rightnav
{
	float:right;
}





/********************* Calendar *******************/
#calendar1, #calendar_wrap 
{
	padding: 20px 10px 20px 10px;
}

#calendar_wrap 
{
	margin-bottom: 10px;
}

#calendar table, #wp-calendar
{
	width: 100%;
	text-align: center;
}

#calendar thead, #wp-calendar thead
{

}

#calendar tbody td, #wp-calendar tbody td
{
	border: 1px solid #F1F1F1;
}

#calendar #prev, #wp-calendar #prev
{
	text-align: left;
}

#calendar #next, #wp-calendar #next
{
	text-align: right;
}

#calendar tfoot a, #wp-calendar tfoot a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar #now, #wp-calendar #now, #wp-calendar #today
{
	background: #8E8210;
	border: 1px solid #D6CE84;
	font-weight: bold;
	color: #ffffff
}










