@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #000000;
	background-image:url('images/wood.jpg');
	margin: 10px 0px;
	background-color: #930;
}
#container
  {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #930;
}
a:active {
	color: #930;
}
h1 { color: #930; }
h2 { color: #930; }
h3 { color: #930; }
h4 { color: #930; }
h5 { color: #930; }
h6 { color: #930; }

#header  {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: FFF;
	padding: 2px;
	margin-top: 0px;
	height: 115px
} 
#logo {
	top: 15px;
	width: 604px;
	height: 100px;
	background-color: transparent;
}
#navmenu  {
	position: relative;
	top: 0px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top-width: 2px;
	border-top-color: #000000;
	padding-top: 2px;
	text-decoration:none;
}
#navmenu  a:link {
	text-decoration:none;
}
#navmenu  a:visited {
	text-decoration:none;
}
#navmenu  a:hover {
	text-decoration:none;
}
#navmenu  a:active {
	text-decoration:none;
}


#mainContent  {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #000000;
	font-size: 10px;
	text-align: center;
} 
#footer  p  {
	margin: 0;
	padding: 10px 0;
}
#mainContent_inside {
	background-color: #FFFFFF;
	font-size: 14px;
}

