.bgLogo {
	background: url(images/ItchenImperialLogo.jpg) no-repeat top left;
}
.title {
	text-align:center;
       	font-weight:bold;
       	font-size:20px;
}
#content_holder {
	clear:both;
	width: 80%;
	margin: 0px 30px;
}
#welcome_image {
	clear:both;
	text-align: center;
    display: block;
    margin: 0 auto;
}
#image_list {
	clear:both;
	text-align: center;
    display: block;
    margin: 0 auto;
}
#image_list p {
	text-align: center;
}
#nav {
	clear:both;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav li {
	text-align: left;
	padding: 5px 0px;
}
#nav li a {
	color : #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
