
/* Global Styles */

body { 
   	background-color: #CCCC99;
	text-align:center;
	padding:20px;
	margin:0px;
	height:auto;
}


.ContainerDiv{
    width:763px;
    height: auto;
	background:#4D3106;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;	
}/*>*/body.holidays .ContainerDiv {background:#4D3106 url(../images/bg-repeat.gif) top left repeat-y;}

.HomeContentDiv {
    width:763px;
	height:461px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
    margin:0px; 
	padding:0px;
}


.InsideContentDiv {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    width:763px;
	margin: 0px; 
	padding: 0px 0px 90px 0px;		
}/*>*/body.holidays div.InsideContentDiv {background:url(../images/bg-holidays.jpg) top left no-repeat;}
/*--->*/body.holidays div.InsideContentDiv h3 {color:#addfc3;}
/*----->*/body.holidays div.InsideContentDiv h2 {
	color:#cccc66;
	text-transform:uppercase;
	font-size:42px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:42px;
	margin:25px 0;
}


.SpecialsContentDiv {
    background-image: url(../images/specials_bg.gif);
    background-repeat: no-repeat;
    width:763px;
	margin: 0px; 
	padding: 0px 0px 50px 0px;
  	
			
}

.copyDiv {
    top:731px;
    text-align:left;
	padding:230px 50px 0px 350px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	
}

.mainNav {
	position:relative;
    float:right;
    padding:10px 10px 0px 0px;
   	text-align:right;
	margin: 0px;
}

.footerDiv{
    text-align:center;
    width:763px;
    padding:5px 10px 10px 10px;
    margin: 0px;
    margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}






