/*										*/
/*		http://www.getonspex.com		*/
/*		Copyright 2008					*/
/*		The Worx Group					*/
/*										*/
										
/* We must first standardize the page	*/
/* @group page */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	background: #00304e url(../images/bg.jpg) no-repeat scroll center 25px;
}
img {
	behavior:url(/css/iepngfix.htc);
	border: none;
}
.border {
	width: 900px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
/* @end */
/* @group navigation */
#navigation {
	width: 100%;
	background-color: black;
	text-align: center;
	font: 15px "Gill Sans";
}
#navigation ul {
	padding: 10px;
}
#navigation li {
	list-style-image: none;
	display: inline;
}
.super_star {
	padding:10px;
}
#navigation li a {
	color: white;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
/* @end */
/* @group logo */
#logo {
	width: 196px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
/* @end */
/* @group flash */
#flash {
	width: 903px;
	height: 354px;
	margin-left: auto;
	margin-right: auto;
}
/* @end */
/* @group footer */
#footer {
	text-align: center;
	width: 100%;
	font: 12px "Gill Sans";
	padding-top: 10px;
	color: white;
}
#navigation ul {
	padding-top: 10px;
}
#footer li {
	list-style-image: none;
	display: inline;
	padding: 10px;
}
#footer li a {
	color: white;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer p {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 10px Arial;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* @end */