html,body {
	background-image: url('images/background.jpg'); 
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height:100%;
}

/* Divs */
#main {
 position:relative;
 width: 876px;
 margin:0 auto;
 z-index: 0;

 
}


#logo {
	position: absolute;
	top:5px;
	left:-10px;
	width:202px;
	z-index: 5;
}

#sidepics {
	position: absolute;
	top:300px;
	left:600px;
	width:253px;
	z-index: 5;
}

/* Headers */

h1 {
	
	font-size: 20px;
	font-weight: normal;  
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 42px;
	margin-left: 71px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	
}

h2 {
	
	font-size: 20px;
	font-weight: normal;
	font-style: italic; 
	text-decoration:underline; 
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	
}

h3 {
	
	font-size: 15px;
	font-weight: bold;  
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	
	
}






/* Lists */

ul {
	font-size: 12px;
	font-weight: normal;    
	color: #939598;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 18px;
	margin-top: -8px;
	margin-right: 0px;
	margin-left: 22px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 70px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	list-style-type: disc;
	
}




/* Text */

p {
	font-size: 14px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 20px;
	margin-left: 55px;
	text-align: left;
}

.tabletext {
	font-size: 14px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

p.specials {
	font-size: 20px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 20px;
	margin:0px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	text-align: center;
}


p.specialtext {
	font-size: 17px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 17px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	text-align: center;
}

.footer {
	font-size: 12px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 15px;
	margin-top:20px;
	margin-right: 20px;
	margin-left: 0px;
	text-align: center;
}

/* Links */

A.bodylink {
	font-size: 14px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	text-align: left;
	text-decoration: underline;
	
	
	
}


A.bodylink:hover {
	text-decoration: none;
}

A.footerlink {
	font-size: 12px;
	font-weight: normal;    
	color: #52351f;
	font-family: "times new roman", times, georgia, serif;
	line-height: 15px;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: underline;

}

A.footerlink:hover {
	text-decoration: none;

}


a:active, a:focus {outline: 0;}



.specialsback {
	background-image:url(images/specials_bg.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
}
