/* CSS Document */
body{
	margin:0px;
	background-image:url(../images/mainbg.jpg);
	background-position:top left;
}
#nav{
	float:left;
	width:315px;
	height:100%;
}
select{
	background-color:#D9D8D0;
	border:1px solid #898771;
	color:#333333;
	font-family:"Courier New", Courier, monospace;
	width:150px;
}
#flashcontent{
	height:100%;
}
#maincontainer{
	background-image:url(../images/bottomfeathers.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	float:left;
	text-align:left;
}
.footer{
	background-image:url(../images/bottomfeathers.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#footercontent{
	background-image:url(../images/feathersleft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:100px;
	width:650px;
	text-align:center;
	color:#433F34;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	padding-bottom: 20px;
	line-height: 19px;
}
.middlepiece{
	background-image:url(../images/bgmiddle.gif);
	background-repeat:repeat-y;
	background-position:left;
	text-align:left;
}
#mainholder{
	background-image:url(../images/bottomgirl.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:650px;
	background-color:#FFFFFF;
	float:left;
	text-align:left;
}
#content{
	text-align:left;
	color:#433F34;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	margin: 22px;
}
#content .titles{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background:#898771;
}
#content a:link{
	color:#976e2e;
	text-decoration:underline;
}
#content a:hover{
	color:#660000;
	text-decoration:underline;
}
#content a:active{
	color:#976e2e;
	text-decoration:underline;
}
#content a:visited{
	color:#976e2e;
	text-decoration:underline;
}

#tourcontent{
	text-align:left;
	color:#433F34;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
#tourcontent .titles{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background:#898771;
}
#tourcontent a:link{
	color:#976e2e;
	text-decoration:underline;
}
#tourcontent a:hover{
	color:#660000;
	text-decoration:underline;
}
#tourcontent a:active{
	color:#976e2e;
	text-decoration:underline;
}
#tourcontent a:visited{
	color:#976e2e;
	text-decoration:underline;
}

#footercontent a:visited{
	color:#976e2e;
	text-decoration:underline;
}
#footercontent a:link{
	color:#976e2e;
	text-decoration:underline;
}
#footercontent a:hover{
	color:#660000;
	text-decoration:underline;
}
#footercontent a:active{
	color:#976e2e;
	text-decoration:underline;
}
#footercontent a:visited{
	color:#976e2e;
	text-decoration:underline;
}

#content .headers{
	font-size:28px;
	font-weight:bold;
	color:#4f4d40;
	margin-bottom: 4px;
}