/*begin global space */
*{
padding:0px;
margin:0px;
}

body{
background:#aabbcc url('img/granite.jpg') repeat center center;
font-size:.9em;
min-width:760px;
font-family:Helvetica;
}

a{
text-decoration:none;
outline:none;
}

img{
border:0px;
}

#gradient{
z-index:-1;
position:fixed;
height:100%;
width:100%;
background:transparent url('img/backgroundgradient2.png') repeat-y center center;
overflow:none;
}

.centered{
margin-left:auto;
margin-right:auto;
width:100%;
max-width:1024px;
}
/* end global space */

/* begin linkbar space */
#linkbar{
font-size:1.2em;
background:#666 url('img/linkbargradient.jpg') repeat-x bottom left;
text-align:center;
color:#FFF;
padding-bottom:1%;
padding-top:1%;
}

#linkbar a{
color:#FFF;
margin-left:1%;
}

#linkbar a:hover{
color:#99ccff;
}
/*end linkbar space */

/*begin header space */
#header{
text-align:center;
background:#999 url('img/burnout.JPG') no-repeat;
height:507px;
font-size:1.4em;
color:#fff;
}

#openstar{
height:45%;
margin-top:350px;
float:right;
overflow:none;
z-index:100;
}

#AP{
float:left;
height:200px;
width:322px;
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
margin-top:10px;
margin-left:20px;
}

#header a{
padding-top:5px;
color:#333;
font-size:1.3em;
}

#header h2{
font-size:.9em;
color:#fff;
}

#badges{
float:left;
margin-top:422px;
margin-left:-303px;
height:68px;
}

#badges img{
height:100%;
}

#infobar{
font-size:1.2em;
background:#666 url('img/linkbargradient.jpg') repeat-x bottom left;
text-align:center;
color:#FFF;
padding-bottom:1%;
padding-top:1%;
font-weight:bold;
}

/*end header space */

/*begin content area */
.main{
width:98%;
min-height:400px;
text-align:left;
background-color:#FFF;
padding-top:40px;
padding-bottom:40px;
}

.main div{
padding-left:2%;
padding-right:2%;
}

.main div h1{
color:#666;
margin-bottom:1%;
}

.main div h2{
color:#999;
font-size:1.1em;
}

.main a{
text-decoration:none;
color:#99ccff;
}

#footer{
background:#666 url('img/linkbargradient.jpg') repeat-x bottom left;
text-align:center;
color:#fff;
padding-top:1%;
padding-bottom:1%
}

#footer div:first-child{
border:0px;
}

#footer ul li{
float:left;
display:inline;
border-left: 1px solid #fff;
height:100%;
}

#footer a{
text-decoration:none;
color:#99ccff;
}

#seamlessPrinting{
border:0px;
height:1px;
width:1px;
float:left;
}
