/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead
{
height:80px;
}

* html #masthead
{
	top: 0px;
}
#mastheadLogo
{
	position:absolute;
	top:71px;
	left:21px;
	height:46px;
	width:650px;
	border: 2px solid #FFFFFF; 
	border: none;
	overflow:hidden;
	z-index: 99;

}

* html #mastheadLogo
{
	top:49px;
	left:0;
}

#galleryPlayer
{
	position: absolute;
	top:121px;
	left:22px;
	height:60px;
	width:198px;
	z-index: 100;
	visibility: visible;
	overflow: hidden;
}
* html #galleryPlayer
{
	top:121px;
	left:22px;
}
/* SETTING THE DISPLAY BOXES FOR THE GALLERY */

#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -199px;	/* IE 4 fix */

}
#leftColumn
{ background-color: #300; background-image: url(/images/v3_menu.jpg); background-repeat: repeat-y; float: left; top: 180px; width: 200px; height:100%;
	/*border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: #6b6a78 url(/images/v_sps07_04mm_moon.jpg) repeat-y 0 0;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#galleryButtons
{
	margin-right: -197px;	/* IE 4 fix */

}
#galleryButtons
{
	position: absolute;
	top: 180px;
	width: 197px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	z-index:99;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
	padding:0px;

}
/*#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter */
#masthead,#innerLeftColumn, #innerFooter
{
	padding: 10px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	/*border: 1px solid #fff;*/
	padding:0;
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}

#innerLeftColumn
{
	border-right-width: 0px;

}
#contentColumn
{
	border-left-width: 0px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{ color: #000; background-color: #6b6a78; background-image: none; background-attachment: scroll; background-position: 0 0; min-width: 500px; }
.hide
{
	display: none;
}
