@charset "utf-8";
/* Weller Construction - gallery.css */

#container_gallery {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 755px;
	background-color: #FFFFFF;
	height: 1300px;
}

#vertBar {
	position:absolute;
	width:3px;
	height:997px;
	z-index:8;
	left: 204px;
	top: 158px;
	background-color: #c8ae33;
}

#footerBar_top {
	position:absolute;
	width:550px;
	height:2px;
	z-index:1;
	left: 205px;
	top: 1154px;
	background-color: #c8ae33;
}

#footerBar_middle {
	position:absolute;
	width:755px;
	height:10px;
	z-index:1;
	top: 1158px;
	background-color: #c8ae33;
}

#footerBar_bottom {
	position:absolute;
	width:755px;
	height:2px;
	z-index:6;
	top: 1170px;
	background-color: #c8ae33;
}

#bottomMenu {
	position:absolute;
	width:755px;
	height:115px;
	z-index:7;
	top: 1180px;
}
