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

/*font styles*/
		
html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family:"Century Gothic", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size:12px;
  	line-height:16px;
}

p {
	padding-top:2px;
	line-height:16px;
	}

h1 {
	font:"Century Gothic", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#663399;
	line-height:20px;
}

h2 {
	font:"Century Gothic", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#663399;
	line-height:16px;
	margin:0px;
	padding:0px;
}


hr {
	color:#9999FF;
}

/*styles*/

/*div styles*/

.contentwrapper {
   position:relative;
   min-height:100%;
}

* html #contentwrapper {
height:100%
}

 .bodywrapper {
	padding-bottom: 100px;
	}
	
.header{
	  position: relative;
	  margin:0;
	  padding:10px;
	  height:100px;
	  width:100%;
	  background-image:url(/images/stars-horizontal-100px.gif);
	  background-repeat:repeat;
 }
 

	
.content {
	position: relative;
	left:170px;
	width:800px;
	background-image:url(/images/bkgrnd2.gif);
	background-position:50% 50%;
	overflow: auto;
	}

.menubar{
	position: absolute;
	float:left;
	left: 10px;
	top: 110px;
  	width:150px;
  	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size:14px;
  	line-height:20px;
 }

.menubar a:link,#menubar a:visited,#menubar a:active {
	color:#663399;
	text-decoration:none;
}

.footer {
	margin-top: -100px;
	bottom: 0px;
	height: 100px; 
	background-image:url(/images/stars-horizontal-100px.gif);
	background-repeat:repeat;
	text-align:center;
	font-size:11px;
}	

.footer a:hover, a:link, a:visited {
	color:#93c;
	text-decoration:none;
	}

