* { margin: 0; padding: 0; border: 0; }
html, body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }


#top, #main, #footer {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	position: relative;
	clear: both;
}
/**** TOP ****/
	#top {
		padding: 4px 0;
		font-size: 10px;
		font-weight: bold;
		background: #e7e7e7;
	}
/**** /TOP ****/
/**** MAIN ****/
	#content {
		padding: 37px 0;
		border-left: 1px #e7e7e7 solid;
		border-right: 1px #e7e7e7 solid;
	}
/**** /MAIN ****/
/**** FOOTER ****/
	#footer {
		padding: 15px 0;
		font-size: 10px;
		color: #999898;
	}
/**** /FOOTER ****/
