@charset "UTF-8";
body {
	background-color: #E6E6E6;
	background-image: url(../_img/background.jpg);
}
#wrap {
	background-color: #FFFFFF;
	border: 1px solid #330066;
	width: 811px;
	float: left;
}
#wrap #banner {
	width: 809px;
}
#wrap #banner #logo a {
	float: left;
}

#wrap #navigation {
	background-image: url(../_img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
#wrap #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	height: auto;
	width: 100%;
}
#wrap #content #main {
	height: auto;
	width: 550px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
}
#wrap #content #main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #330066;
	font-weight: normal;
}
#wrap #content #rightbar {
	float: right;
	height: auto;
	width: 165px;
	text-align: center;
	padding-right: 25px;
	padding-top: 50px;
}
#wrap #content #rightbar img {
	border: 1px solid #330066;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #content #rightbar #nav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#wrap #content #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #330066;
	font-weight: normal;
}
#wrap #footer {
	clear: both;
	height: auto;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #A3A2A4;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
}
#serving {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #330066;
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	padding-top: 3px;
	background-color: #E6E6E6;
	background-image:url(../_img/background.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	height: auto;
	width: 811px;
	margin-left: 50%;
	position: absolute;
	left: -405px;
}
