body{
	background-color:#99CCFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	height:233px;
	width:100%;
	background-image:url(images/header_fill.jpg);
	background-repeat:repeat-x;
}
#headerRB{
	position:absolute;
	float:right;
	right:0px;
	top:138px;
	height:128px;
	width:488px;
	z-index:1;
}
#headerIn{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	height:193px;
	width:100%;
	background-image:url(images/header_fill_in.jpg);
	background-repeat:repeat-x;
	z-index:2;
}
#headerRBIn{
	position:absolute;
	float:right;
	right:0px;
	top:119px;
	height:94px;
	width:489px;
	z-index:3;
}
#headerLB{
	position:absolute;
	float:left;
	left:0px;
	top:186px;
	height:47px;
	width:269px;
}
#container{
	width:100%;
	background-color:#FFFFFF;
}
#content{
	margin:40px 20px 30px 180px;
	padding-right: 10px;
	z-index:2;
	height: 500px;
}
#menu{
	position:relative;
	float:left;
	left:0px;
	background-image:url(images/menu_fill.gif);
	background-repeat:repeat-y;
	width:153px;
	z-index:1;
}
#menuLinks{
	margin:0px 0px 5px 16px;
}
#clearfloats{
	clear:left;
}
#footer{
	position:relative;
	clear:both;
	width:100%;
	height:32px;
	background-image:url(images/footer_fill.gif);
	background-repeat:repeat-x;
	font-size:10px;
	color:#336633;
}
#footerLR{ 
    position:absolute;
	float:left;
	left:0px;
}
.footerlink{
	font-size:10px;
	color:#336633;
	text-decoration:none;
}
.footerlink:hover{
	color:#000000;
}
a {
	color:#336633;
} 
a:hover{
	color:#3399CC;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#3399CC;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#336633;
}

.text {
	font-size:12px;
	color:#000000;
	line-height:20px;
}
.bluetext {
	font-size:11px;
	color:#3399CC;
	font-weight:bold;
	line-height:1px;
	text-decoration:underline;
}
.bluetext:hover{
	color:#D5DC5A;
}
.greenlink{
	font-size:12px;
	font-weight:bold;
	color:#336633;
	text-decoration:none;
}
.greentext {
	font-size:12px;
	font-weight:bold;
	color:#336633;
	text-decoration:none;
}
.bullet{
    list-style-image:url(images/bullet.gif);
}
.greenlink:hover{
	color:#000000;
}
.subtitle {
	font-size:14px;
	color:#99CC33;
	line-height:20px;
	font-weight: bold;
}
form {
	/* border: 1px dotted #aaaaaa; */
	padding: 3px 5px 3px 5px;
}
input {
	color: #3399CC;
	background-color: #ffffff;
	border: 1px solid #B0C4DE;
	font-weight: bold;
}
textarea {
	width: 350px;
	height: 50px;
	color: #3399CC;
	background-color: #ffffff;
	border: 1px solid #B0C4DE;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
/* marketplace menu */
dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
dt,dd.price{background: #FFF;font-size: 85%;font-weight: bold}
dt{float: left;padding-right: 3px;color: #000000}
dd{margin:0}
dd.price{float: right;padding-left: 3px;color: #FFF}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555}


/* marketplace menu old
dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
dt,dd.price{background: #FFF;font-size: 130%;font-weight: bold}
dt{float: left;padding-right: 3px;color: #3399CC}
dd{margin:0}
dd.price{float: right;padding-left: 3px;margin-right: 300px; color: #FFF}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555}
   */