﻿body
{
	width:100%;
	height:100%;
	background-color:#4f545c;
	overflow:visible;
	
}
#page
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100%;
	color:#686868;
	font-family:Arial, Sans-Serif;	

}
#header
{
	background-color:#586b84;
	width:100%;	
	height:94px;
	color:#e4e2d9;
	text-decoration:none;
	position:relative;
	
}
#headerQuote
{
	color:#e4e3d9;
	font-family:Arial;
	font-style:italic;
	font-size:18px;
	position:absolute;
	top:40px;
	left:200px;	
	width:300px;
	height:30px;
	z-index:100;
	
}
#headerRight
{	
	float:right;
}
#nav
{
	clear:both;	
	height:93px;
	width:100%;	
}
#main
{
	
	width:100%;
	height:100%;	
	background-image:url('../images/bg.png');
	background-repeat:repeat-y;
	
}
#main_left
{
	
	float:left;
	height:100%;
	width:180px;
	
	
}
#main_center
{	
	float:left;
	height:100%;
	width:510px;
	margin-left:10px;	
	
}

#main_center p
{	
	font-family:Arial;
	font-size:14px;
}
#main_right
{
	height:100%;
	width:240px;
	float:right;
}
#main_right ul
{
	font-size:14px;
}
#mainHeader
{
	width:100%;
	border-bottom:1px solid #c8c7c3;
	color:#596c84;
}
#mainHeader p
{
	font-size:18px;
	
		
}
#contentBox
{
	margin-left:0px;
	width:97.1%;
	color:Black;	
}
#contentHeader
{
	width:100%;
	height:30px;
	background-color:#c7c7c2;
	
}
#contentHeader p
{
	font-size:16px;
	font-weight:bold;
	color:#4f545c;	
	padding-left:5px;
	padding-top:5px;	
}
#footer
{
	clear:both;
	margin-right:auto;
	margin-left:auto;	
	width:95%;
	height:50px;	
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #a9a689;
	font-size:11px;
	
			
}
#footer p
{
	clear:both;	
	text-indent:0px;
	text-align:right;
	line-height:0em;	
}