/* CSS Document */

body
{
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}

#gallery-head{
	font-size: large;
	color: #0099FF;
	background-color: #330066;
}


.test{
	height: 120px;
	border-color: #00FF33;
	background-color: #FF66CC;
	border-style: solid;
	width: 120px;
	position: relative;
	padding: 20px;
	left: -120px;
	clear: both;
}

.thumb{
	margin: 5px;
}

.hide{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.stripe1{
	background-color: #660066;
	width: 50%;
	padding:10px;
	text-align: left;
	margin: auto;
}

.stripe2{
	background-color: #000066;
	color: #FFFFFF;
	width: 50%;
	padding: 10px;
	text-align: left;
}

.stripe3{
	background-color: #000066;
	color: #FFFFFF;
	width: 50%;
	padding: 10px;
	text-align: center;
	margin: auto;
}
/*-------------- DEFINE DIVS ----------------------*/

div#top-bkgnd{
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 1;
	background-image: url(images/blue-wedge-bkgnd.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	left: 9px;
}

div#header{
	background-image:  url("images2/banner-logo01.png");
	background-repeat: no-repeat;
	height: 85px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	z-index: 2;
	overflow: visible;
}



div#container
{
	position: relative;
	z-index: 2;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #99FFFF;
	padding-bottom: 40px;
	overflow: visible;
	height: 900px;
	background-color: #000000;
}



div#content p
{line-height:1.4}


div#content
{
	margin-left:200px;
	border: solid white 8;
}

div#gallery-navigation
{
	float:left;
	width:100px;
	margin-left: 0px;
	padding: 5 10 0 10;
	position: relative;
	margin-bottom: 200px;
	height: 100%;
	border-right-color: #000099;
	border-right-style: none;
	border-right-width: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #FF99FF;
	margin-right: 10px;
	font-size: 1em;
}

div#gallery-main
{
	width: 810px;
	float: left;
	margin-left: 10px;
}

#gallery-main H1
{
	background-color: #000066;
	font-size: large;
	text-align: center;
	
}

div#extra
{
	clear:left;
	width:100%;
	left: auto;
	right: auto;
}


/*========================  MAIN MENU CODE ========================*/
	
	
ul#menu{
	list-style-type:none;
	width:960px;
	position:relative;
	display:block;
	height:20px;
	text-transform:none;
	font-size:0.75em;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-color: #000099;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	padding: 0;
	z-index: 2;
	left: auto;
	right: auto;
	border-bottom:2px solid #000099;
	border-top:2px solid #000099;
	margin-left: auto;
	margin-right: auto;
}
ul#menu li{
	display:block;
	margin:0;
	pading:0;
	float: left;
	}

ul#menu li a{
	display:block;
	color:#FFCC33;
	text-decoration:none;
	padding:2px 20px 0 20px;
	height:20px;
	float: left;
	}
ul#menu li a:hover{
	float: none;
	color: #FFFFFF;
	background: transparent url("images2/top-menu-blue.png") repeat-x top left;
	}
	
	/*================= LEFT NAV MENU ===========================*/
	
ul#left-nav{
	font-size:1em;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	padding: 3px;
	float: none;
	margin-left: 0px;
	width: 80%;
	text-decoration: none;
	display: block;
}

ul#left-nav li{
	margin:0;
	pading:0;
	float: none;
	display: block;
	}

ul#left-nav li a{
	color:#80BFFF;
	text-decoration:none;
	float: none;
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	text-align: left;
	border-top-color: #0033FF;
	border-top-style: solid;
	border-top-width: 1px;
	}
ul#left-nav li a:hover{
	float: none;
	color: #FFFFFF;
	}
