
/* MAIN SITE WRAPPER */
#wrapper {
	border: 3px solid #000000; 
	width: 1024px;
	margin: 0 auto; margin-bottom: 3px;
	padding: 0px;
	text-align: center;	
	background: #e1cfb0 url(../images/BG5.gif) top center repeat-x;
	position: relative;
	top: 0px;
}



/* LOGO HEADER */
#logoHeader {
	border: 0px solid yellow; 
	width: 1024px;
	height: 400px;
	margin: 0 auto; 
	padding: 0px;
	text-align: left;	
	background: transparent;
}

	#logoHeader h1 {
		border: 0px solid green; 
		position: relative;
		top: 1px;
		left: 5px;
		padding: 0px;
		margin: 0px;
		width: 500px;
		height: 400px;
		overflow: hidden;
		font: normal 1em arial;
		text-indent: -9999px;
		background: transparent;
		float: left;
	}

	#logoHeader h1 span {
		position: absolute;
		left: 0;
		top: 0;
		width: 500px;
		height: 400px;
		background: url(../images/logo_500g.gif) no-repeat;
	}


/* MAIN NAVIGATION AREA POSITIONING - see navigation.css */








/* CONTENT */
#content {
	border: 0px solid purple; 
	width: 1024px;
	min-height: 200px;
	margin: 0 auto; margin-top: 10px;
	padding: 0px;
	text-align: center;	
	overflow:auto;
}



#content img {
	margin: 0px;

}

#content h2 {
	color: #000000;
	padding-top: 20px;

}

.error {
	color: #000000;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.error a:link, a:visited, a:focus, a:active {  
	color: #000; 
	text-decoration: underline; 
	font-weight: bold;
}

.error a:hover {  
	color: #6c0200; 
	text-decoration: none;                                                        
	font-weight: bold;                                              
}

	/* ===== LEFT CONTENT ====== */
#content #leftContent {
		border: 0px solid red;
		margin: 0 auto;
		padding: 0px;
		width: 490px;
		min-height: 200px;
		text-align: justify;
		font: normal 1.1em verdana;
		color: #675432;
		float: left;
}


}

#content #leftContent #starBurst {
		border: 0px solid yellow;  
		width: 490px;
		height: 300px;
		margin-left: 0px; margin-top: 10px;
}

#content #leftContent #starBurst img {
		border: 0px solid orange;
		margin-left: 1px; margin-top: 5px;
}

#content #leftContent .catering3 {
		border: 0px solid green;
		margin-left: 15px;
		font: bold 16px lucida sans unicode;
		color: #6c0200;
}


	/* RIGHT CONTENT */

#content #rightContent {
		border: 0px solid yellow;
		margin: 0 auto; margin-left: 10px; 
		padding: 0px;
		width: 500px;
		min-height: 200px;
		text-align: left;
		float: right;
}

#content #rightContent #locations img {
		border-bottom: 2px solid #6c0200;
		padding-top: 15px;
}

#content #rightContent #onlineOrdering img {
		border: 0px solid #ab2a28;
		padding: 25px 0px;
}

#content #rightContent .catering {
		border: 0px solid green;
		margin-left: 15px;
		font: bold 14px lucida sans unicode;
}

#content #rightContent .catering2 {
		border: 0px solid green;
		margin-left: 15px;
		font: bold 16px lucida sans unicode;
}



/* CREDITS POSITIONING - see navigation.css */
