/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-image: url(../images/interface/site_background.jpg);
	background-repeat: repeat-x;
	margin: 8px 0px;
	background-color: #F2ECDC;
}
/******************* Menubar *******************/
#navcontainer
{
	padding: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
}
#navcontainer ul li a
{
	border-left: 1px solid #FFFFFF;
	border-right: none;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	width: 99px;
	border-top-style: none;
	border-bottom-style: none;
	clip: rect(10px,auto,auto,auto);
	height: 17px;
}
#navcontainer ul li a:hover
{
color: #930;
background: #D8D7B8;
}
#navcontainer a:active
{
background: #c60;
color: #fff;
}
#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}
/******************** Misc *********************/
#text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	background-image: url(../images/interface/text_background.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 15px;
	padding-top: 5px;
	line-height: 20px;
}
#text a:link, #text a:visited {
	color: #475830;
	text-decoration: underline;
}
#text a:hover {
	color: #996633;
	text-decoration: underline;
}
.bullettext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	padding-left: 12px;
	line-height: 20px;
}
.bullettext a:link, .bullettext a:visited {
	color: #475830;
	text-decoration: underline;
}
.bullettext a:hover {
	color: #996633;
	text-decoration: underline;
}
.leftphotos {
	margin-left: 25px;
	margin-top: 15px;
}
#utilitylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-right: 25px;
}
#utilitylinks a:link, #utilitylinks a:visited {
	color: #333333;
	text-decoration: none;
}
#utilitylinks a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #736046;
}
.footer a:link, .footer a:visited {
	color: #736046;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	background-color: #736046;
	text-decoration: none;
}
.photopadding {
	margin-left: 6px;
	margin-right: 4px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 15px;
}
.galleryborder {
	border: 1px solid #333333;
}
