html{   
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

html, body{
	padding:0px;
	margin:0px;
}

body{
	background-color:#4d3220;
	color:#4d3220;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
a{
	color:#aa0098;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
}
h1{
	font-size:30px;
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	color:#aa0098;
}
h2{
	font-size:28px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}

#Container, #Header_Container, #Content_Container, #Divider_Container, #Footer_Container{
	min-width:881px;
	width:auto !important;
	width:881px;
}
#Header, #Content, #Divider, #Footer{
	width:881px;
	margin:auto;
}
#Header_Container{
	height:440px;
	background-color:#b8860b;
}
#SiteName{
	padding-top:66px;
	padding-bottom:30px;
	height:38px; /* 134px total */
	text-align:right;
}
#Menu{
	width:165px;
	height:300px;
	float:left;
	background-color:#dbc489;
	background-image:url(/images/nodot.jpg);
	background-repeat:repeat-y;
	padding-top:6px;
	position:relative;
	z-index:10;
}
.MenuOff, .MenuOn{
	display:block;
	height:18px;
	text-decoration:none;
	padding-left:30px;
	padding-top:2px;
	margin:2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3220;
}
.MenuOn{
	background-image:url(/images/dot.jpg);
	background-position:middle left;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}
.MenuLast
{
    margin-top:12px;    
}
#Header_Images{
	height:306px;
}
#Header_Images img{
	float:left;
}

#Divider_Container{
	clear:both;
	height:14px;
	background-color:#FFFFFF;
}
#Divider{
	padding-left:200px;
	width:681px; /* 881px total */
	font-size:11px;
	color:#b8860b;
}
#Divider a{
	color:#969696;
	text-decoration:none;
}

#Content_Container{
}
#Content_Margin, #Footer_Margin{
    width:881px;
    margin:auto;
}
#Content, #Footer
{
    margin-left:10px;
}
#Content, #Content_Sub{
	padding:20px;
	padding-top:6px;
	width:830px; /* 860px total (with border and padding) */
	background-color:#FFFFFF;
}
#Content_Sub{
	margin-top:-220px;
	padding-top:20px;
	padding-left:175px;
	width:675px;
	position:relative;
	left:5px;
	z-index:1;
}
#Footer_Container{
	padding-bottom:25px;
}
#Footer{
	padding-top:6px;
	width:716px; /* 716px total (with border and padding) */
	color:#B8860B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#Footer a{
	color:#B8860B;
	text-decoration:none;
}
#Footer a:hover{
	text-decoration:underline;
}





