body {
	background: #343434 url(../img/bg2.jpg) repeat-x scroll 0 0;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	height: 100%;
	margin: 0 0 0 0;
	overflow-x: hidden;
}

div#main-wrapper {
	left: 50%;
	margin: 20px 0 0 -480px;
	position: absolute;
}

div#main-panel {
	background: #000;
	border: 1px solid #fff;
	height: 560px;
	width: 960px;
}

div#content-panel {
	border: 1px solid #fff;
	height: 100%;
	margin: 30px 0 0 0;
	width: 958px;
}

ul#navigation {
	float: right;
	margin: 10px 10px 0 0;
}

ul#navigation a {
	color: #fff;
	text-decoration: none;
}

ul#navigation li {
	color: #fff;
	display: inline;
	font-family: sans-serif;
	font-size: 12px;
	padding: 0 5px 0 0;
}

ul#navigation li:hover {
	cursor: pointer;
}

div#gallery-wrapper {
	display: inline;
	position: absolute;
	right: 50px;
	top: 40px;
	visibility: hidden;
}	

li.gallery-item {
	list-style-type: none;
}

li.gallery-item:hover {
	cursor: pointer;
}

div#gallery-next-btn {
	background: url(../img/btn_next.gif) 0 0 no-repeat;
	display: block;
	height: 17px;
	width: 35px;
}

div#gallery-previous-btn {
	background: url(../img/btn_previous.gif) 0 0 no-repeat;
	display: block;
	height: 17px;
	margin: 0 0 6px 6px;
	width: 35px;
}

div.gallery-btn {
	margin-left: 6px;
}

div.gallery-btn:hover {
	cursor: pointer;
}

div#video-wrapper {
	display: inline;
	overflow: hidden;
	height: 500px;
	left: 50%;
	margin: 0 0 0 -400px;
	position: absolute;
	top: 40px;
	width: 640px;
}

div#media-wrapper {
	display: inline;
	overflow: hidden;
	height: 500px;
	left: 50%;
	margin: 0 0 0 -400px;
	position: absolute;
	top: 40px;
	width: 640px;
}

div#print-wrapper {
	height: 400px;
	margin-top: 60px;
	text-align: center;
	width: 100%;
}

div#print-wrapper a {
	color: #000;
}
img#print-image {
	border-width: 0;
}

div#contact-wrapper {
	margin: 149px 0 0 300px;
}

div#button-close {
	background: #fff;
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 11px;
	padding: 10px 0 0 0;
	text-decoration: underline;
}

div#image-container {
	background: #fff;
	left: 50%;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 50%;
	z-index: 2000;
}

div#modal-overlay {
	background: #000;
	height: 100%;
	left: 0;
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

img#enlargement {
}
