@charset "utf-8";
/* CSS Document */

body{
 background-color:#393939;
 background-image:url(../images/backgroundGrad.png);
 background-repeat:repeat-x;
 padding:0px;
 border:0px;
 margin:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

img {
border:none;
}

#main{
 width:780px;
 margin:auto;
}

#head{
 width:780px;
 height:170px;
 clear:both;
}

.headAddress{
 color:#CCCCCC;
 float:right;
 width:300px;
 text-align:right;
 font-size:11px;
}

#content{
 width:780px;
 border:solid 1px #FFFFFF;
 background-color:#000000;
 color:#FFFFFF;
 margin-bottom:10px;
}

#menubox{
width:470px;
height:60px;
margin-left:340px;
background-image:url(../images/menu_bg.png);
position:absolute;
top:140px;
}

.menuLinkBox{
height:28px;
width:470px;
}

#menubox a{
 color:#FFFFFF;
 text-decoration:none;
 margin-left:26px;
 font-weight:bold;
}

#menubox a:hover {
 text-decoration:underline;
}

#footer {
width:780px;
height:30px;
color:#FFFFFF;
background-color:#FF0000;
border-top:solid 1px #FFFFFF;
font-size:11px;
}

#footerLinks{
 float:left;
 width:300px;
 position:relative;
 top:8px;
}
#footerLinks a{
 color:#FFFFFF;
 text-decoration:none;
 margin-left:8px;
}
#footerLinks a:hover {
 text-decoration:underline;
}

#footerAddr{
 float:right;
 margin-right:10px;
 position:relative;
 top:8px;
}

#bottom{
 width:780px;
 margin:auto;
 color:#999999;
 text-align:center;
 font-size:11px;
 margin-bottom:10px;
}

#bottom a{
	color:#999999;
	float:right;
	text-decoration:none;
}
#bottom a:hover{
 text-decoration:underline;
}

#bottom span{
 float:left; width:50px;
}


.spacerTop{
width:780px;
height:50px;
}

.contentPage{
 width:730px;
 margin:auto;
 clear:both;
 margin-bottom:10px;
}

h1{
font-size:18px;
color:#FF0000;
}

p.half{
width:310px;
}

p.hours{
width:300px;
text-align:center;
}

.spacer{
width:740px;
height:20px;
clear:both;
}

img.photo{

}

p.coupon{
 width:390px;
 text-align:center;
}
a.coupon{
color:#FF0000;
}

a.content{
color:#FFFFFF;
text-decoration:none;
}

.contentRight{
 width:390px;
 float:right;
}

.contentLeft{
 width:310px;
 float:left;
}

