/* @override http://www.mikeziray.com/testsites/zhong/css/gallery.css */

body{
	width: 1024px;
	position: relative;

	left: 50%;
	
	margin-left: -512px;
	background: #070a03 url(../img/gallery-background.jpg) no-repeat center top;
	font: .9em Optima;
}

div#board {
	background-color: #747764;
	width: 544px;
	height: 577px;
	top: 70px;
	position: relative;
	left: 265px;
}

#close {
	position: absolute;
	width: 170px;
	left: 400px;
	color: #abaea3;
	top: 545px;
}

div#display {
	position: relative;
	top: 10px;
	width: 614px;
	left: 10px;
}

#display img {
	height: 371px;
}

div#video_display {
	position: relative;
	top: 10px;
	width: 614px;
	left: 70px;
}

#video_display img {
	height: 371px;
}

div#nav {
	position: relative;
	top: 10px;
	width: 540px;
	left: 11px;
	height: 65px;
}

#close a img {
	position: relative;
	top: 5px;
}

#nav div.img {
	display: inline;
	height: 64px;
	position: absolute;
	width: 66px;
}

#nav img {
	padding: 0px;
}

#nav a {
	padding: 0px;
	width: 59px;
	height: 56px;
	text-decoration: none;
	margin: 0;
}
#nav a:hover {
	padding: 0px;
	border-bottom-style: solid;
	text-decoration: none;
}

div#description {
	width: 90%;
	position: relative;
	left: 5%;
	top: 10px;
	color: #b0aea3;
	font-size: 1.12em;
}
span#right {
	position: relative;
	top: -100px;
	float: right;
	font-variant: small-caps;
}

#close a {
	color: #b0aea3;
	font-size: 1.1em;
	text-decoration: none;
}
#close a:hover {
	color: #000;
	text-decoration: none;
	border-style: none;
}

#footer{
	
	position: absolute;
	top: 750px;

	height: 30px;
	width: 1024px;
	color: #41463d;
}

#description h4 {
	color: #2e2e2e;
	margin-bottom: 5px;
}


