html {
	background-color:  #79773e;
	  }

body { 
	background-color: #79773e;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: georgia;
	text-align: center;
	  }

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #ffffff;
	border-collapse: collapse;
}
th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #ffffff;
}
td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #ffffff;
}

img {
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	  }
	  
A:link, A:visited, A:active, :hover {
	text-decoration: none;
	color: #000000;
	  }
	  
h2	{
	font-size: 3em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
		  
#header {
	 position:relative; 
	 margin:auto;
	 width:500px; height:215px;
	 z-index:99; 
	 overflow: hidden;
	 text-align: center;
	 background: url(../images/header.png) no-repeat top center; 
	  }

#main {
	 position:relative; 
	 top:5px;
	 margin-left:auto; margin-right:auto;
	 width:500px;
	 z-index:1;
	 color: #000000;
	  }
	  
#sean {
	float:left;
	margin:3px 3px 3px 3px;
	border-width: 2px;
	padding: 0px;
	border-style: solid;
	border-color: #a03f04;
	  }