body {
	margin: 0;
	background: #ede7bd url(Images/Background_repeat_final.jpg) fixed center;
}

#container {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	background: white fixed center;
}

#header {
	height: 275px;
	border-bottom: 1px dotted #8b8b8b;
	background-image: url(Images/header_final.jpg);
}

#nav {
	height: 50px;
	background: white fixed center;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
	padding-bottom: 10px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

a.class_home {
	display: block;
	width: 75px;
	height: 50px;
	background: url(Images/home_button.jpg) 0 0;
	float: left;
}

a.class_home:hover{
	background-position: 0 -50px;
}

a.class_about {
	display: block;
	width: 77px;
	height: 50px;
	background: url(Images/about_button.jpg) 0 0;
	float: left;
}

a.class_about:hover {
	background-position: 0 -50px;
}

a.class_shop {
	display: block;
	width: 68px;
	height: 50px;
	float: left;
	background: url(Images/shop_button.jpg) 0 0;
}

a.class_shop:hover {
	background-position: 0 -50px;
}

a.class_blog {
	display: block;
	width: 70px;
	height: 50px;
	background: url(Images/blog_button.jpg) 0 0;
	float: left;
}

a.class_blog:hover {
	background-position: 0 -50px;
}

a.class_tweet {
	display: block;
	width: 84px;
	height: 50px;
	background: url(Images/tweet_button.jpg) 0 0;
	float: left;
}

a.class_tweet:hover {
	background-position: 0 -50px;
}

a.class_facebook {
	display: block;
	width: 110px;
	height: 50px;
	background: url(Images/facebook_button.jpg) 0 0;
	float: left;
}

a.class_facebook:hover {
	background-position: 0 -50px;
}

a.class_contact {	
	display: block;
	width: 96px;
	height: 50px;
	background: url(Images/contact_button2.jpg) 0 0;
	float: left;
}

a.class_contact:hover {
	background-position: 0 -50px
}
	
#content {
	background-color: white;
	color: #5f5f5f;
	text-align: left;
	padding: 15px 75px 30px;
	border-top: 1px dotted #8b8b8b;
	font: normal 9pt/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.class_subhead {
	text-align: left;
	color: #523b78;
	font: bold 9.5pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#photo_block {
	text-align: center;
	padding-bottom: 10px;
}

#footer {
	color: #8e8e8e;
	font: normal 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 20px;
	

}

#bottom_image {
	width: 715px;
	height: 153px;
	background: url(Images/bottom_image.jpg) repeat-y center bottom;
	position: fixed;
	z-index: -5;
	bottom: 0;
}


