body {
margin: 10px 0 0 100px;
height: 100%;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url(images/gray_tile.gif);

}

img {
margin: 0px;
padding: 0px;
}


#header {
	width: 900px;
	margin-left: 15px;
	margin-top: 0px;
	border: 0px solid #fff;
	background: #fff;
	padding: 0px;
}


#outer_wrapper {
	background: url(images/shadow_left.png) repeat-y left;
}
#wrapper {
	background: url(images/shadow_rt.png) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	margin-right: 200px;
}
#main {
	margin-left: 15px;
	background: #fff;
}

#sidebar {
	width: 185px;
	float: right;
	padding: 0px 15px 0 0px;
	position: absoulte;
}


#footer {
	width: 900px;
	margin-left: 15px;
	background-color: #590900;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}


#footer a {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px
}

h1 {
	margin-top: 0px;
	color: #590900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px 0 0px 0px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 10;
	clear: both;
}


.style9 {
	width: 185px;
	color: #590900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #d1c589;
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 12px;
	text-align: center;
}

.style10 {
	color: #590900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #e2dab4;
	font-size: 11px;
	text-align: left;
}

.style10 a {
	color: #590900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}






/* NAVIGATOR */


#navcontainer {
margin: 0;
padding: 0;
height: 24px;
width: 900px;
margin-left: 15px;
background: #590900;
}

#navcontainer ul
{
border: 0;
padding: 0 0 0 0
margin: 0;
list-style-type: none;
text-align: center;
table-layout: fixed;
}

#navcontainer ul li
{
display: block;
padding: 0;
float: left;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
padding: 4px 7px 4px 6px;
height: 16px;
margin: 0;
color: #fff;
text-decoration: none;
float: left;
display: block;
background: #590900 center center repeat-x;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}


#navcontainer ul li a:hover
{
color: #000;
background: #e2dab4;
width: auto;
}

#navcontainer a:active
{
color: #fff;
}

#navcontainer li#active a
{
background: #fff;
border: 1px solid #c60;
color: #fff;
}

#navcontainer li a:hover, #navcontainer li .current
{
color: #000;
background: #fff center center repeat-x;
}


/*]]>*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}