html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}


body {
 background-image: url('user/images/backgrounds/spaceviewhawaii.jpg');
 color: #0A0A0A;
 padding:0;
 font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #37732C;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #753030;
}
a:hover {
text-decoration: none;
color: #AAB684;
}
a:active {
text-decoration: none;
color: #37732C;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 800px;
 margin: 0 auto;
 background: #FFFFFF;
 }

#hdr {
 padding-top: 20px;
 text-align:center;
 background: #FFFFFF;
 }


#nav {
 float:left;
 width:775px;
 padding: 1em;
 padding-left: 21px;
 padding-bottom: 30px;
}


#cont {
 width:775px;
 padding: 1.5em;
 }
 



