/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead
{
height:214px;
}

* html #masthead
{
	top: 0px;
}
#menuHeader
{
	height:30px;
	background-color: #3c5e65;
}

* html #mastheadLogo
{
	top:49px;
	left:0px;
}

#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: -200px;	/* IE 4 fix */

}
#leftColumn
{
	float: left;
	top: 180px;
	width: 200px;
	height:100%;
/*	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;*/
	/*/*/ /*/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, #menuHeader
{
	padding: 10px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	/*border: 1px solid #fff;*/
	padding:0px;
	/*text-align: justify; */
	margin-right: 40px;
	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, #menuHeader
{
	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: #697885 url(/images/wahabg.jpg) repeat 0 0;
	color: #000;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
	margin: 0;
}
#pageFrame
{
	color: #000;
	min-width: 500px;
	background-color: #697885; /* this is the left nav background image */
}
.hide
{
	display: none;
}
