body{background:url("../images/wave.png") repeat-y 105% center;width:960px;	}
a{
	color:#00539A;
}
a:hover{
	color:#AEB80E;
}
#home_area, #lunch_menu_area, #dinner_menu_area, #location_area{
	padding:20px 0 0 20px;
	margin-right:20px;	
}
h1{
  background-image:url("../images/go_logo.jpg");
  background-repeat:no-repeat;
  height:83px;
  width:237px;

}
h1 span{
	display:none;
}
h2{
	font-size:18pt;
	font-weight:bold;
}
h3{
	border-bottom:double #AEB80E;
	color:#76923C;
	font-size:14pt;
}
.border{
  background-image:url("../images/border.jpg");
  background-repeat:no-repeat;
  height:13px;
  width:540px;
  display:block;
}
.navList{
	margin-right:-20px;
	padding-top:10px;
}
.navList li, #home_footer ul li, #location_footer ul li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:12pt;	
	font-family:Arial, Verdana, sans-serif;
}
#home_footer ul li, #location_footer ul li{
	display:block;
}
#home_img, #location_img {
	padding:10px 0px;
	width:510px;
	height:385px;
	float:left;
}
#home_img img, #location_img img{
	border:1px solid #818181;
	padding:5px;
	
}
#home_text, #location_text{
	float:left;
	width:252px;
	padding:5px 20px;
	margin-left:10px;
	
}
.blue_txt, #home_text p, #home_footer ul li, #location_text p, #location_footer ul li{
	color:#00539A;
}
.green_txt{
	color:#76923C;
}
#home_text p, #location_text p {
	padding:10px 0;
}
#home_footer, #location_footer{
	clear:left;
	position:relative;
	top:-30px;	
}
#location_footer{
	top:0px;
}
.center{
	text-align:center;
	}
	
#lunch_menu_area, #dinner_menu_area, #location_area{
	position:relative;
	margin-top:1500px;
	height:1500px;	
}	
#menu{
	width:840px;
	height:2000px;
}
#menu li{
	padding:18px;
	height:50px;
	width:100%;
}
.submenuNav{
	font-size:14pt;
	margin-left:20px;
}
.subtitle{
	padding:10px;
	color:#76923C;
}
#lunch_soups, #lunch_salads, #lunch_sandwiches, #lunch_desserts, #dinner_starters, #dinner_pasta, #dinner_desserts, #dinner_entrees{
	/*display:none;*/
	padding:20px;	
}
#lunch_soups, #lunch_salads, #lunch_sandwiches, #lunch_desserts, #dinner_pasta, #dinner_desserts, #dinner_entrees, #dinner_starters{
	float:left;
	width:380px;	
	height:800px;
}
#dinner_entrees, #dinner_starters, #dinner_pasta, #dinner_desserts{
	height:1000px;
}
#lunch_salads, #dinner_entrees{
	clear:right;
}
.bigblue{
	font-size:110%;
	color:#00539A;
	font-weight:bold;
}
.price{
	font-weight:bold;
	float:right;
	color:#000;	
}
#sub_pastaentree{
	text-align:center;
	padding:20px 0;
}
#sub_pasta, #sub_sauce{
	float:left;
	width:50%;
}
#sub_additions{
	clear:left;
	margin-top:50px;
	margin-left:-25px;
}
