body {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content {
	margin: 0px auto;
	width: 800px;
	background-color: #D5CAB4;
	height: 1500px;
}
#header {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1CF96;
	width: 800px;
	background-color: #D5CAB4;
	margin: 0px;
	float: left;
}
#info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	height: 225px;
	width: 800px;
	text-align: left;
	float: left;
	margin: auto;
	background-color: #D5CAB4;
	line-height: 20px;
}
#columns {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	width: 800px;
	text-align: left;
	float: left;
	margin: auto;
	background-color: #D5CAB4;
	height: 1260px;
}
#order {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F5E1BC;
	height: 292px;
	width: 800px;
	text-align: left;
	float: left;
	margin: auto;
	background-color: #BA5630;
	font-weight: bold;
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DCC9BA;
	height: 75px;
	width: 800px;
	text-align: center;
	float: left;
	margin: auto;
	font-weight: bold;
	padding-top: 10px;
	background-color: #D5CAB4;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F5E1BC;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
