*{
    margin:0px;
    padding:0px;
    
}




body{
	background-color:#FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color:#000;
	background-size: 100%;
	background-repeat: repeat-x;
	
}

#wrapper{
	width:100%;
	max-width:1020px;
	margin: 20px auto;
	border: solid 2px;
	border-color:#992D23;
}

#header{
	height:200px;
	position:relative;
	background-image:url(../images/header.gif);
   

}
#email{
	width:54px;
	position: absolute;
	z-index: 10;
	top: 160px;
	right: 15px;
	
}
#facebook{
	background-color:#4f7bc2;
	position: absolute;
	width: 35px;
	z-index: 20;
	top: 160px;
	right: 75px;
	visibility: visible;
}

     
#left{
	width:220px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	

}


#left ul{
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: auto;
   
    
}
#left ul li{
	list-style-type:none;
	padding:2px;
	font-size:14pt;
}
#left ul li a{
	display:block;
	height:40px;
	width:200px;
    text-align:center;
	line-height:40px;
	font-weight:bold;

}

#left li a:link {color:#fff; text-decoration:none; background-image:url(../images/button.gif);}
#left li a:visited {color:#fff; text-decoration:none; background-image:url(../images/button.gif);}
#left li a:hover {color:#FFFF00; text-decoration:none; background-color:#000; background-image:url(../images/button3.gif);}
#left li a:active {color:#FFFF00; text-decoration:none; background-color:#0033CC; background-image:url('images/button2.gif');}


#contact{
	background-color:#4F7BC2;
	width:196px;
	border: solid 2px #992D23;
	color:#fff;
	font-size:1em;
	text-align:center;
	margin: 20px 10px;

}


.c1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	margin-top: 4px;
	margin-bottom: 5px;
}
.c2 {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight:bold;
    color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}

#contact img{
    padding-bottom:4px;
}
#hours{
	border: solid 2px;
	color:#FFFFFF;
	margin:0px auto 10px auto;
	width:196px;
	background-color: #4F7BC2;
	border-color: #992D23;
	font-size: 0.9em;
	text-align: center;
	

}
.hours {
	text-align: left;
}
.td2 {
	text-align: right;
}

#center{
	width: 740px;
	margin-left: 220px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 24px;

}


#menu{
	width: 720px;
	overflow: hidden;
	margin: 10px;

}
#pictures {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #F00;
	text-align: center;
	margin-top: 200px;
}
#specials {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	
}
#specials table{
	border-collapse:collapse;
	
}
#specials table th{
	width:700px;
	font-size:15px;
	color:#fff;
	background-color:#992D23;
	border: 2px solid #992D23;
	border-collapse: collapse;
}
#specials table td{
	width:700px;
	padding-top:10px;
	border: 2px solid #992D23;
	border-collapse: collapse;
}


#specials h1{
	font-size: 30px;
	text-decoration: underline;
	color: #f00;
	
	
}

#specials p{
	font-size: 25px;
	color:#000
}
#specials h2{
	font-size: 30px;
}

#specials h3{
	font-size: 20px;
	text-decoration: underline;
	color: #f00;
	
	
}

#center img {
	float: left;
	padding: 10px;

}


#center p {
	text-align: justify;
	text-indent: 15px;
	padding: 10px;
        color:#000;
    
}



#footer{
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	margin-top:10px;
	clear:left;
	height:25px;
	color:#000;
	text-indent:15px;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
