

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}


.contentregion {
	width: 100%;
	height: 100%;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	background-color: white;
}

#menuhome {
	background-image: url(../images/home-normal.png);
	width: 200px;
	height: 30px;
	padding: 0px;
}

#menuhome:hover {
	background-image: url(../images/home-hover.png);
}


#menumenu {
	background-image: url(../images/menu-normal.png);
	width: 200px;
	height: 30px;
	padding: 0px;
}

#menumenu:hover {
	background-image: url(../images/menu-hover.png);
}


#menucontact {
	background-image: url(../images/contact-normal.png);
	width: 200px;
	height: 30px;
	padding: 0px;
}

#menucontact:hover {
	background-image: url(../images/contact-hover.png);
}


#menunews {
	background-image: url(../images/news-normal.png);
	width: 200px;
	height: 30px;
}

#menunews:hover {
	background-image: url(../images/news-hover.png);
}


#menudirections {
	background-image: url(../images/directions-normal.png);
	width: 200px;
	height: 30px;
}

#menudirections:hover {
	background-image: url(../images/directions-hover.png);
}


#menuspecials {
	background-image: url(../images/specials-normal.png);
	width: 200px;
	height: 30px;
}

#menuspecials:hover {
	background-image: url(../images/specials-hover.png);
}

.bgimage {
	background-image: url(../images/peppers.png);
}

.whitebg {
	padding: 0px;
	opacity: 1.0;
	background-color: white;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.debugcss {
	border: 1px solid green;
}

.container_12
{
	background-color: white;
	border: 1px solid black;
	opacity: 1.0;
}

.menucontainer
{
width:auto;


padding-bottom:20px;
text-align:center;

}

.menucontainer ul
{
list-style-type: none;
font-weight:bold;
}


.menuitems
{
width:250px;

float:left;
text-align:left;

}




.fpcontainer
{
width:auto;
height: 315px
            
text-align:center;

}

.fpspacer
{
width: 2%;
height: 315px;
float: left;
}

.fpitems
{
width:49%;
height: 315px;
float:left;
text-align:left;
}

.menusauces
{
width:300px;
float:left;    
text-align:left;

padding-left:20px; 
margin-left:20px;
/*border-left:1px;
border-style:solid;*/

}

.menuitems h6
{
margin:5px;
}

.menusauces h6
{
margin:5px;
}

h5
{
font-size: 14px;
margin:5px;

}

.menuitems p
{
padding-left:5px;
}



.menutitles
{
 width:100%;
 height: 100px;    
 text-align:center;
}

.menutitles_nodescrip
{
 width:100%;
 height: 40px;    
 text-align:center;
}

#menuheader
{
width:auto;
text-align:center;
font-size:30px;
padding-bottom:20px;
padding-top:20px;
}

