a {
	color: #297414;
}

* {
	margin: 0px; padding: 0px;
}
html {
	height: 100%; 
	background: url(../img/main_back.jpg) #F1F1F1 repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 62.5%; 
	color: #555555; 
	width: 1000px; 
	min-height: 100%; 
	margin: 0px auto; 
	position: relative;
}
* html body {
	height: 100%;
}

#header {
	background: url(../img/logo_back.jpg) no-repeat;
	width: 100%;
	height: 197px;
	position: relative;
	overflow: hidden;
	}
#header h1 {
	background: url(../img/logo.jpg) no-repeat; 
	position: absolute; 
	left: 60px; 
	top: 30px;
	}
#header h1 a {
	text-indent: -9000px; 
	display: block; 
	width: 175px; 
	height: 78px; 
	overflow: hidden;
	}
#header p {
	font-size: 1.4em; 
	font-weight: normal; 
	margin: 0px 60px; 
	padding-top: 120px;
	}

#content {
	width: 964px; 
	margin: 0px auto; 
	padding-bottom: 130px; 
	overflow: hidden;
	
	}

#main {
	width: 680px; 
	padding: 20px 0px; 
	float: right;
	padding: 20px 0px 0px 40px;
	}
#main p, #main li {
	font-size: 1.2em; 
	margin: 6px 20px 6px 10px;
	}


#main_single {
	width: 880px; 
	padding: 20px 0px; 
	padding: 20px 0px 0px 40px;
	}
#main_single p, #main_single li, #main_single table {
	font-size: 1.2em; 
	margin: 6px 20px 6px 10px;
	}
#main_single td {
	font-size: 1.2em; 
	padding: 3px;
	}
		
#menu {
	background: #FAFAFA; 
	width: 220px; 
	padding: 20px 0px 20px 20px; 
	float: left;
	}
#menu p {
	font-size: 1.2em;
	margin: 6px 20px;
	}
#menu li {
	list-style-type: none;
	}

#footer {
	background: url(../img/foot_back.jpg) no-repeat 615px 0px; 
	width: 100%; 
	height: 110px; 
	position: absolute; 
	bottom: 0px; 
	overflow: hidden;
	}

* html #footer {
	bottom: -1px;
	}
#footer p {
	font-size: 1.1em;
	margin: 40px 0px 0px 680px;
	}
h2 {
	font-size: 1.6em;
	padding: 15px 0px 5px 0px;
}/*
.entry
{
background: #FAFAFA; 
}*/
.entry p
{
	padding: 5px 0 5px 0;
	margin: 0;

}
.entry img
{
	padding: 10px;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
