body {
	margin:0px;
	padding:0px;
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-image: url(imgs/menu/drmwvr6.jpg);
	background-repeat: no-repeat;
	}
#main_wrapper {
	width:880px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	}
#header {
	/* full width by default */
	}
#content {
	position:absolute;
	padding:0;
	width:800px;
	left:40px;
	background-color: transparent;
	}
#nav {
	position:absolute;
	left:0px;
	width:40px;
	background:transparent;
	margin-bottom:300px;
	}
#promo {
	position:absolute;
	right:0px;
	width:40px;
	background:transparent;
	}
#footer {
	/* full width by default */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	padding:.25em 2em;
	}
#nav_inner {
	margin:1em 1.2em;
	}
#content_inner {
	margin:1em 2.5em 1em 2em;
	padding:0;
	background-repeat: no-repeat;
	background-image: url(imgs/black_box2.png);
	background-position: 50% 50%;
	}
/*#background_2      {	
	margin:1em 2.5em 1em 2em;
	padding:0;
	background-repeat: no-repeat;
	background-image: url(imgs/black_box1.png);
	background-position: 50% 50%;
	}*/
#promo_inner {
	margin:1em 1.2em;
	}
#footer_inner {
	padding:.5em 10em;
	text-align:center;
	}
h3   {
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.2em;
}
h4   {
	color: #CC0000;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/#thumb */

.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
width: 550px;
	height: 350px;
}
ul, a {
	color : #000033;
	text-decoration : none;
	font-weight : bold;
	font-size : 1.1em;
}
a:hover {
	color : #FFFF00;
	text-decoration : none;
	font-weight : bold;
}
.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: transparent;*/
background-color: white;
padding: 10px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
height: 320px;
text-align: center;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
