@charset "utf-8";
/* CSS Document */

html, body

{ 
width: 100%;
background-image: url(hubble.jpg) ;
background-attachment: fixed; 
background-position:left top;
 background-repeat:no-repeat; 
background-color:#00000; 
background-position:left top;
text-align: center; 
margin-top:0px;
margin-bottom:0px;
color:#FFF; 
font-family:"Arial", Gadget, sans-serif; font-size:15px ; font-style:normal; font-weight:100; font-variant:normal;
border: none; 
}

#bandside 
{width: 110px; 
min-height: 101%; 
margin-left: 20px;
margin-top: 20px;
float: left;
vertical-align:top; 
 
	}

#bucket
{
width: 1050px; 
min-height: 101%; 
margin: auto; 
vertical-align:top; 
border: none; 

}

#content
{
width: 960px; 
float:left;
min-height: 101%; 
margin: auto; 
vertical-align:top; 
border: none; 

}

#content2
{
width: 900px; 
float:left;
min-height: 101%; 
margin: auto; 
vertical-align:top; 
border: none; 

}

#middle
{

width: 900px; 
min-height: 100%; 
margin-top: 20px;
vertical-align:top; 
border: none; 

}

 body
{ overflow: auto; 
}

* html #bucket {
height: 100%;
}

#header
{ 
width: 900px;
text-align: center; 
background-color:#000;  
margin:auto; 
border: none; 

}

#nav
{

width: 900px;
height:50px; font: "Arial Black" ;
font-size: 14pt; 
line-size: 14pt; 
text-align: center; 
vertical-align: middle; 
background-color:#000;
margin:auto; 

}

#slider
{
width: 900px;
height:300px; margin: 0 10 0 0px; 	
}

#columnleft

{ 
margin-top: 20px;
float:left;
width: 400px;
height:400px; background-color:#FFF; 

}

#columnright

{ 
margin-top: 20px;
float:right;
width: 450px;
height:400px; 

}

#fbblock {width: 400px; height:300px; background-color:#FFF; margin: auto; }


h1 {font-size:2.5em;} 
h2 {font-size:9px; line-height: 9px;}
a.class:link {color: #000;}
a.class:visited {color: #000; }	 
a.class:hover {color: #000;text-decoration:underline;}	

a.nav:link {color: #f0965c;}
a.nav:visited {color: #f0965c; }	 
a.nav:hover {color: #FFF;text-decoration:underline;}

a.band:link {color: #FFF; border:1px;  }
a.band:visited {color: #FFF;  border:1px; }
a.band:hover {color: #FFF;  border:1px; }



/* CSS End */