/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
/*	background: #6E6E6E url(../images/background-oeg.gif) repeat; */
	background: #6f8341;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #653600;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote { 
}



a {
	color: #653600;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 821px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 821px;
	height: 30px;
	margin: 0px auto;
	padding: 15px 0 0 0; 
	text-align: center;
	background-color: #653600;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	margin: 0;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #a6a96c;
}


#menu a:hover {
	color: #fff7e3;
}

.clearone {
	clear: right;
}

/* Content */

#content {
	background: #fff7e3;
	width: 821px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#content p, ol, ul, dl, blockquote {
	margin: 0.8em 0; 
}

#content ul {
	margin: 1em 0;
	list-style: disc outside none;
}

#content ul ol {
	margin: 0;
	list-style: decimal outside none;
}

#content li {
	margin: 0 0 0 2em;
	padding: .2em 0 .5em 0;
}

#content h1 {
	padding: 0.6em 0px 12px 0px;
	font-size: 140%;
	color: #653600;
}

#content h2 {
	padding: 1.0em 0 0.2em 0;
	font-weight: bold;
}

#content h3 {
	color: #6C6C6C;
}

#content p {
	line-height: 1.3em;
}

#colOne {
	float: right;
	width: 260px;
	margin-top: 60px;
	padding-right: 40px;
	font: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
}

#colOne img.border {
	margin: 0.8em 0; /* keep the same as the p margin so they line up exactly p, ol, ul, dl, blockquote*/
	border: 1px solid #653600;
}

#colOne img.quote2 {
	float: right;
}

#colTwo {
	float: left;
	width: 425px;
	margin-top: 60px;
	padding-right: 20px;
	padding-left: 55px;
}
/*
#colTwo ul {
	margin: 1em 0 1em 2em;
	list-style-type: disc;
	list-style-position: outside;
}

#colTwo ul ol {
	margin: 0 0;
	list-style-type: none;
}

#colTwo li {
	display: list-item;	
}
*/
#colTwo img.border {
	margin: 15px; /* keep the same as the p margin so they line up exactly p, ol, ul, dl, blockquote*/
	border: 1px solid #653600;
}

#colTwo img.floatleft {
	float: left;
	margin: 15px;
	border: 1px solid #653600;
}

#quoteTop {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}



#quoteBottom {
	margin: 0;
	padding: 0;
}


/* Footer */

#footer {
	width: 821px;
	margin: 0px auto 10px auto;
	padding: 3px 0px;
	height: 50px;
	background: #653600;
	line-height: 1.3em;
}

#footer p {
	margin: 10px auto;
/*	padding-top: 15px;
	padding-bottom: 10px; */
	text-align: center;
	font-size: 11px;
	color: #a6a96c;
}

#footer a {
	color: #a6a96c;
}

#footer a:hover {
	color: #ffffff;
}