@charset "utf-8";
/* CSS Document */

#banner {
	width: 1000px;
	height: 150px;
	background-image: url(quimbylogo.jpg);
}
#navigation {
	margin: 30px;
	float: left;
	width: 150px;
	background-color: #FC3;
	margin-right: 5px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#navigation h3 strong {
	font-size: 24px;
	font-weight: bold;
}
#main_box {
	margin: 30px;
	float: right;
	width: 700px;
	margin-left: 0px;
}
#gallery_box {
	background-color: #FC3;
	float: right;
	width: 550px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#photo_column {
	background-color: #FFF;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 20px;
}
.photo_column_1 {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #33F;
	border-right-color: #33F;
	border-bottom-color: #33F;
	border-left-color: #33F;
}

#description_column {
	background-color: #FFF;
	float: right;
	width: 260px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 20px;
}
.description_column_1 {
	color: #33F;
}
.photo_column_2 {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}



#main_box_head {
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: blink;
}
.description_column_2 {
	color: #900;
}

#featured_pic {
	float: left;
	width: 350px;
}
#featured_text {
	float: right;
	width: 350px;
	margin-top: 100px;
}
#main_box #featured_pic_box #featured_text {
	font-size: 24px;
}
#main_box #featured_pic_box #featured_text p {
	font-weight: bold;
	font-size: 18px;
	color: #636;
	margin-left: 30px;
}
#banner img {
	float: right;
}
#main_box #main_box_head h3 {
	background-color: #FC3;
	width: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
