@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#spacer {
	width: 960px;
	height: 5px;
	float: left;
}

#header {
	width: 960px;
	height: 300px;
	float: left;
}

#header_image {
	width: 960px;
	height: 125px;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;
	background-color: #000;
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#blue_box {
	width: 440px;
	background-color:#08C1FF;
	padding: 20px;
	line-height: 150%;
	margin-top: 30px;
	float: left;
}

.cont_left {
	width: 480px;
	float: left;
}

.cont_right {
	width: 480px;
	float: left;
}

.divider {
	clear:both; 
	background:url(../images/divider.gif) scroll center center repeat-x; 
	height:1px;  
	padding:10px 0; 
	margin:0 auto; 
	display:block; 
	width:100%; 
}


h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #08C1FF;
	text-align:center;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	color: #08C1FF;
	padding-bottom: 10px;
}


h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #fff;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #08C1FF;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}


.clear
{
clear: both;
}


#footer
{
  background:#000;
  padding: 10px 0px;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  color:#a3a3a3;
  border-top:1px solid #08C1FF;
  clear:both;
  margin-bottom: 20px;
  position:relative;
}

#footer p
{
  margin:0; 
  font-size: 10px;
}

#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08C1FF;
	text-decoration: underline;
}

#footer p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08C1FF;
	text-decoration: none;
}


.brown {
	color: #960;
}

.purple {
	color: #609;
}

.red {
	color: #F00;
}

.yellow {
	color: #FF0;
}

.orange {
	color: #F90;
}

.blue {
	color: #00F;
}

.dark_brown {
	color:#600;
}
