@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#90C84B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;	
}

#container {
	width:840px;
	margin:10px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#header {
	width: 840px; 
	height: 205px;
	float:left;
	background-image:url(../images/bubba_header.jpg);
	background-repeat:no-repeat;
}

#holder {
	padding: 0px 30px 0px 30px;
	width:780px;
	float:left;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;

}

#content {
	padding: 0px 0px 0px 0px;
	width:780px;
	float:left;
}

#pizza {
	padding: 0px 0px 0px 0px;
	width:840px;
	height: 95px;
	background-image:url(../images/bubba_pizza.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

#footer {
	padding: 0px 40px 0px 40px;
	width:760px;
	height: 43px;
	background-image:url(../images/bubba_footer.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#CCCCCC;
	text-align:center;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover{
	padding: 0px 20px 0px 20px;
	margin: 12px 0px 0px 0px;
	text-decoration: none;
	float:left;
	color: #FFF;
	text-align:center;
	font-size:14px;
	border-right: 1px solid #999999;
}

#menu a:hover{
	text-decoration: none;
	color: #CC0000;
}

.MenuOn {
	color: #90C84B;
}

#final_footer, #final_footer a, #final_footer a:link, #final_footer a:visited, #final_footer a:active, #final_footer a:hover {
	width:840px;
	margin:0px auto 0px auto;
	font-size:9px;
	color:#FFF;
	text-align:center;
	line-height:15px;
	padding: 0px 0px 0px 0px;
	background-color: #90C84B;
}

#final_footer a:hover{
	text-decoration: underline;
}

h1{
width:520px;
border-bottom:#CCCCCC 1px dotted;
font-weight:500;
font-variant:small-caps;
font-size:19px;
color:#a30046;
line-height:21px;
}

h2{
font-weight:500;
font-size:15px;
color:#a30046;
}

h3{
font-weight:bold;
font-size:12px;
color:#333;
}

a {
color:#FF0000;
text-decoration:none;
}

a:hover {
color:#90C84B;
text-decoration:none;
}


.MapLink{
font-size:13px;
line-height:20px;
font-weight:bold;
text-align:center;
}




hr {color: #FFF215; background-color: #FFF215; border: 1px dashed #333333; border-style: none none dashed;}
