body, html {
	margin:0px 0px 0 0; 
	padding:0 0 0 0;
	text-align:left;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#454545;
	background-color:white;
	text-align: center;
	min-width: 840px;
	}
img {
 vertical-align: bottom;}
p {
	color:#454545;
  }
a:link{ 
	text-decoration:none;
	color:#000;
	font-weight: bold;	
	}
a:visited { 
	text-decoration:none;
	color:#000;
	font-weight: bold;
	}
a:active { 
	text-decoration:none;
	color:#f39704;
	font-weight: bold;
	}
a:hover {
	color:#f39704;
	font-weight: bold;
	text-decoration:none; 
	}
#wrapper {
	margin:0 auto;
	width:846px;
	text-align: left;
}
#main {
	background:#fff;
	float:left;
	width:439px;
	padding:0px 0px 0 10px;
}

#sidebar {
	background:#fff;
	float:right;
	width:397px;
	padding:45px 0 0 0;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	border-top:1px solid #ddd;
	background:#fff;
	clear:both;
	margin:10px 12px 0 5px;
}
#footer p {
	padding:5px 5px 5px 0;
	margin:0;
}
