body {
	width: 900px;
	max-width: 900px;
	margin: 0 auto auto 0;
	
	background-color: #FFF;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	
	background-image: url('images/nav_bkgd.gif');
	background-repeat: no-repeat;	
}


h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #010072;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #e94816;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

#content {
	font-size: 1.1em;
	display: block;
	margin-top: 10px;
}

#logo {
	float: left;
}

#globalnav {
	margin-top: 15px;
	float: right;
	display: block;
}

#globalnav ul {
	list-style-type: none;
}

#globalnav li {
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #e94816;
	margin-left: 30px;
}

#leftnav {
	clear: both;
	width: 130px;
	display: block;
	
	float: left;
	padding: 0 10px;
	margin-right: 30px;
}

#leftnav dl {
	padding-left: 0;
	margin-bottom: 30px;
}

#leftnav dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
}

#leftnav dd {
	margin-left: 6px;
}

#globalnav a:link, #globalnav a:visited, #leftnav a:link, #leftnav a:visited {
	color: #e94816;
	text-decoration: none;
}

#globalnav a:hover, #leftnav a:hover {
	color: #010072;
	text-decoration: underline;
}

#contentwell {
	width: 460px;
	float: left;
	display: block;
	margin-bottom: 20px;
}

#leftnav, #contentwell {
	margin-top: 20px;
}

label {
	display: block;
	float: left;
	width: 100px;
	margin-right: 6px;
	margin-top: 4px;
	text-align: right;
}

.error {
	color: #e94816;
	font-weight: bold;
	margin-bottom: 6px;
}



/* here nav styles */
#areas #nav_areas a, #howtobuy #nav_areas_howto a, #area_info #nav_areas_other a, #area_program #nav_areas_program a, #offers #nav_areas_offers a {
	color: #010072;
}

#suppliers #nav_suppliers a, #howtosell #nav_suppliers_howto a, #supplier_other #nav_suppliers_other a, #supplier_program #nav_suppliers_program a, #roster #nav_suppliers_roster a {
	color: #010072;
}







