@charset "utf-8";
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D1D1D1;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	text-align: center;	
}
#main {
	position:relative;
	width: 745px;
	text-align:left;
	margin: 0 auto 0;
}
#nav {
	position: absolute;
	left: 62px;
	top: 235px;
	width: 656px;
	margin: 0px;
	padding: 0px;
}		
#nav li {
	float: left;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}	
a:link {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#header {
	position: absolute;
	width: 745px;
	height: 258px;
	background-image: url(header.gif);
	background-repeat: no-repeat;
}
#info {
	position: absolute;
	top: 278px;
	left: 30px;
}
#content {
	position: absolute;
	left: 200px;
	top: 280px;
}
#points {
	padding: 0px;
	margin: 0px;
}
#points li {
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
	list-style-type: none;
}
#copy {
	position: absolute;
	font-size: 10px;
	left: 578px;
	top: 550px;
}			
