/*Color Palette*/
/* Light Tan - Content BG - #c6ae77*/
/* Dark Tan - Body BG - #603913*/
html, body{
	background-color: #603913;
	margin: 0px; padding: 0px;
	width: 100%;
	font-family: "palatino linotype",palatino,serif;
}
img, div { behavior: url(../_stylesheets/iepngfix.htc); }
a{ outline: none; border: none; text-decoration: none; color: black; }
a img{ border: none; outline: none; }
a span{ display: none; }
h1{
	text-align: center; text-decoration: underline; color: #603913;
	margin: 0px; padding-top: 0px;
}
.warning{
	color: red;	
}
.clear{
	clear: both; width: 100%;	
}
#wrapper{
	position: relative; width: 850px;
	margin: 0px auto;
}
#header{
	background-image: url(../_images/header.png); background-repeat: no-repeat;
	position: relative; width: 850px; height: 200px;
	margin: 0px;
	z-index: 3;
}
#headerLink{
	position: absolute; width: 850px; height: 150px;
	margin: 0px;
	z-index: 4;
}
#menu a:hover, #submenu a:hover, .currentPage{ color: #603913; text-decoration: underline;}
#menu a, #submenu a{ margin: 0px 10px;}
#menu, #submenu{
	white-space: nowrap;
	position: relative; left: 0px; margin: 0px;
	width: 850px; height: 41px; padding-top: 19px;
	text-align: center; font-size: large; font-weight: bold;
}
#menu{
	top: 150px;
	text-transform: uppercase;
	z-index: 4;
}
#submenu{
	background-image: url(../_images/submenu.png); background-repeat: no-repeat; margin-top: -15px;
	z-index: 2;
}
#content{
	background-color: #c6ae77;
	display: block;
	position: relative; width: 750px;
	margin: -20px auto 0px auto;
	padding-top: 25px; padding-bottom: 20px;
	z-index: 1;
}
#contentLeft{
	background-image: url(../_images/contentLR.png); background-repeat: repeat-y;
	position: absolute; left: -15px; top: 0px;
	width: 15px; min-height: 100%;
}
#contentRight{
	background-image: url(../_images/contentLR.png); background-position: right; background-repeat: repeat-y;
	position: absolute; right: -15px; top: 0px;
	width: 15px; height: 100%;
}
#contentBottom{
	background-image: url(../_images/contentBottom.png); background-repeat: repeat-x;
	position: absolute; left: -8px; bottom: -15px;
	width: 765px; height: 15px;
}
#container{ position: relative; margin: 0px auto; }
#container h1{ padding-bottom: 15px }
#container h2{ padding-left: 50px; margin: 0px; }
#container h3{ padding-left: 60px; margin: 0px; }
#container h4{ padding-left: 70px; margin: 0px; }
#container p{ font-size: larger; margin: 0px auto; width: 600px; padding-bottom: 15px; }
#container ul{ margin-left: 50px; }
#container a{ color: #805225; }
#container a:hover{ text-decoration: underline; }
#footer{
	text-align: center; line-height: 0px; padding: 10px 0px; color: #c6ae77;
}