body {

	font-family: times new roman, serif;
	margin: 0;
	background-color: #ccc;
	color: #333;

}

#container {

	width: 900px;
	margin: auto;
	background: #ccc url("../images/backgroundMiddle.jpg") center repeat-y;
}

	#head {
		
		margin: 0;
		padding: 0;
		background: url("../images/backgroundTop.jpg") no-repeat top center;
	}
	
	#head span {
	
		display: none;
	}
	
	.headItem img {
	
		display: block;
	}
	
	#navBar {
	
		background: url("../images/backgroundNav.jpg") top center;
		height: 28px;
		font-family: lucida grande, arial, sans-serif;
	}
	
		#navBar ul {
		
			padding: 4px 60px;
			margin: 0;
			float: right;
		}
		
			#navBar ul li {
			
				margin: 0;
				padding-left: 30px;
				display: inline;
			}
			
			#navBar a {
			
				color: #fff;
				text-decoration: none;
				font-size: 12px;
			}
	
	#sideBar {
	
		margin-top: 10px;
		padding-right: 70px;
		width: 250px;
		float: right;
		font-size: 12px;
	}
	
		#sideBar h1 {
		
			color: #000;
			font-weight: normal;
			font-size: 14px;
		}
	
	#content {
	
		margin: 0 345px 0 70px;
		padding-right: 25px;
		border-right: solid 1px #ccc;
	}
	
		#content h1 {
		
			margin-top: 10px;
			font-weight: normal;
			font-size: 22px;
			color: #000;
		}
		
		#content h2 {
		
			clear: left;
			font-weight: normal;
			font-size: 18px;
			color: #000;
			text-align: right;
			border-bottom: solid 1px #ccc;
			padding-bottom: 5px;
		}
		
		#content p {
		
			font-weight: normal;
			line-height: 20px;
			font-size: 14px;
		}
		
			#content p span {
			
				font-size: 18px;
				display: block;
				padding: 20px 30px 0 250px;
				color: #000;
			}
		
		#content .frame {
		
			float: left;
			margin: 0 10px 10px 0;
			padding: 5px;
			border: solid 1px #bbb;
		}
		
		#content .contentItem {
		
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
	ul.menuSection {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	
		ul.menuSection li.menuItem img {
			float: left;
			margin: 5px 10px 10px 0;
			border: solid 1px #777;
			padding: 3px;
			background-color: #eee;
		}
	
		ul.menuSection p {
			margin: 0;
			padding: 0;
		}
		
		ul.menuSection li.menuItem {
			position: relative;
			clear: left;
		}
	
		ul.menuSection li.menuItem h3.name {
			font-size: 14px;
			margin-bottom: 0;
		}
		
		ul.menuSection li.menuItem span.price {
			position: absolute;
			right: 0;
			top: 0;
		}
		
			ul.menuSection li.menuItem ul li {
				position: relative;
				margin: 0;
				padding: 0;
			}
		
			ul.menuSection li.menuItem ul {
				list-style: none;
			}
			
		ul.menuSection h4.name {
			font-weight: normal;
			font-size: 14px;
			margin: 0;
			padding: 0;
		}
		
		p.caption {
			font-style: italic;
			text-align: center;
		}
		
		ul.menuSection span.caption p {
			margin-top: 20px;
		}
		
		ul.menuSection span.caption ul li {
			position: relative;
		}
		
		ul.menuSection span.caption ul {
			list-style: none;
		}
		
		ul.menuSection span.caption ul li span.price {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		.phoneNumber {
			display: none;
		}
	
		.houseSpecialty {
			border: solid 1px #ccc;
			background-color: #eee;
		}
		
		ul.menuSection .houseSpecialty p, .houseSpecialty .name {
			padding: 0 10px 10px 10px;
		}
		
		ul.menuSection .houseSpecialty .price {
			padding: 10px 10px 0 0;
		}
	
	#foot {
	
		clear: both;
		font-family: lucida grande, arial, sans-serif;
		color: #fff;
		background: url("../images/foot.jpg") no-repeat top center;
		font-size: 12px;
		height: 70px;
		text-align: center;
	}
	
		.footItem {
		
			padding-top: 17px;
		}
		
		.footItem a {
		
			color: #fff;
		}
		
		.footItem a:hover {
		
			text-decoration: none;
		}
