*{margin: 0px; padding: 0px;}

body
{
	background: #574939;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.width66{float: left; width: 66%;}
.widthl33{float: left; width:33%;}
.widthr33{float: right; width: 33%;}
.width30{width: 30%;}
.width70{width: 70%;}
.fit{width: 100%;}
input{border: solid 1px #a0876b; height: 20px; line-height: 20px;}
input.button{background: #a0876b; border: solid 1px #333; height: 22px; line-height: 18px; font-weight: bold; color: #fff; margin-right: 5px;}
textarea{border: solid 1px #a0876b;}
.dotted{border-top: solid 1px #a0876b; padding-top: 5px;}
.center{text-align: center;}



a{color: #e8bd8d; text-decoration: underline;}
a:hover{text-decoration: none;}
p{padding: 5px;}
p.wheelchair{
	background: transparent url(images/wheelchair.gif) no-repeat 10px 10px;
	padding: 10px 10px 10px 50px;
}

h1
{
	font-size: 15px;
	color: #a0876b;
	padding: 10px 5px 0px 5px;
}

h2
{
	font-size: 13px;
	color: #fff;
	padding: 0px 5px 10px 5px;
}

h3
{
	font-size: 15px;
	padding: 20px 5px 10px 5px;
	color: #fff;
}

ul{
	list-style-type:none;
}
ul li{
	background:transparent url(images/arrow.gif) no-repeat 0 4px;
	margin-left: 10px;
	padding-left:12px;
	margin-top:6px;
}
img{float: left; border: solid 1px #a0876b; margin: 0px 10px 5px 0px;}
img.closer{margin: 0px 3px 0px 0px;}
.highlight{color: #a0876b;}
.underline{border-bottom: dotted 1px #fff; padding-bottom: 5px; font-size: 13px; color: #ccc;}


/*
* Wrapper
**********************************************************************************************/
#wrapper
{
	margin: 0px auto;
	width: 700px;
}

#gallery{padding-left: 5px;}

/*
* Navigation
**********************************************************************************************/
#wrapper #navigation
{
	background: #574939 url(images/nav_slice.gif) repeat-x;
	border: solid 3px #fff;
	height: 47px;
	width: 694px;
}
#wrapper #navigation ul li{display: inline; list-style: none; background: none; padding: 0px; margin: 0px;}
#wrapper #navigation ul li a
{
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
}
#wrapper #navigation ul li a span{display: block; padding: 5px 10px 0px 10px;}
#wrapper #navigation ul li a span.desc
{
	color: #ac9173;
	font-size: 9px;
	letter-spacing: 0px;
	line-height: 9px;
	padding: 0px 10px 0px 10px;
}
#wrapper #navigation ul li a:hover{color: #fff;}
#wrapper #navigation ul li a:hover span.desc{color: #fff;}

/*
* Header
**********************************************************************************************/
#wrapper #header
{
	background: #574939 url(images/header.jpg) no-repeat;
	border-bottom: solid 1px #a0876b;
	height: 185px;
	margin-top: 3px;
	width: 700px;
}

#content
{
	float: left;
	width: 700px;
	margin-bottom: 10px;
}






#tri_content
{
	border-top: solid 1px #a0876b;
	position: relative;
	clear: both;
	margin-top: 10px;
	width: 700px;
}



/*
* Footer
**********************************************************************************************/
#wrapper #footer
{
	background: #574939;
	clear: both;
	color: #fff;
	margin-top: 10px;
	text-align: center;
	width: 700px;
}

#wrapper #footer a{color: #fff; padding: 0px 5px 0px 5px; text-decoration: underline;}
#wrapper #footer a:hover{text-decoration: none;}
#wrapper #footer p{padding: 5px 0px 5px 0px;}
#wrapper #footer p.menu
{
	background: #a0876b;
	padding: 5px 0px 5px 0px;
}


