@charset "UTF-8";

* {margin:0;} 

html, body, 

	{height: 100%;}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	width:820px;
	background-image:url(/images/bkgrnd2.gif);
    background-position:50% 50%;
	 /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 100px; /* .push must be the same height as .footer */
}

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

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

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


.menubar{
	float:left;
  	width:150px;
	padding-left:15px;
  	padding-right:15px;
  	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;
}

.content {
padding-left: 180px;
}
