body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #FFFFFF;
	height: 100%;
	margin: 0;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	list-style: none;
}
hr {
	border : none;
	border-top : dashed 1px #BBBBBB;
	color : #FFFFFF;
	background-color : #e8e8e8;
	height : 1px;
}
.copy {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
}

img {
	border: 0;
}
td {
	border: 0;
}
form, input, textarea {
	margin: 0; padding: 0;
}
a {
	color: #303030;
	text-decoration: underline;
}
li {
	list-style: none;
}
ul
{
	list-style: none;
	margin: 0; 
	padding: 10px;
}
a:hover {
	color: #3789b4;
	text-decoration: none;
}
/* banner and logo
----------------------------------------------- */
#logo {
	background: #FFFFFF url('images/logo.jpg') no-repeat;
	height: 89px;
	width: 851px;
	margin-left: auto;
	margin-right: auto;
}
	#top {
		height: 69px;
		width: 100%;
}
	#bottom a{
		color: #FFFFFF;
		height: 20px;
		width: 100%;
		text-decoration: none;
}
	#bottom a:hover {
		text-decoration: underline;
	}
#bottom {
		color: #FFFFFF;
		height: 20px;
		width: 851;
		margin-left: 10px;
		text-decoration: none;
		padding: 0 0 0 10px;
}
/* content
----------------------------------------------- */
#content_holder {	
	background-color: #FFFFFF;
	height: auto;
	width: 851px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 1px 15px 0 15px;
}
#content_area {
	background-color: #FFFFFF;
	height: auto;
	width: 850px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0 20px 0 20px;
}
.nav_headers {
	background: url('images/header_bg.jpg');
	height: 30px;
	width: 226px;
	padding: 5px 0 0 16px;
	overflow: hidden;
	margin: 1px 1px -3px 1px;
	color: #FFFFFF;
}
#nav_area {
	height: auto;
	width: 300px;
	margin-left: 20px;
	margin-top: 1px;
	overflow: hidden;
}
	#left {
		width: 244px;
		float: left;
		border: 2px solid #aad7ef;
}
	#right {
		width: 550px;
		float: left;
		margin-left: 10px;
		border: 2px solid #aad7ef;
}
#navigation {
	font-weight: normal;
	font-size: 12px;
}
#navigation li a {
	list-style: none;
	text-decoration: none;
	display: block;
}
#navigation li a:hover {
	text-decoration: underline;
}
#text_area {
	width: 500px;
	padding: 5px 16px 20px 16px;
}
/* footer
----------------------------------------------- */
#footer {
	width: 851px;
	height: 34px;
	clear: both;
	background: url('images/footer_bg.jpg') no-repeat;
	margin-left: auto;
	margin-right: auto;
}
/* LOGIN
----------------------------------------------- */
#login_holder {	
	background-color: #FFFFFF;
	height: 300px;
	width: 440px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 15px 0 15px;
}
#login_header {
	background: url('images/login.jpg') no-repeat;
	height: 39px;
	width: 437px;
	margin-top: 5px;
	margin-bottom: 1px;
}
#login_area {	
	background-color: #FFFFFF;
	width: 403px;
	overflow: hidden;
	padding: 1px 15px 0 15px;
	border: 2px solid #aad7ef;
}
/* REGISTER
----------------------------------------------- */
#register_holder {	
	background-color: #FFFFFF;
	height: 450px;
	width: 440px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 15px 0 15px;
}
#register_header {
	background: url('images/register.jpg') no-repeat;
	height: 39px;
	width: 437px;
	margin-top: 5px;
	margin-bottom: 1px;
}
#register_area {	
	background-color: #FFFFFF;
	width: 403px;
	overflow: hidden;
	padding: 1px 15px 0 15px;
	border: 2px solid #aad7ef;
}