*{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
body{
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	color:#56297A;
	background-color:#FFFFCC;
}
header,nav,section,aside,footer, article, hgroup{
	display:block;
}
img{
	border:none;
}
h2{
	font-family:Arial;
	font-size:14px;
	color:#404040;
}
h3{ /*For titles*/
	font-size:22px;
	color:#56297A;
	text-shadow:1px 1px 3px #FEE718;
}
h4{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#606060;
}
h5{ /*address prompt*/
	text-align:center;
	font-family:Arial;
	font-size:14px;
	color:#404040;
}
h6{ /*address in shipping info*/
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#606060;
}
table{
	width:100%;
	text-align:center;
}
th{
	color:#888888;
	font-weight:normal;
	text-decoration:underline;
}
td{
	padding:3px 10px;
}
a:link{
	color:#56297A;
	text-decoration:none;
}
a:visited{
	color:#56297A;
	text-decoration:none;
}
a:hover{
	color:#DE6A26;
	text-decoration:underline;
}
a:active{
	background:#FEE718;
	color:#DE6A26;
	text-decoration:underline;
}
.dates{
	color:#CC6600;
	font-weight:bold;
}
.offers{
	color:#404040;
	font-weight:bold;
}
.usernames{
	color:#006699;
	font-weight:900;
}
.subtitles{
	color:#707070;
}
#wrapper{
	width:100%;
}
#mainHeader{
/*	width:50%;*/
	width:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:11px;
	padding-bottom:0px;
/*	background:#fefefe;*/
	overflow: auto;

	/*space with logo and top links*/
}
#rightAlign{
	float:right;
	text-align:right;
/*	background:#DE6A26;*/
	padding-top:5px;
	padding-bottom:6px;
	padding-right:40px;
	padding-left:40px;
}
#top_bar{
	margin-top:5px;
	margin-bottom:0px;
	padding:5px 0px 5px 10px;
	display:block;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color:#56297A;
}
#body_wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#main_aside{
	width:208px;
	margin-top:10px;
	margin-right:10px;
	border-width:1px;
	float:left;
}
#main_section{
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	width:100%;
}
#main_footer{
	padding-top:30px;
	clear:both;
	font-size:10px;
}
.searchBox{
	padding:2px;
	border:1px solid #b9bdc1;
	color:#505050;
}
.button {
	background-color:#DE6A26;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #eda933;
	display:inline-block;
	color:#FEE718;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow: 1px 1px 5px #303030;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}
.button:active {
	position:relative;
	top:1px;
}

#map_canvas{
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;

	width: 800px;
	height: 500px;
	background: #f2f2f2;
	
}