@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	
}

#container {
	width: 900px;
	height: 600px;
	margin-left : auto;
	margin-right : auto;
}

#foodContainer {
	width: 1200px;
	height: 600px;
	margin-left : auto;
	margin-right : auto;
}

#topBar {
	background: url(mainHead.jpg) repeat;
	height: 100px;
	width: 100%;
	top: 0px;
	margin:0;
	
}

#menuBar {
	display:inline;
	float: left;
	height: 30px;
	width: 900px;
	margin-left : auto;
	margin-right : auto;
	
	
}

#menuBar2 {
	background-color: #CCC;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	height: 30px;
	width: 300px;
	margin-left : 600px;
	padding-right: 10px;
	padding-left: 10px;
	
	
}

#menuBar2 ul {
	width: 100%;
	margin-left : auto;
	margin-right : auto;
	font: 18px, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 12px;
	clear:both;
	
}

#menuBar2 ul li {
	height: 30px;
	width: 75px;
	float: left;
	list-style: none;
	margin: 0;
	height: 30px;

}

#menuBar2 ul li a {
	text-decoration: none;
	display: block;
	color: #666;
	width: 75px;
	height: 30px;
	margin-left : auto;
	margin-right : auto;
	padding-top:7px;
}

#menuBar2 ul li a:Link:hover{
	
}

#homeImages {
	width: 365px;
	float: right;
	clear: right;
	padding: 0px;
	margin-left : auto;
	margin-right : auto;
	
}



.photoGallery {
	width: 600px;
	height: 400px;
	padding: 0px;
	padding-left: 267px;
	float: left;
	clear: left;
	
}

.slideshow {  
    padding: 0;  
    
} 
 
.slideshow img {  
    padding-top: 15px;  
    top:  0; 
    left: 0; 
} 

p.title {
	font-family: 'Pompiere', cursive;
	font-size: 36px;
	padding-top:10px;
	
}

#title {
	float: left;
	clear: both;
	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}


/* for ie6 */
* html .clearfix {
	height: 1%;
}

/* for ie7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

.clickable {
	cursor:pointer;
	margin-bottom: 5px;
}

.clickable:hover {
background-color:#FFC;
}

#footer {
	height: 150px;
	background-color: #000;	
	margin-top: 350px;
}

#footerContainer {
	text-align: center;
	padding-top: 50px;
	width: 300px;
	margin-left : auto;
	margin-right : auto;
	
}

p.footerCopy {
	text-align: center;
	font: 24px, Arial, Helvetica, sans-serif;
	color: #fff;	
}
