body {
    background: url(../images/body_background.png) top left;
    font: 78%/1.5 arial, helvetica, serif;
    text-align: left;
    padding: 0;
}

.aboutHeader {
	color: #cd6502;
}

#box {
	position: relative;
	top: 20px;
	width: 985px;
	text-align: left;
	margin: 0 auto;
	background: white;
	border: none;
}

#logo {
	position: relative;
	float: left;
	width: 390px;
	height: 160px;
	background: url(../images/logo.jpg);
}

#headerPic {
	position: relative;
	float: right;
	width: 340px;
	height: 179px;
	color: white;
	z-index: 10;
}

#headerBoxFillTop {
	position: relative;
	background: url(../images/bg_orange.gif);
	height: 5px
}

#headerBoxFillBottom {
	position: relative;
	clear: left;
	background: url(../images/bg_header_bar2.gif) repeat-x;
	color: #999933;
	height: 20px
	z-index: 9;
}

#contentBox {
	position: relative;
	top: 0px;
	clear: both;
	width: 985px;
	background: url(../images/bg_orange.gif);
}

#navBar {
	position: relative;
	height: 25px;
	background: url(../images/bg_orange.gif);
	font-size: 15px;
	font-family: arial;
	line-height: 25px;
	color: #cccc66;
}

.navItem {
	position: relative;
	float: left;
	height 25px;
	background: url(../images/bg_orange.gif);
	font-size: 19px;
	font-family: serif;
	font-weight: bold;
	line-height: 30px;
	margin-right: 4.5em;
	margin-left: 4.5em;
}

#contentBoxBottom {
	position: relative;
	height: 15px;
	background: url(../images/bg_orange.gif);
	clear: both;
}

#sideBoxLeftHome {
	position: relative;
	width: 274px;
	clear: both;
	float: left;
	margin-top: 80px;
	background: url(../images/side_home.jpg) no-repeat;
}

#sideBoxLeftFood {
	position: relative;
	width: 274px;
	clear: both;
	float: left;
	background: url(../images/side_food.jpg) no-repeat;
}

#sideBoxLeftLocal {
	position: relative;
	width: 274px;
	height: 400px;
	clear: both;
	float: left;
	background: url(../images/side_local.jpg) no-repeat;
}

#sideBoxLeftContact {
	position: relative;
	width: 274px;
	height: 672px;
	clear: both;
	float: left;
	background: url(../images/side_contact.jpg) no-repeat;
}

#sideBoxLeftFaq {
	position: relative;
	width: 274px;
	clear: both;
	float: left;
	background: url(../images/side_about.jpg) no-repeat;
}

#sideBoxLeftAbout {
	position: relative;
	width: 274px;
	height: 1800px;
	clear: both;
	float: left;
	background: url(../images/side_about_big.jpg) no-repeat;
}

#sideBoxLeftTestimonials {
	position: relative;
	width: 274px;
	clear: both;
	float: left;
	background: url(../images/side_about.jpg) no-repeat;
}

#fill {
	clear: both;
}

div.rounded-box {
	position: relative;
    width: 710px;
	float: right;
    background-color: white;
	border-right: 1px gray solid;
    margin: 0px;
	z-index: 11;
}
/* Rounded Corners for Content Box */
div.bottom-left-corner
{
	position:absolute; 
	width:40px; 
	height:40px;
	background: url(../images/content_corner.jpg); 
	bottom:0px; 
	left:0px;
	z-index: 12;
}
div.box-contents {
	position: relative; 
	padding: 56px 26px 26px 56px; 
}

/* Style-related attributes */

.navItem A:link {
	color: #cccc66; 
	text-decoration: none;
}

.navItem A:visited {
	color: #cccc66; 
	text-decoration: none;
}

.navItem A:hover {
	color: white;
	font-weight: bolder;
	text-decoration: none
}

.subheader {
	text-align: center; 
	font-family: Arial, Helvitica;
	font-size: 14pt; 
	font-weight: bold; 
	color: #FFFFFF;
}

.plaintext {
	color: #333333; 
	font-size: 10pt; 
	font-weight: bold;
	font-family: Tahoma, Westminster;
}

.phonetext {
	color: #cd6502;
}
h2 {
	color: #cccc66;
}

.h2home {
	color: #cccc66;
	font-size: 20pt;
}
