* { margin:0;
	padding:0;}
	
/*this is a basic browser reset rule to get rid of any unknown dimensions */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	 background: #000;
	height:1600px;
}

#wrapper { 
	border: 5px solid #000000;
	background-image: url('space3.gif');
	margin: 10px 10px 10px 10px;
	 height:2000px;
}
#header {
	text-align: center; 
	float: center;
 padding:10px;
}

#content { 
		
	text-align: center; 
	padding:20px;
	float: center;
	}


h1 {
	font-family: Comic sans MS, sans-serif;
	font-size: 36pt;
	color:#ffffff;
	padding:10px;
	}

h2  {color:#ff00cc; font-weight: bold; font-family: Comic sans MS, sans-serif;
 font-size:18pt;}
 
 h3  {color:#0000ff; font-weight: bold; font-family: Comic sans MS, sans-serif;
 font-size:14pt;} 
 
 h4 {color:#0000ff; font-weight: bold; font-family: Comic sans MS, sans-serif;
 font-size:18pt;} 
  h5  {color:#ffffff; font-weight: bold; font-family: Comic sans MS, sans-serif;
 font-size:14pt;} 

 
 
 .box {
	font: o.7em veranda;
	font-color= #ffffff;
	float: left;
	width: 250px;
	border: 1px solid #000000;
	margin: 30px 0px 0px 30px;
	
	 text-align: center; 
	 }
 
 .box1 {
	font: o.7em veranda;
	font-color= #ffffff;
	float: left;
	width: 530px;
	border: 1px solid #000000;
	margin: 30px 0px 0px 30px;
	
	 text-align: center; 
	 }
 
 .box2 {
	font: o.7em veranda;
	font-color= #ffffff;
	float: left;
	width: 1100px;
	border: 1px solid #000000;
	margin: 30px 0px 0px 30px;
	
	 text-align: center; 
	 }
	 
 .box3 {
	font: o.7em veranda;
	font-color= #ffffff;
	float: left;
	width: 500px;
	border: 1px solid #000000;
	margin: 30px 0px 0px 30px;
	padding: 20px;
	 text-align: center; 
	 }
 
 .box4 {
	font: o.7em veranda;
	font-color= #ffffff;
	float: center;
	width: 500px;
	border: 1px solid #000000;
	margin: 30px 0px 0px 30px;
	padding: 20px;
	 text-align: center; 
	 }

 
 .floatright
{
float: right;
margin: 0 0 10px 10px;

}

.floatleft
{
float: left;
margin: 0 0 10px 10px;

}
 .floatcenter
{
float: center;

}
 
 	
.clearboth {
		clear: both;
		}
 
 
 
 
 p, dl , dt , dd { padding: 10px 0 0 0 ;} /*compound rule that affects all the tags listed*/


	p {color:#ff0000; font-weight: bold ;  Font-family: Comic sans MS, sans-serif; font-size:12pt;}

dl {margin: 0 0 40px 0;} /* empty rule just in case we need to do something with the list as a  whole*/

dt {	font-size: 1.2em;
		font-weight: bold;}

dd { padding-left: 20px;}

	 a { } /*hyperlink style rule*/

  /* hyperlink rollover effect*/
a {text-decoration: none}
a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #FFCC00}