@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #000;
}
p {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
a:active, a:link, a:visited {
	color: #869cb0;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

#container {
	margin: 18px 0px 18px 0px;
	width: 750px;
	margin-left:auto;
	margin-right: auto;
}
#content_left {
	float: left;
	width: 550px;
}
#content_right {
	float: right;
	width: 180px;
}
#content_middle {
	width: 550px;
	margin-top: 18px;
	color: #fff;
}
.content_middle_cap_top {
	background-image: url(../images/bg-cap-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 550px;
}
.content_middle_cap_mid {
	background-image: url(../images/bg-cap-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 550px;
}
.content_middle_cap_btm {
	background-image: url(../images/bg-cap-btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 550px;
}
.header {
	background-image: url(../images/bg-hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 550px;
	margin-bottom: 18px;
}
.header_vip {
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}
.links {
	width: 180px;
	background-image: url(../images/bg-links.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 268px;
	margin-bottom: 18px;
}
.feat_coupon {
	height: 145px;
	width: 180px;
	margin-bottom: 18px;
}
.feat_about {
	background-image: url(../images/bg-about.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 315px;
	float: left;
}
.feat_specials {
	background-image: url(../images/bg-specials.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 168px;
	width: 215px;
	float: right;
	padding-top: 32px;
}
.feat_ad {
	background-image: url(../images/bg-ad.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 276px;
	width: 180px;
	margin-bottom: 18px;
}
.feat_pics {
	background-image: url(../images/bg-pics.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 550px;
	margin-top: 18px;
}
