﻿body 
{
	padding:0;
	margin:10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 75%;
	background-color:#e8e1da;
	line-height:150%;
}

#main
{
	position:relative;
	width:799px;
	margin: 0 auto;
	border:1px solid #775937;
	background:#e8e1da url(../images/menu_bkgnd.jpg) repeat-y;
}

#header
{
	width:100%;
	height: 100px;
	background:#e8e1da url(../images/header_main.jpg) no-repeat;
	background-position:-1px 0;
}

#subheader
{
	width:100%;
	height:40px;
	background:#e8e1da url(../images/subheader.jpg) no-repeat;
}

#main_content
{
	margin:0;
	padding:0;
	width:100%;
}

#content
{
	margin:-200px 0 0 130px;
	width:615px;
	padding:0 20px 0 20px;
	text-align:center;
}

#footer_image
{
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	background:#e8e1da url(../images/footer_image.jpg) no-repeat;
}

#footer_text
{
	width:100%;
	background:#e8e1da url(../images/footer_text.jpg) repeat-y;
	padding:5px 0 5px 0;
	margin:0;
	text-align:center;
	font-size:90%;
	letter-spacing:0.2em;
}

img
{
	padding: 5px;
	background: #fff;
	border:solid 1px #ccbba9;
}

.imgfloat
{
	float:left;
	margin-right:20px;
}

td
{
	padding:5px;
}

label, input, textarea
{
	color:#28221F;
	font-family: Arial, Verdana, Sans-Serif;
	font-size:100%;
}

#content p
{
	text-align:justify;
}

/* MENU STYLE */
#menu
{
	text-align:left;
	width:120px;
	height:100%;
	padding:0;
	margin:0;
}

#menu ul
{
	margin:0;
	padding:0;
}

#menu li
{
	display: inline; /* for IE5 and IE6 */
}

#menu li #selected
{
	font-weight:bold;
	color: White;
}

#menu a
{
	/*width: 99.99%; extend the sensible area to the maximum with IE5 */
	display: block;
	text-decoration: none;
	padding:5px 0 5px 20px;
	color: black;
}

#menu a:hover 
{
	color: white;
}
/* END MENU STYLE */

/* MAP STYLE */
#mapContainer 
{ 
	height: 400px; 
	width: 600px;
	padding: 5px;
	background: #fff;
	border:solid 1px #ccbba9;
}
/* END MAP STYLE */

a.stdlnk  {color: #261911;}
        
a.stdlnk:hover {color: #725A42;}