div#container {
	width: 980px;
}

div#container div#top {
	width: 100%;
	background-color: #000;
	position: relative;
}

ul#nav_main {
	margin: 0px auto;
}

ul#nav_main li {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

h1#masthead {
	width: auto;
}

div#body_wrapper {
	margin-top: 2px;
	width: 980px;
	background: none;
}


.clear { clear: both; }


/*Fancy Zoom */

.image_controls {
	width: 84px;
	margin: 10px auto 0px auto;
}

#zoom_close {
	display:block;
	position:absolute;
	left: 0px;
	top: -5px;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	background: url(/images/fancy_zoom/lb_close.png) no-repeat;
	_background: url(/images/fancy_zoom/lb_close.gif) no-repeat;
	outline: 0;
}

#zoom_close:hover {
	background-position: left -31px;
	_background: url(/images/fancy_zoom/lb_close.gif) no-repeat left top;
}

.zoom_prev {
	float: left;
	text-indent: -9999em;
	background: url(/images/fancy_zoom/lb_arrow_left.gif) no-repeat;
	width: 32px;
	height: 31px;
	outline: 0;
	margin: 0px 20px 0px 0px;
	_display: inline;
}
.zoom_next {
	float: left;
	text-indent: -9999em;
	background: url(/images/fancy_zoom/lb_arrow_right.gif) no-repeat;
	width: 32px;
	height: 31px;
	outline: 0;
}

#zoom_image {
	border: 1px solid #CCC;
}

