/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0 0 0;
	padding: 0;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #7D8F39;


}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

p, ul, ol, blockquote {
	text-align: justify;
}

/* Header */

#header {
	width: 880px;
	height: 249px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}

#logo h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #86A406;
}

#menu {
	float: right;
	width: 100%;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0;
	height: 38px;






}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 880px;
	margin: 0 auto;
	background: url(images/body.jpg) repeat-y;
}

/* Column One */

#colOne {
	background: url(images/img6.gif) repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 18px;
	margin-left: 19px;

}

#colOne .post {
	padding: 20px 30px 10px 30px;
	border-bottom: 1px dotted #A8C54B;
	background-color: #778A30;

}

#colOne .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colOne .posted {
	font-size: x-small;
}

/* Column Two */

#colTwo {
	margin: 0 15px;
	background: #E5FAA0 url(images/img6.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: left;
	width: 180px;
}

#colTwo li ul {
	padding: 0;
	background-image: url(images/spacer.gif);
}

#colTwo li li {
	display: list-item;
	float: none;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo h2 {
	font-size: 1.6em;
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
	height: 150px;

}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}
.picborder{
	border: 4px solid #FFFFFF;
	padding: 2px;
	margin: 5px;


}