@charset "UTF-8";
/* CSS Document */

body{
background-image:url(images/solarbackground.jpg);
background-repeat: repeat-x;
background-color:#FFFF99;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	font-family:verdana, georgia;
	height: 100%;
    font-size:16px;

	}

h2{font-family: Verdana, Arial;
color:#000000;

} 
	
#wrap{
	width: 1000px;
	min-height:100%;
	margin: 0 auto;
	text-align: left;
	position:relative;
	
	}

#header{
width: 1000px;
height: 294px;
background-repeat: no-repeat;
margin-top: 0px;
}

#nav{
width: 1000px;
height: 40px;
position:absolute;
z-index: 10;
background-image:url(images/solarnavbar.jpg);
background-repeat: no-repeat;
}

ul{
text-decoration: none;
list-style-type:none;
}

a{color:#CCFFCC;text-decoration:none;font:bold;font-variant: small-caps;font-size:18px;}
a:hover{color:#336600;}

a.small{
font-family:Verdana, Arial;
font-size: 12px;
}
.button{
width:200px;
height: 30px;
float: left;

text-align:center;
padding-top: 8px;
}

#backdrop{
background-color:#000000;
height: 100%;
min-height: 500px;
width: 1000px;
background-image:url(images/indexbackground.jpg);
background-repeat: no-repeat;
text-align: center;

}

#footer{
width: 1000px;
height:30px;
background-image:url(images/solarfooter.jpg);
background-repeat:no-repeat;
font-size: 12px;
}

