/*										*/
/*		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;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
.border {
	width: 900px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* @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 title */
#title {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.title_left {
	float: left;
}
.title_right {
	float: right;
}
.title_left h1 {
	color: #fff;
	font: 23px "Gill Sans";
}
.title_right li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	color: white;
	font: bold 12px Arial;
	vertical-align: sub;
}
.title_right li a {
	color: white;
}
.title_right li a:hover {
	color: black;
}
/* @end */

/* @group container */
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 35px;
	text-align: justify;
}
.container h1 {
	color: white;
	font: 20px Arial;
	padding: 10px;
}
h2 {
	color: #ee8351;
	font: 15px Arial;
	padding: 10px;
	text-align: left;
	letter-spacing: .5px;
	word-spacing: .5px;
}
.container a {
	color: white;
	text-decoration: underline;
}
.container a:hover {
	text-decoration: none;
}
.contactus {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 35px;
	color: white;
	text-align: justify;
}
.contactus h1 {
	color: white;
	font: 15px Arial;
	padding: 10px;
}

.contactus a {
	color: white;
	text-decoration: underline;
}
.contactus a:hover {
	text-decoration: none;
}
.contactus ul {
	color: white;
	list-style: none;
}
.contactus li {
	color: white;
	margin-left: 15px;
	padding: 2px;
}

#info {
	height: 220px;
}
#form {
	text-align: left;
}
#form p {
	font-size: 10pt;
	font-family: "Gill Sans";
	color: white;
	text-align: right;
	padding-right: 10px;
}
/* @end */
/* @group footer */
#footer {
	text-align: center;
	width: 100%;
	font: 12px "Gill Sans";
	padding-top: 10px;
}
#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 */