html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
			background: #000 url(../images/bk3.jpg) repeat-x;
	
	font-size:11px;}


p {
	font-size:12px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
a {
	color: #008293;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~PAGE SETUP~~~~~~~~~~~~~~~~ */
#container {
	width:890px;
	margin:auto;}
	
/* ~~~~~~~~~~~~~~TOP~~~~~~~~~~~~~~~~ */

#top {
	width:890px;
	float:left;
	height: 123px;
	background:url(../images/top3.gif) no-repeat;}