* {
	margin: 0px;
}
#shadow_wrapper {
	width: 818px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 182px;
	width: 800px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
}
#navigation {
	height: 35px;
	width: 500px;
	background-image: url(../images/navigation_back.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 145px;
	line-height: 35px;
	font-family: Calibri;
	font-size: 14px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF0;
}


#main_body {
	padding: 10px;
	font-family: Calibri;
	text-align: justify;
}

#website_title {
	position: absolute;
	left: 46px;
	top: 40px;
	width: 479px;
	height: 66px;
	color: #FFF;
	font-size: 20px;
}

#slide_show {
	height: 300px;
	width: 470px;
	overflow: hidden;
	margin-top: 10px;
}
#current_offers {
	float: left;
	height: 50px;
	width: 440px;
	border: 5px solid #6183FA;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	overflow: hidden;
	line-height: 45px;
	padding: 10px;
}
#bottom a {
	color: #000;
	text-decoration: underline;
}

.heading {
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #7A94A1;
	color: #FFF;
	display: block;
	padding-left: 10px;
	font-size: 18px;
}
.listing_item {
	background-color: #FFC;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listing_item iframe {
	position: relative;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

