﻿html
{ 
	margin: 0px;
	padding: 0px; 
}


body
{
	margin: 0px !important; 
	padding: 0px !important;
	color: #fff !important;
	background: #000 !important;
	font: 10pt Arial, Helvetica, Verdana, Sans-Serif !important;	
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*===========================================
Master Page Style
===========================================*/
.MasterHeader
{
    position: relative;
    float: left;
    width: 865px;
    height: 215px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    display: inline;
}

.MasterHeadLogo
{
    position: relative;
    float: left;
    width: 865px;
    height: 177px;
    display: inline;
}

.MasterHeadButtonRow
{
    clear: left;
    position: relative;
    float: left;
    width: 865px;
    height: 38px;
    display: inline;
}

.MasterConent
{
    position: relative;
    float: left;
    width: 865px;
    min-height: 425px;
    display: inline;
}

.FooterConent
{
    position: relative;
    float: left;
    width: 861px;    
    color: #6a6869;
    background-color: #470506;
    display: inline;
    margin-left: 2px;
    padding-bottom: 10px;
    text-align: center;
}

.FooterConent a:link, .FooterConent a:visited
{
    color: #6a6869;
    text-decoration: none;
}

.FooterConent a:hover
{
    color: #6a6869;
    text-decoration: underline;
}

.FooterLinks
{
    position: relative;
    float: left;
    width: 861px;
    margin-top: 5px;
    text-align: center;
    display: inline; 
}

.FooterCopyBox
{
    clear: both;
    position: relative;
    float: left;
    width: 861px;
    margin-top: 5px;
    font: 8pt Arial, Helvetica, Verdana, Sans-Serif !important;
    text-align: center;
    display: inline;
}

/*===========================================
Page Style
===========================================*/
.PageBodyBox
{
    position: relative;
    float: left;
    width: 861px;
    min-height: 425px;
    margin: 1px 0px 1px 2px;
    display: inline;
    background-color: #5f0706;
}

.PageContentBox
{
    position: relative;
    float: left;
    margin: 10px 0px 0px 10px;
    padding-bottom: 10px;
    display: inline;
}

/*===========================================
Home Page Style
===========================================*/
.HomeContentBox
{
    position: relative;
    float: left;
    margin-top: 20px;
    display: inline;
}

.HomeCouponBox
{
    position: relative;
    float: left;
    width: 412px;
    margin-top: 10px;
    padding-bottom: 10px;    
    display: inline;
}

.HomeButtonBox
{
    position: relative;
    float: left;
    margin-top: 270px;
    width: 412px;
    display: inline;
}

.HomeButton
{
    position: relative;
    float: left;
    width: 206px;
    display: inline;
    text-align: center;
}
