body {
	background-color: #EFEFEF;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-style:italic;
}
#wrapper {
	position: relative;
	height: 1150px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 0px;
	background-color: #FFFEF2  ;
	background-image: url(images/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	height: 18px;
	width: 792px;
	left: 8px;
	top: 136px;
}

#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 154px;
	width: 800px;
	left: 0px;
	top: 0px;
}
#ff_title {
	left: 0px;
	top: 11px;
	position: absolute;
}
#title_msg {
	position: absolute;
	left: 241px;
	top: 11px;
}
#quick {
	position:absolute;
	width:85px;
	height:28px;
	z-index:1;
	right: 0px;
	top: 96px;
}
#sign_up {
	position:absolute;
	width:200px;
	height:60px;
	right:0px;
	top:172px;
	z-index:15;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}
#title_pics {
	position: absolute;
	left: 0px;
	top: 154px;
}

#footer {
	/*position: absolute;*/
	left: 0px;
	/*top: 672px;*/
	bottom: 0px;
	z-index: 9;
}

/* --- Drop-Down menu styling --- */

#dd_wrapper {
	position: absolute;
	z-index: 10;
	height: 105px;
	width: 800px;
	left: 0px;
	top: 154px;
}
#dd_wrapper a {
	color: #FFFFFF;
	text-decoration: none;
}

.dd {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	background-color: #009966;
	color:#FFFFFF;
	padding: 6px;
	line-height: 170%;
	visibility: hidden;
}
#dd_about {
	left: 9px;
	
}
#dd_food {
	left: 205px;
	
}
#dd_bm {
	left: 423px;
	
}

/*--- Content area styling ---*/

#content1 {
	position: absolute;
	z-index: 7;
	padding-bottom: 12px;
	width: 776px;
	left: 12px;
	top:260px;


}
#content1 #h1h2 {
	position: relative;
	float:left;
	/*height: 75px;*/
	width: 300px;
	margin: 0px 16px 16px 0px;
}
#content1 #q1 {
	position: relative;
	/*height: 100px;*/
	width: 420px;
	text-align:justify;
	margin: 0px 0px 16px 16px;
	/*right: 0px;*/
	float:right;
	font-size:11px;
	font-weight:bold;
	/*overflow: visible;*/
}

#content1 #img1 {
	height: 170px;
	margin: 16px 0px 16px 16px;
	float: right;
}
#content1 #img2 {
	height: 170px;
	margin: 16px 16px 16px 0px;
	float: left;
}
#content1 #q2 {

	position: relative;

	width: 420px;
	text-align:justify;
	margin: 16px 16px 16px 0px;
	/*right: 0px;*/
	clear:left;
	font-size:11px;
	font-weight:bold;
}


#content1 #links {
	position: absolute;
	height: 155px;
	width: 174px;
	left: 0px;
	top: 467px;
}





/* --- Styles for CMS Admin Pages --- */ 
#form1 {

	position: absolute;
	width: 500px;
	left: 0px;
	top: 85px;
}
#form2 {
	position: absolute;
	width: 200px;
	top: 88px;
	right: 6px;
}
#admin {

	position: absolute;
	z-index: 7;
	width: 788px;
	left: 12px;
	top: 260px;
}
#admin_wrapper {
	position: relative;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 0px;
	background-color: #FFFFFF;
	height: 2000px;
}
#confirm {
	position: absolute;
	height: 85px;
	width: 170px;
	top: 721px;
	right: 35px;
	z-index: 12;
	background-color: #FFFF00;
	border: 3px solid #999999;
	padding: 4px;
	text-align: center;
}
