body{
	font-family: arial, helvetica, sans-serif;	
font-size: .8em;
color: #111;
background-color: #fff;
}	

h1{
font-size: 6em;
padding-bottom: 0px;
margin:0px;
/*margin-left:116px;*/
color: #99cc00;
}

h2{
	font-size: 4em;
	margin: 0px;
	padding: 0px;
	color: #99cc00;
}


li{
	list-style:none;	
}	

#menu{
padding:0;
margin:0;
}

#menu li{
	padding:10px;
	margin:0;
	display:block;
	list-style:none;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-width: 1px;
	width: 100px;
//	padding:.1em;
//  text-transform: uppercase;
	border-color: #000;

}

#max-wrapper{
	float:right;
	clear: both;
	border-top-style: dotted;
	border-width: 1px;
	width: 800px;
	padding-bottom: 0px;		
	border-color: #000;
}

#wrapper{
	width: 800px;
}



#sub-header{
	float:right;
	clear: right;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #000;
	width:600px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;

}

#content{
	float:right;
	clear: both;
	//border-top-style: dotted;

	border-bottom-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #000;
	width:600px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

		
}

#footer{
//	font-weight:bold;
//	font-size:1.5em;
	padding-left: 10px;
	padding-right: 10px;
	width: 600px;
	//text-align:right;
	float:right;
	clear:both;	
	border-style: dotted;
	border-top-style: none;
	border-color: #000;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom:100px;

}	


a, a:link, a:visited {
	text-decoration: none;
	color: #0099cc;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

