body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFaa;
}
form {
	display: inline;
}
div {
	font-size: 14px;
}
#thewholeburrito {
	background-color: #FFFFaa;
}
#content {
	width: 775px;
	background-color:#FFFFFF;
}
#header {
	background-image: url(images/header3.jpg);
	width: 775px;
	height: 98px;
}
#nav {
	position: relative;
	float: right;
	padding-right: 75px;
	top: 81px;
	font-size: 14px;
}
#nav a:link, a:visited {
	color:#229900;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color:#663300;
}
#main {
	margin-left: 15px;
	margin-right: 15px;
}
#footer {
	background-image: url(images/header3.jpg);
	width: 775px;
	height: 16px;
	font-size: 11px;
}
a:link, a:visited {
	color:#229900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#663300;
}
.RedHead {
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
.boxed {
	border: 1px solid #330000;
	text-align: center;
	padding: 5px;
	font-size: 18px;
}
.centSubHead {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.centSubHeadRed {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #330000;
}
.BlackHead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.centSubHeadBlue {

	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #000066;
}
.greentext {
	font-size: 16px;
	color: #006600;
	text-align: center;
}
.yellowback {
	background-color: #FFFF00;
}
.centSubHeadSpecial {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffaa;
	border: 1px solid #330000;
	padding: 5px;
	width: 300px;
}
