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

#container {
	height: 600px;
	width: 800px;
	background-image: url(images/gall_back.jpg);	
}

#header {
	height: 104px;
	width: 800px;
}

#body {
	height: 496px;
	width: 800px;
}

#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	position: absolute;
	top: 126px;
	height: 30px;
	left: 307px;
	width: 400px;
	letter-spacing: 1px;
}

#title p {
	text-decoration: none;
	font-style: normal;
	text-align: right;
	vertical-align: top;
}

#nav {
	height: 393px;
	width: 213px;
	position: absolute;
	left: 17px;
	top: 180px;
	background-color:#FFFFFF;
	opacity: 0.85;
	-moz-opacity: 0.85; /* older Gecko-based browsers */
	filter:alpha(opacity=85); /* For IE6&7 */
}

#navcontent {
	position: absolute;
	height: 393px;
	width: 213px;
	left: 17px;
	top: 184px;
}

body {
	background-color:#000000;
	}

#links {
	position: absolute;
	top: 58px;
	left: 360px;
	
}

#links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	width: 260px;
	color: #CC0000;
	padding: 3px 10px;
}
	

#links a:hover {
	color: #FFFFFF;
}

#homelink {
	position: relative;
	left: 20px;
	width: 228px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

#whitebox {
	height: 423px;
	width: 449px;
	background-color: #FFFFFF;
	position: absolute;
	left: 336px;
	top: 175px;
	opacity: 0.60;
	-moz-opacity: 0.60; /* older Gecko-based browsers */
	filter:alpha(opacity=60); /* For IE6&7 */
}

.hoverbox
{
	position:absolute;
	cursor: default;
	list-style: none;
	width: 415px;
	left: 324px;
	top: 172px;
	height: 450px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 55px;
	height: 55px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 110px;
	height: 110px;
}
#gallery_nav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	word-spacing: 1em;
}
