html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a{
margin: 0;
padding: 0;
border: 0;
}


body{
	margin: 0;
	text-align: center;
	font: small Georgia, "Times New Roman", Times, serif;
	background: url(../img/bodybg.gif);
	color: #261801;
}	

a:link, a:visited{
	color: #5b1806;
}	

h2{
	font-size: 110%;
	color: #5b1806;
	text-decoration:underline;
	margin: 0 0 10px 0;
}	

label{
	display: block;
	float: left;
	width: 125px;
}

ul{
	list-style-type: none;
}

li{
	margin: 0 0 2px 0;
}			

#header{ 
	margin: 0 38px;
}	

#page{
	margin: 0 50px;
}	

#content{
	font-size: 90%;
	text-align: left;
	background:url(../img/pagebg.gif);
	width: 780px;
	margin: 0 auto;
}	