@charset "utf-8";
/*
===========================================================
SpearOne
===========================================================
 */


body {
	background: #000 url(../images/html_bg.gif) 0 0 repeat-x;
	margin:0;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	}

td, th {
	font-family: Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	}


h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#6FBCEA;
	}
h2 {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ffffff;
	}
h3 {
	font-size:18px;
	font-weight:normal	;
	text-transform:uppercase;
	color:#50afe6;
	}
h4 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#c10c17;
	}

h4.white {
	color:#FFFFFF;
	}

a:link, a:visited {
	color:#f2d568;
	text-decoration:none;
	}
a:hover, a:active {
	color:#f2d568;
	text-decoration:underline;
	}

ul {
	margin:0;
	padding: 0 0 0 15px;
	}
ul li {
	color:#ffffff;
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;  /* space for the image */

	}
ol li {

	}

.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	}

/*
===========================================================
Main CSS
===========================================================
 */


#wrapper {
	position:relative;
	z-index:10;
	margin: 0 auto;
	}
#content {
	width:390px;
	margin:-335px auto 0 auto;
	text-align:left;
	min-height:300px;
	position: relative;
	}

#footer {
	clear:both;
	text-align:center;
	width:880px;
	margin: 40px auto 0 auto;
	padding: 30px 0;
	}
.div {
	background: url(../images/footer_bg.png) center top no-repeat;
	behavior: url(../scripts/iepngfix.htc);
	height:10px;
	}
.links {
	margin: -30px 0 0 0;
	}
#footer a:link, #footer a:visited {
	margin: 0 10px;
	}
#footer a:hover, #footer a:active {
	}


/*
=================================================================
Common CSS
=================================================================
*/
img { border:0; }
