@charset "utf-8";
/* CSS Document */




body {
background-color:#000000;
background-image:url(../images/body.jpg);
background-position:center;
background-repeat:repeat-y
}
img {
border:0px;
}
a.design:link {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border:0px;
}
a.design:visited {
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border:0px;
}
a.design:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border:0px;
}


.nav {
height:30px;
background-image:url(../images/menubar3.jpg);
background-position:center;
background-repeat:repeat-x;
border:solid 1px #000000
}


.main {
	background-color:#fffef9;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}

.subboxheader{
	width:870px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	background-color:#867700;
	background-image:url(../images/cbheader.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	border:solid 1px #000000;
}

.subbox {
	background-color:#F7F3D4;
	width:870px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:15px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	height: 540px;
}
.subboxcontent {
	float:right;
	width:687px;
	margin-left:15px;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}

.footer {
background-image:url(../images/menubar3.jpg);
background-position:center;
background-repeat:repeat-x;
border:solid 1px #000000;
}
.coupon {
	border: 1px dashed #000000;
	width: 100px;
	font-size: 14px;
	position: relative;
	top: 0px;
	height: 250px;
	color: #000000;
	margin-top: 15px;
}


.sidepics {
width:150px;
float:left;
border-right:solid 1px #000000;
}
.couponhead {
	font-weight: bold;
	background-color: #EADE00;
	border-bottom: solid 1px #000000;
	font-size: 14px;
	text-transform:uppercase;
}

.designby {
float:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: right;
color:#dddddd;
margin-right:10px;
}

.copyright {
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
color:#dddddd;
margin-left:10px;
}

