/* base css */
#wrap {
	background-color:#FFFFFF;
	}
#content {
	margin: 0 auto;
	width: 770px;
	clear: both;
	padding-top: 13px;
	}
	
/* Content Link Styles */
#content a:link       { color: #339966; text-decoration: underline}
#content a:active     { color: #339966; text-decoration: underline}
#content a:visited    { color: #339966; text-decoration: underline}
#content a:hover      { text-decoration:none; color: #333333; }



#footer_bg {
	text-align: center;
	border-top: 5px solid #898989;
	height: 64px;
	}
#footer a {
	color: #CCCCCC;
}

	
#footer {
	font-size: 11px;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 770px;
	clear: both;
	height: 64px;
	color: #FFFFFF;
	}
.clear {
	clear: both;
	height: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #898989;
	line-height: 1.3;
}
