/***GLOBAL***/
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}

/***LINKS***/
a {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #d70000;
	text-decoration:none;
}


/***HEADER***/
#header {
	width:742px;
	height:66px;
	margin-left:auto;
	margin-right:auto;
}
#nav {
	display:inline;
}
#nav IMG {
	padding:0;
	margin:0;
}

/***CONTENT***/
#content {
	width:742px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

/***FOOTER***/
#footer {
	width:742px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/points.gif);
	background-repeat:repeat-x;
	padding:13px 0 0 0;
	text-align:center;
	font-size: 10px;
	line-height:17px;
}
