* {
	margin: 0;
	padding: 0;
	}
	
html,body {
	text-align: center;
	}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	min-width: 800px;
	}
	
a {
	color: #444;
	text-decoration: underline;
	}
	
a:hover {
	color: #eda200;
	}

#wrapper {
	width: 100%;
	text-align: center;
	}
	
#header {
	height: 160px;
	width: 100%;
	background: url(images/header_bg.gif) top repeat-x;
	text-align: center;
}

#main {
	width: 800px;
	margin: 0 auto;
	}
	
#main_left {
	float: left;
	width: 470px;
	text-align: right;
	}
	
#main_left img {
	margin-top: 25px;
	}
	
#main_right {
	float: right;
	width: 285px;
	text-align: left;
	font-style: italic;
	margin-top: 110px;
	}
	
#main_right h2, #secondary h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	}
	
#main_right h3 {
	font-weight: bold;
	margin: 8px 0;
	}
	
#main_right ul.forms {
	list-style: none;
	margin-bottom: 20px;
	}
	
#main_right ul.forms li {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 25px;
	background: url(images/page_white_text.png) left no-repeat;
	}
	
#main_right ul.forms li a {
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}
	
.phone {
	font-size: 18px;
	margin-bottom: 20px;
	}
	
#main_right ul.tips {
	list-style: square;
	}
	
#main_right ul.tips {
	margin: 0 0 5px 25px;
	}
	
#secondary {
	width: 100%;
	padding-top: 3px;
	border-top: 1px solid #b8b8b8;
	background: url(images/secondary_bg.gif) top repeat-x #b7b7b7;
	min-height: 300px;
	margin-top: 60px;
	color: #121212;
	line-height: 17px;
	}
	
#secondary_left {
	width: 324px;
	text-align: left;
	float: left;
	margin-left: 75px;
	}
	
#secondary_right {
	width: 286px;
	text-align: left;
	float: right;
	padding-left: 30px;
	border-left: 1px dashed #999;
	}
	
#secondary_right a {
	text-decoration: none;
	color: #121212;
	line-height: 20px;
	}
	
#secondary a:hover {
	text-decoration: underline;
	}
	
#secondary_container {
	width: 800px;
	margin: 40px auto;
	}
	
#secondary h3 {
	font-size: 12px;
	margin-bottom: 8px;
	}

#secondary p {
	margin-bottom: 20px;
	}
	
#footer {
	padding: 10px 0;
	width: 800px;
	margin: 0 auto;
	border-top: 1px dashed #555;
	line-height: 14px;
	font-size: 11px;
	color: #444;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer p {
	margin:0;
	}

.credit {
	font-style: italic;
	color: #666;
	}