body {
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #FFEFEF;
	background-image: url(../images/background.gif);
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	border-left: 3px solid #D63F2D;
	border-right: 3px solid #D63F2D;
	width: 700px;
	background-color: #D63F2D;
}
#masthead {
	background-color: #D63F2D;
}
#header {
	background-color: #D63F2D;
	padding: 10px;
	font-size: .7em;
	color: white;
	width: 680px;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#header a:focus, #header a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#content {
	padding: 20px;
	background-color: white;
}