* {
	outline: none;
}

body {
	font-family: Garamond, "Times New Roman", Georgia, serif;
	color: #000000;
	background: #c7c5c8;
	text-align: center;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#page {
	display: inline-block;
	text-align: left;
	width: 874px;
	margin: 20px auto 5px auto;
	background: url('mid.jpg') repeat-y;
}
div#page2 {
	background: url('top.gif') no-repeat top center;
}
div#page3 {
	padding: 20px 30px 40px 20px;
	height: 100%;
	background: url('bot.gif') no-repeat bottom center;
}

div#header {
	position:relative;
	top: 40px;
	background: url('head.gif') no-repeat;
	width: 812px;
	height: 270px;
}

div#header h1 {
	display: block;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	height: 40px;
	padding: 220px 0 0 0px;
	color: #ba6b26;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: top left;
}

div#header h1 span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
}

div#menu {
	width: 820px;
	height:30px;
	position:relative;
	top: -270px;
	z-index:100;
}

div#menu ul {
	width: 820px;
	padding:0;
	margin:0;
	font-size:18px;
	list-style-type:none;
}


div#menu li {
	text-transform: uppercase;
	float:left;
	display: inlne-block;
	margin: 0;
	position:relative;
	padding: 0 3px;
	line-height: 20px;
}


div#menu a {
	display:inline;
	float: left;
	text-decoration:none;
	width: auto;
	color:#000000;
	height: 20px;
	padding:5px 8px;
	font-weight:bold;
}
div#menu a.home {
	width: 20px;
	background-image: url('goHome.gif');
	background-repeat: no-repeat;
	background-position: 8px 5px;
	overflow: hidden;
	line-height: 100px;
}
div#menu a.home:hover {
	background-color: none;
}

div#menu ul ul {
	position:absolute;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top:30px;
	left:3px;
	width: 240px;
	font-size:12px;
	background-color: #e2dfbf;
}

div#menu ul ul li {
	clear: left;
	padding: 0;
	margin: 0;
	width: 240px;
}

div#menu ul ul a {
	color:#000000;
	height:auto;
	width: 220px;
	padding:5px 10px;
}

div#menu a:hover, div#menu ul ul a:hover{ background-color: #e2dfbf; }
div#menu :hover > a, div#menu ul ul :hover > a { background-color: #e2dfbf; }
div#menu a:hover { background-color: #e2dfbf; }
div#menu ul ul a:hover { background-color: #c4c19c; }

div#content {
	width: 812px;
	background-repeat: repeat-y;
	background-position: 0 70px;
}

div#content2 {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 80px 0 0 140px;
}

div#content3 {
	height: 100%;
	padding: 20px;
	border-top: 8px solid #ba6b26;
	border-left: 8px solid #ba6b26;
	background-color: #dbdad4;
	background-repeat: no-repeat;
	background-position: bottom right;
}

