@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;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
a:active, a:link, a:visited {
	color: #0066cc;
	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;
}
.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_top {
	background-image: url(../images/hdr-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 154px;

}
.header_vip {
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}
.header_mid {
	background-image: url(../images/hdr-mid.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;

}
.header_btm {
	margin-bottom: 18px;
	background-image: url(../images/hdr-btm.png);
	background-repeat: repeat;
	background-position: center top;
	height: 131px;
}

.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: 150px;
	width: 170px;
	margin-bottom: 18px;
	background-image: url(../images/bg-facebook.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	padding-left: 10px;
}
.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: 268px;
	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;
}
