@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
p {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
a:active, a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 750px;
	margin-top: 20px;
}
.header_vip {
	float: right;
	height: 175px;
	width: 350px;
	color: #FFFFFF;
}
#navbar {
	margin-top: 20px;
	height: 40px;
}
#navbar a:link, a:active, a:visited, a:hover {
	color: #FFFFFF;
}
.nav_bar_left{
	float:left;
	width: 15px;
	background-image: url(../images/nav-bar.png);
	background-position: left top;
	height: 40px;
}
.nav_bar_right{
	float:left;
	background-image: url(../images/nav-bar.png);
	background-position: right top;
	color:#FDFDFD;
	font-size:14px;
	font-weight:bold;
	height: 40px;
}
.nav_title {
	margin-top: 10px;
}
#content {
}
#content_left{
	float: left;
}
#content_right {
	float: right;
	width: 540px;
}
.header_bar_left{
	float:left;
	width: 15px;
	height: 34px;
	background-image: url(../images/header-bar.png);
	background-position: left top;
	margin-top: 20px;
}
.header_bar_right{
	float:left;
	height: 34px;
	background-image: url(../images/header-bar.png);
	background-position: right top;
	margin-top: 20px;
	color:#FDFDFD;
	font-size:14px;
	font-weight:bold;
}
.header_title {
	margin-top: 8px;
}
.section_bg {
	background-color: #DEDEDE;
	border: 1px solid #000000;
	border-top: 0px;
}
.section_container {
	width: 748px;
}
.feat_section_container {
	width: 188px;
}
.home_section_container {
	width: 538px;
}
.ad_text {
	margin-top: 20px;
}
.specials_img {
	padding-left: 2px;
}
#footer {
	width: 750px;
	margin-top: 20px;
}
