body { 
  	background-color: silver;
  	font-family:      Georgia, "Times New Roman", Times, serif;
  	font-size:        small;
	width:		  850px;
	padding-top:	  0px;
	padding-left:	  10px;
	margin-right:	  auto;
	margin-left:	  auto;

}

#header {
    	background-color: silver;
	width:		  850px;
    	height: 	  60px;
}

#main {
  	background:       silver;
  	width:	          850px;
  	font-size:        105%;
  	padding:          15px;
	height:		  500px;
}


#footer {
  	background-color: black;
  	width:	    	  850px;
  	color:            #efe5d0;
  	text-align:       center;
 	padding:          15px;
  	font-size:        90%;
	
}

h1 {
  	font-size:        200%;
  	color:            #954b4b;
}

h2 {
  	font-size:        150%;
  	color:            #954b4b;
}

a:link {
  color:            #b76666;
  text-decoration:  none;
}

a:visited {
  color:            #675c47;
  text-decoration:  none;
}

.sitetitle {
	width:		250px;
	float:		left;
	text-align:     left;
} 

.areatitle {
	width:		250px;
	float:		right;
	text-align:     right;
}

.button {
	width:		100px;
}
