html
{
	background-color: #dbdfdb;
	padding: 0;
	margin: 0;
	color: #000;
}

body
{
	margin: 0px auto;
	width: 800px;
	background: url("../images/body-back.jpg") repeat-y center;
}

#container
{
	position: relative;
	margin:  0 auto;
	text-align: left;
	width: 800px;
	background: url("../images/container-back.jpg") 25px 154px no-repeat;
}

#header
{
	position: relative;
	width: 800px;
	height: 134px;
	background: url("../images/header.png") no-repeat center;
	z-index: 5;
}

#menu
{
	position: relative;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	width: 750px;
	height: 22px;
	background: #5D3D95;
	font-family: Arial;
	font-size: 13px;
	list-style: none;
	z-index: 5;
}

#menu li
{
	float: left;
	margin: 0px;
	padding: 3px 7px;
	border-right: 1px solid #A08DC1;
}

#menu li.last { border: none; }

#menu li:hover { background: #7858AF; }

#menu a
{
	font-weight: bold;
	color: #FFF;
}

#menu li.active a
{
	color: #FFAE48;
}

#main_content
{
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 240px;
	font-size: 12px;
	text-align: left;
}

.one_column
{
	margin-right: 0px;
}

.two_column
{
	margin-right: 260px;
}

#right_column
{
	float: right;
	margin-right: 25px;
	padding: 15px;
	width: 209px;
}

#right_column img
{
	border: 1px solid #999;
}

#right_flash
{
	margin: 40px 0px 50px 0px;
}

#right_column p
{
	padding-top: 10px;
	text-align: justify;
}

.min_height
{
	float: right;
	height: 650px;
	width: 1px;
}

#footer
{
	clear: both;
	width: 800px;
	height: 17px;
	background: url("../images/footer.jpg") no-repeat center;
	text-align: center;
}

#footer span
{
	position: relative;
	top: 20px;
	font-size: 0.9em;
	color: #666;
}

ul
{
	margin-left: 15px;
}

#award
{
	position: absolute;
	top: 530px;
	left: 30px;
	width: 192px;
	height: 130px;
	background: url(../images/award.png) no-repeat;
	z-index: 6;
	cursor: pointer;
}

#coupons
{
	display: block;
	position: absolute;
	left: 35px;
	top: 700px;
}

#coupons img
{
	border: 0;
}