@charset "UTF-8";
img { border:none; }

body {
	background-color: #CCCCCC;
}
#container {
	height: auto;
	width: 811px;
	margin-left: 50%;
	position: absolute;
	left: -405px;
}
#wrap {
	background-color: #FFFFFF;
	border: 1px solid ##CC0000;
	width: 811px;
	float: left;
}
#wrap #banner {
	width: 811px;
}
#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: #333333;
	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: 18px;
	color: #000066;
	font-weight: normal;
}
#wrap #content #rightbar {
	float: right;
	height: auto;
	width: 165px;
	text-align: center;
	padding-right: 25px;
	padding-top: 50px;
	clear: none;
	overflow: hidden;
}
#wrap #content #rightbar img {
	border: 1px solid #0066FF;
	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: ##CC0000;
	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: #333333;
	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: #333333;
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	padding-top: 3px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
