body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}


#wrapper {
	background-color: #Ccbebo;
	text-align: center;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#wrapper #main {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #A28971;
}

#wrapper #imagebar {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
	background-image: url(../images/eyes.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A28971;
	background-color: #A28971;
	text-align: center;
	vertical-align: middle;
}
#wrapper #main #leftcol {
	background-color: #a28971;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	height: auto;
	
}
#wrapper #main #leftcol ul {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 2em;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 1em;
}
#wrapper #main #leftcol ul li {
	text-align: left;
	list-style-type: none;
	text-transform: none;
}
#wrapper #main #leftcol ul li ul {
	font-size: 0.8em;
	text-align: left;
}


#wrapper #main #leftcol ul li a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #main #leftcol ul li a:hover {
	color: #CCBEB0;
	text-decoration: underline;
}
#wrapper #main #rightcol a {
	color: #A28971;
	font-weight: bold;
}
#wrapper #main #rightcol li {
	font-size: 120%;
	list-style-type: none;
}
#wrapper #main #rightcol a:hover {
	color: #FFFFFF;
}


#wrapper #main #rightcol {
	padding: 10px;
	float: left;
	width: 480px;
	text-align: left;
	font-size: 0.8em;
	color: #333333;
	background-color: #CCBEB0;
	height: auto;
}
p {
	padding: 5px;
}
img {
	padding: 5px;
}

#wrapper #mainnav {
	background-color: #a28971;
	height: 20px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;

}
#wrapper #mainnav a:link,a:visited,a:active {
	color: #FFFFFF;	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #mainnav a:hover {
	color: #CCBEB0;
	text-decoration: none;
}

#wrapper #mainnav table {
	text-align: center;	
	border-left-width: 0px;
}
#wrapper #main #footer {
	padding: 0px;
	width: 800px;
	background-color: #CCBEB0;
	font-size: 0.6em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	color: #A28971;
}
#wrapper #main #footer table {
	text-align: center;
}
#wrapper #main #footer a:link {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#wrapper #main #footer a:hover {
	color: #A28971;
	text-decoration: underline;
}



#wrapper #logo {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	margin-bottom: 10px;
}
.clearfloats {
	clear: both;
}
.more {
	font-style: italic;
	font-size: 80%;
	
}
.more a{
	
	color: #FF0000;
	text-decoration: underline;
}
.more a:hover{
	
	color: #666666;
	
}
h3 {
	text-indent: 10px;
	font-size: 100%;
	font-weight: bold;
}
