#container {
	width: 800px;
	margin: auto;
}

#header {
	height: 120px;
	width: 789px;
}
#header_logo {
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
}
#header_photos {
	float: left;
	background-image: url(../images/photos.gif);
	background-repeat:no-repeat;
}
#header_home {
	height: 25px;
	width: 145px;
	float: left;
	background-image: url(../images/home_bg.jpg);
	background-repeat:no-repeat;
}
#header_slogan {
	height: 25px;
	width: 637px;
	float: left;
	background-image: url(../images/header_bar.gif);
	background-repeat:no-repeat;
}
#left_nav {
	height: 420px;
	width: 132px;
	float: left;
	text-align: right;
	background-repeat: no-repeat;
}
#content {
	height: 395px;
	width: 485px;
	padding-left: 45px;
	padding-right: 120px;
	padding-top: 25px;
	float: left;
	background-image: url(../images/content_bg.jpg);
	background-attachment: inherit !important;
	_background-attachment: fixed;
	background-repeat:no-repeat;
	overflow: auto;
}

html>body #content {
	padding-top: 5px;
	height: 415px;
}
#footer {
	height: 57px;
	width: 782px;
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
}
#back {
	float: left;
}
#next {
	display: block;
	float: right;
}

