html {
	font-size: 100.00%;
	height:100%;
}
body {
	margin: 0;
	min-width: 960px;
	height: 100%;
	background-color:#000000;
	background-image: url(images/body-bg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}

strong{
color:#1274b2;
}

h3{
color:#1274b2;
}



a{
color:#ffffff;
text-decoration:underline;
}

a:visited{
color:#ffffff;
text-decoration:underline;
}



/*page setup*/
#page {
	position: relative;
	height:100%;
	min-height: 100%;
}
#pageinner {
	position: relative;
	height:100%;
	min-height: 100%;
}
#main {
	margin: 0 auto;
	width: 960px;
	min-width: 960px;
	height:100%;
	background-color:#000000;
}
/*header*/
#header {
	height: 90px;
	overflow: display;
	
	
}
.logo-image {
	
	height: 60px;
	width: 345px;
	margin: 10px 0 0 15px;
	float: left;
}

#header .formula-ice{

	height: 58px;
	width: 550px;
	margin: 10px 0 0 15px;
	float: right;
	background-image: url(images/formula-ice-logo.jpg);
	background-position:right;
	background-repeat:no-repeat;

	
	
}



/* styles*/

h1 {
	font-size:13px;
	color:#999999;
	font-weight:bold;
}
h2 {
	color:#999999;
width:920px;
border-bottom:1px solid #999999;
padding-bottom:10px;
padding-top:10px;

font-size:14px;
}

/*banner*/

#banner{
width:960px;


}

#banner .banner-inner{
border: #000000 solid 10px;


}
/*content*/
#content {
	clear:both;
	overflow: hidden;
	background-color:#000000;
}
* html #content {
	height:1%;
	overflow:visible;
}
.main-content {
	float: left;
	width: 960px;
	color:#ffffff;
}
.main-content .columns {
	overflow: hidden;
	height: 1%;
	
	clear:both;
	
}
.columns .column-1 {
	float: left;
	width: 900px;
	padding-left:20px;
	padding-right:20px;
	/*height:100%;*/
	
	
}

.columns .column-1 .page-title{
color:#999999;
width:920px;
border-bottom:1px solid #999999;
padding-bottom:10px;
padding-top:10px;
margin-bottom:5px;
font-size:14px;
}



/*investors*/
#investors
{
width:960px;
height:250px;
background-color:#FFFFFF;
margin-top:20px;
}

#investors .investors-content{
width:920px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}

/*footer*/

#main #footer {
	margin-top:2px;
	width: 960px;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	height:15px;
	margin-bottom:5px;
}
#footer .footerinner {
	width:300x;
	height:15px;
	float:left;
	padding-left:10px;
	font-size:10px;
	font-weight:700;
}
