
body		{  	
		margin: 0;
        padding: 0;
		background-color: #FFFADF;
		color: #000000;			
		}
                         	
h1		{  
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 26px; 
		font-weight: 100;
		color:#333333;
		margin: 0 0 5px 0;
		padding: 0; 			
		}

h2		{
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 18px;  		
		font-weight: 100;	
		color:#333333;
		margin: 0 0 5px 0;
		padding: 0; 
		}

h3		{
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 15px;   
		color:#333333;
		margin: 10px 0 5px 0;
		padding: 0; 
			
		}

h4		{
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 14px;  			
		}

p		{
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 13px; 
		line-height: 15px;
		margin: 0 0 10px 0;		
		}
li		{
		font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
		font-size: 13px; 
		line-height: 15px;
		margin: 0 0 10px 0;		
		}
#top {
background-image: url(images/toprepeat.png);
background-repeat:repeat-x; 
height: 124px; 
margin: 0;
}

#content {
background-image:url(images/mainpic.gif);
width: 758px; height: 477px; 
background-repeat:no-repeat; 
background-position:top; 
padding-top: 40px;
margin: 0;
}
#secondpageimage {
width: 683px;
height: 401px;
background-repeat:no-repeat; 
background-color:#FFFFFF; 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
text-align:left;
}
#textwrapper {
width: 323px; 
height: 401px;
margin: 0; 
padding: 0; 
text-align:left;
}
#text {
padding: 0 10px 0 10px; 
width: 323px; 
height: 401px;
overflow:auto;
}

#foodmenu a {
color: #000000;
font-family: 'Myriad Pro',  arial, helvetica, sans-serif;
font-size: 18px;
}
#foodmenu li {
line-height: 24px;
list-style-type: circle;
}

img {
border:none;
}	

.firstwrapper {
	width: 775px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 5px auto;
}

.secondwrapper {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;		
	}
.secondwrapper a {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	}
.secondwrapper a:link {

	}
.secondwrapper a:visited {

	}
.secondwrapper a:hover {
	color: #FF9900;
	}
.secondwrapper a:active {

	}

.list {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.secondwrapper a {
	padding: 0 5px 0 5px;
	text-decoration:none; 
	margin: 0 -1px 0 0;
	display: block;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	color: #000000;
}

.firstwrapper a, .firstwrapper li  {
	float: left;
	padding: 10px 0 10px 0; 
	margin: 0;
	text-decoration: none;
}

.firstwrapper li {
	padding: 0 1px 0 1px;
	margin: 0;
 }

#market {
padding: 0;
margin: -20px 0 0 0;
}

#comment {
margin: 20px 0 0 0
}
#comment a {
width: 173px;
height: 67px;
display: block;
} 		
#comment a, #comment a:link, #comment a:visited {	
background-image: url(images/comment.png)
}
#comment a:hover, #comment a:active {	
background-image: url(images/comment2.png)
}

	
#credits	{	
		font-size: 10px;
		line-height: 14px;
		font-family:  sans-serif;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 10px 5px 10px 5px;		
		}
				

/* CONTAINING BLOCK ELEMENTS FOR THE MENU LIST THAT DO THE CENTERING OF FLOATING ELEMENTS */
.navigationBox {
	width: 757px; position: relative; overflow: hidden; text-align: center; margin: 0 auto 10px auto;
	}
.navigation {
	float: left; left: 50%; position: relative; text-align: center;		
	}
.navigationWrapper {
	position: relative; left: -50%; float: left; list-style: none; margin: 0; padding: 0;
	}
	
	
	
/* LINK LIST ITEMS - LEFT FLOATING WITH MARGIN CORRECTION TO HIDE DOUBLE BORDER */	
.navigationBox li  {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	}
	
/* LINK STYLE AND BORDER COLOR */
.navigationBox li a {
	display: block;
	padding: 5px 7px 5px 7px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	border-right: #eae4c3 solid 1px;
	border-left: #eae4c3 solid 1px;
	}
	
/*  LINK STATES: NORMAL, ACTIVE, VISITED  */
.navigationBox li a:link, .navigationBox li a:visited, .navigationBox li a:active {   
	color: #000;
	background-color: #fffadf;
	}
	
/* LINK STATE: HOVER */	
.navigationBox li a:hover { 
	color: #fff;
	background-color: #df5d1f;
	}
	

