body {
       margin: 0;
       padding: 0;
       background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
       text-align: justify;
       font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 13px;
       color: #2F4600;
}

h1 {
       font-weight: normal;
       color: #5F8700;
	   letter-spacing: -1px;
       font-size: 2.2em;

}

p, ul, ol {
}

p {
}

.blockbg {
       background: #D9D785;
}


a {
       text-decoration: none;
	   color: #4E7301;
}

a:hover {
       text-decoration: none;
}

small {
}

hr {
       display: none;
}

#content{ width:920px;
height:900px;
}
/* Header */

#header {
       width: 920px;
       height: 155px;
       margin: 0 auto;
       letter-spacing: -1px;
       font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
       margin: 0 auto;
       width: 920px;
       height: 150px;
       margin-bottom: 10px;
       background: url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
       float: left;
       width: 450px;
	   	   height: 140px;
}

#logo h1,  #logo p {
       float: left;
       margin: 0;
       text-transform: lowercase;
}

#logo h1 {
	padding-top: 80px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo p {
       padding-top: 105px;
       text-transform: lowercase;
       font-size: 1.8em;
       color: #ABC13A;
}

/* Menu */

#menu {
	float: right;
		width: 450px;
		       height: 140px;
	/*height: 150px; */
}

#menu ul {
       margin: 0;
       list-style: none;
}

#menu li {
       display: inline;
}

#menu a {


       display: inline;
       float: left;
       height: 90px;
       padding: 100px 0px 0px 30px;
       text-align: center;
       text-decoration: none;
       text-transform: lowercase;
       font-size: 1.6em;
       color: #FFFFFF;
}

#menu a:hover {
       height: 161px;
       color: #FEEDB9;
}

#menu .current_page_item a {
       color: #FEEDB9;
}

/* Page */

#page {
       width: 920px;
       margin: 0 auto;
       padding-top: 10px;
}

.latest-post {
       float: left;
       width: 685px;  
	   height: 900px;
       padding: 0px 20px 10px 10px;
       line-height: 25px;
       position:relative;
       left:0px;
}

#recent-posts {
       float: left;
       width: 175px;
	   height: 650px;
       padding: 0px 10px 20px 20px; 
       line-height: 25px;  
       font-size: 13px;
}


#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
       background: url(images/img04.gif) no-repeat left 50%;
       padding-left: 20px;
}

.post {
}

.post .title {
       margin: 0;
}

.post .meta {
       margin: 0;
       padding-bottom: 10px;
       padding-top: 10px;
       line-height: normal;
       font-size: 13px;
       color: #A2B736;
}

.post .meta a {
       color: #7F9C1E;
}

.post .entry {
       margin-bottom: 20px;
       padding-bottom: 5px;
       border-bottom: #D9D785 1px dashed;

}

/* Footer */

#footer {
       
	    float: left;

       width: 920px;
       height: 50px;
       margin: 0 auto;
       padding-top: 30px;
       background: #F5E7AC;
}

#footer p {
       margin: 0;
       padding: 15px;
}

#legal {
       float: left;
}

#links {
       float: right;
}

#wrapper {
       width: 100%;
       background: #5C8400;
}

