body {
	background-image: url(wood_tile.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	width: auto;
	}

#container {
	width: 800px;
	margin: auto;
	height: auto;
	text-align: center;
	position: relative;
	}

#content {
	width: 680px;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px 0px 0px 55px;
	padding: 5px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	}
	
#content h2{
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	text-align: left;
	}

#footer {
	width: 680px;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px 0px 0px 55px;
	padding: 5px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	}
	
#footer p {
	margin: 5px;
	}
	
#content a {
	color: #FF9900;
	text-decoration: underline;
	}

#content a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
	
#footer a {
	color: #FF9900;
	text-decoration: underline;
	}

#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
