body {
	margin: 0;
	padding: 0;
	/*background: #FFF8DC;*/
	font: normal small Georgia, "Times New Roman", Times, serif;
	color:#6b8d1b;
	
}

#main_wrap {
	background-color: #d1faa9;
	/*background-image: url(bg.jpg);*/
	background-repeat: repeat;
	
}

h1, h2, h3 {
	margin: 0;
	text-transform:capitalize;
	
	
	font-weight: normal;
/*color:#808000;;*/
color:#445f05;
}

h2 {
	font-size: 1.5em;
	color:#445f05;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #6b8d1b;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 120px;
	background: url(img02.gif) no-repeat left;
}

#logo h1 {
	float: left;
	padding: 90px, 80px 0 0;
	
	letter-spacing: -2px;
	font-size: 18px;
	/*color:#808000;*/
	color:#6b8d1b;
	text-transform:capitalize;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	/*color:#808000;*/
	color:#6b8d1b;
	
}

#logo a {
	text-decoration: none;
	/*color:#808000;*/
	color:#6b8d1b;
}

/* Menu */

#menu {
	height: 40px;
	background-color:#562500;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left:13px;
	padding-right:14px;
	/*width: 110px;*/
	height: 45px;
	/*padding-top: 15px;*/
	text-transform:capitalize;
	
	text-decoration: none;
	/*text-align: center;*/
	letter-spacing: -1px;
	font-size: 18px;
	/*color:#666600;*/
	color:#FFFFFF;
		
		
	
}

#menu a:hover {

	color:#4f6f18;
}

/*#menu a:hover {
	background: url(img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
	color:#5f5dc;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 470px;
}
#posts1 {
	float: left;
	width: 750px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 0px;
	border-bottom: 1px dotted #B8BD52;
	
		/*color:#808000;*/
		color:#6b8d1b;
}

.post .meta {
	padding: 10px 20px;
	background: url(img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 7px 10px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	
}

.boxed h2 {
	padding-left: 30px;
	/*color:#808000;*/
	color:#445f05;
	background: url(img14.gif) no-repeat;
	text-transform:capitalize;
		
	/*color: #B8BD52;*/
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 3px;
	padding-left:20px;

	border-bottom: 1px dotted #B8BD52;
	/*border-bottom: 1px dotted #000000;*/
}

.boxed a {
	text-decoration: none;
	/*color: #0078FF;*/
	/*color:#666600;*/
	color:#445f05;
	
	
}

.boxed a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #445f05;/* url(img16.gif) repeat-x;*/
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

