@charset "utf-8";
@import url("picture_format.css.css");
/* CSS Document */

#banner {
	background-image: url(quimbylogo.jpg);
	height: 150px;
}
#left {
	margin: 30px;
	float: left;
	width: 610px;
}
#right {
	margin: 30px;
	float: right;
	width: 200px;
	margin-right: 100px;
}
#container #left img {
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}

#header {
	height: 100px;
	width: 1050px;
	margin-left: 30px;
}


#gallery {
	float: left;
	height: 50px;
	width: 100px;
	margin: 30px;
	margin-left: 150px;
	background-color: #FC3;
}
#home {
	float: right;
	height: 50px;
	width: 100px;
	margin: 30px;
	background-color: #FC3;
}
#next {
	float: right;
	height: 50px;
	width: 100px;
	margin: 30px;
	margin-right: 150px;
	background-color: #FC3;
}

#previous {
	float: left;
	height: 50px;
	width: 100px;
	margin: 30px;
	background-color: #FC3;
}
