@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
	font-family:  "Helvetica" , Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
}
img {
   border-color:#333333;
}
   
h1{
	font-size:1.3em;
	color:#68773f;
	font-weight: normal;
}
h2 {
	font-size:1.1em;
	color:#68773f;
	font-weight: normal;
}

h3 {
	font-size:1em;
	color:#68773f;
	font-weight: normal;
}

a:link{
	color:#68773f;
	text-decoration: none;
}

a:visited{
	color:#68773f;
	text-decoration: none;
}
a:hover{
	color:#666;
	text-decoration: underline;
}

ul,li {
    line-height: 1.6em;
}
blockquote {
	margin: 0.5em;
	padding: 1em;
    background-color: #c8eb94;
	clear: both;
}
   
#wrapper {
	width: 800px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #fff;
}
#me {
    width: 800px;
	height: auto;
	background-color: #fff;
}

#header {
	height: 248px;
	width: 800px;
	float: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navwrapper {
	width: 800px;
	height: 30px;
	float: left;
	margin: 0px auto;
	color: white;
}
#fadeshow1 {
    height: 100px;
	width: 800px;
	float: left;
	background-color: #ffffff;
	margin: 0px auto;
}

#sitenav {
	height: 33px;
	width: 800px;
	float: left;
	padding-top: 15px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	background-color: #324720;
	margin: 0px auto;
}

#sitenav a {
    color: #ffffff;
    padding: 0 15px;
    text-decoration: none;
}

#sitenav a:hover {
	color: #6ac258;
	text-decoration: none;
}

#main {
	width: 750px;
	height: auto;
	float: left;
	padding-right: 10px;
	margin-left: 20px;
	margin-top: 25px;
}

#footer {
	display: inline;
	width: 800px;
	height: 30px;
	padding-top: 16px;
	margin-bottom: 0px;
	float: left;
	background-color: #324720;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

#footer a:link{
	color:#FFF;
	text-decoration:none;
}

#footer a:visited{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
    color:#6ac258;
    text-decoration:none;
}
