#outerwrapper {
	background: url(images/border.gif) repeat-y center;
	width: 500px;
	margin: 0px auto;
	padding-right: 10px;
	padding-left: 10px;
}

#logo {
	width: 500px;
}

#menu {
	width: 500px;
	background: url(images/menu_bkg.jpg);
	font: bold 17px "Courier New", Courier, mono;
	color: #410916;
}

#content {
	width: 460px;
	background: #F6C035;
	text-align: left;
	padding: 20px;
}
#footer {
	width: 500px;
	background: url(images/menu_bkg.jpg);
	font: 14px "Courier New", Courier, mono;
	color: #410916;
	text-align: center;
}
body {
	background-color: #F69A17;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:link {
	color: #420715;
	text-decoration: none;
}
a.menu:visited {
	color: #420715;
	text-decoration: none;
}
a.menu:hover {
	color: #FFDF00;
}
h1 {
	font: bold 22px "Courier New", Courier, mono;
	color: #3A3900;
	text-align: center;
}
a:link {
	color: #1E6F19;
	text-decoration: none;
}
a:hover {
	color: #1E6F19;
	text-decoration: none;
}
a:visited {
	color: #1E6F19;
	text-decoration: none;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}

