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

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#1d1b0f;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

#main {
	margin:0 auto;
	padding:0 auto; 
	width:940px; 
	text-align:left;
	background-color:#fafbf7;
	height:100%;
}

#home {
	width:940px; 
	font-size:14px;
	color:#856e5e;
	text-align:center;
}

td.home {
	vertical-align:text-top;
}

td.home a {
	color:#856e5e;
	text-decoration:none;
}

td.home a:visited {
	color:#856e5e;
	text-decoration:none;
}

td.home a:hover {
	color:#55863e;
	text-decoration:none;
}

td.hometitle {
	background-image:url(../images/home_swirl.png);
	background-repeat:no-repeat;
	background-position:center;
	font-weight:bold;
	font-size:16px;
}

td.hometitle a {
	color:#856e5e;
	text-decoration:none;
}



td.hometitle a:hover {
	color:#55863e;
	text-decoration:none;
}

#header {
	height:140px;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}

img.logo {
	margin:20px 0 0 0;
}

#navigation {
	height:30px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:none;
	text-align:center;
}

#navigation a{
	color:#fafbf7;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:visited{
	color:#fafbf7;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover{
	color:#88e352;
	text-decoration:none;
	font-weight:bold;
}

#navigation ul{
	list-style:none;
	padding-top:7px;
	padding-bottom:10px;
	font-size:17px;
	list-style-type:none;
}

#navigation li{
	display:inline;
	margin:0px 35px 20px 35px;
}

#navigation li.selected{
	display:inline;
	margin:0px 35px 20px 35px;
	padding:20px 45px 5px 45px;
	background:url(../images/swirl.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:17px;
}

#pictures {
	
	background-repeat:no-repeat;
	height:160px;
}

#leftNav {
	width:185px;
	background-color:#f6f7f2;
	text-align:left;
	float:left;
}

#leftNav ul{
	list-style:none;
	font-size:12px;
	margin:30px 0 0 30px;
	list-style-type:none;
}

#leftNav li.selected{
	background-image:url(../images/bull.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#leftNav a{
	color:#8c7768;
	text-decoration:none;
}

#leftNav a:visited{
	color:#8c7768;
	text-decoration:none;
}

#leftNav a:hover{
	color:#8c7768;
	text-decoration:none;
	background-image:url(../images/bull.jpg);
	background-repeat:no-repeat;
}

#content {
	width:580px;
	background-color:#ecece8;
	background-image:url(../images/contentBack.jpg);
	text-align:left;
	float:left;
}

#content ul{
	font-size:13px;
	color:#2f2f2b;
	padding:10px 10px 10px 10px;
	list-style-type:none;
}
 
#content li{
	margin:7px 0 7px 0;
}

#content li.subtitle{
	margin:7px 0 7px 0;
	font-weight:bold;
	color:#353532;
}

#content li.title{
	font-size:16px;
	font-weight:bold;
	color:#686864;
}

#content a{
	color:#479e46;
	text-decoration:none;
}

#content a:visited{
	color:#479e46;
	text-decoration:none;
}

#content a:hover{
	color:#479e46;
	text-decoration:underline;
}

#footer {
	width:940px;
	height:47px;
	color:#fafbf7;
	font-size:12px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:none;
	text-align:center;
	float:left;
}

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

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

#footer a:hover{
	color:#fafbf7;
	text-decoration:underline;
}

#footer ul{
	list-style:none;
	margin-top:16px;
	font-size:12px;
	list-style-type:none;
}

#footer li{
	display:inline;
	margin:0 20px 0 20px;
}

#credit {
	width:940px; 
	text-align:right;
	color:#82997c;
	font-size:11px;
	padding-bottom:20px;
	float:left;
}

#credit a{
	color:#82997c;
	text-decoration:none;
}

#credit a:visited{
	color:#82997c;
	text-decoration:none;
}

#credit a:hover{
	color:#82997c;
	text-decoration:none;
}
















