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

* {
border:0;
margin:0;
padding:0;
z-index:0;
}
 
h1 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#900; 
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
	
}


h2 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#900; 
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
	
}

 
#mainbox {
	position:absolute;
	width:950px;
	height:600px;
}


#wrapper {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height:600px;
}

.centered {
	position: absolute;
	top: 20px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 600px;
	}
	
#content {
	width:950px;
}

p { font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:8px;
	margin-bottom: 8px}
	
	
a {
	color:#363;
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}



#nav {
	position: absolute;
	top: 268px;
	left: 30px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#nav img {border: 0}

#nav li {
	list-style: none;
	margin: 8px 0px 4px 0px;
	color:#363;
	
}	

#banner img {
	border:1px solid #900;
	}
