@charset "UTF-8";

#page {
	width: 962px;
	margin-top: 60px;
	margin-left: 40px;
	position: absolute;
	height: auto;
}
#mainContent {
	background-image: url(../images/castlebkgd.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 746px;
	width: 1006px;
	padding-top: 10px;
	padding-left: 8px;
}
#header {
	position: relative;
	height: 142px;
	width: 1006px;
	background-color: ffff99;
}
#navcontainer {
	position: relative;
	height: auto;
	width: 100%;
	left: 40px;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}
.pastries {
	font-weight: bold;
	float: left;
	margin-left: 100px;
}
.beverages {
	font-weight: bold;
	float: left;
	margin-left: 120px;
}
.soups {
	float: left;
	margin-left: 0px;
}
.sideorders {
	float: left;
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
}
h4 {
	color: #3399FF;
	font-family: "Century Gothic", Arial, Futura, Helvetica;
	font-size: 16px;
}

.leftmenu {
	float: left;
	width: 48%;
	color: #33FF00;
	font-family: "Century Gothic", Arial, Futura, Helvetica;
	font-weight: bold;
	font-size: 16px;
}
.rightmenu {
	float: right;
	width: 48%;
	color: #33FF00;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Futura, Helvetica;
	font-size: 16px;
}
.price {
	float: none;
	width: 48%;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Futura, Helvetica;
	font-weight: bold;
}

