/* CSS Document */
/* COLORS: 
	Text Orange: #ff4000 
	Secondary Text lighter orange: #EDA152
	
	*/
	
	
	

a:link { color:#ff4000; text-decoration:none}
a:visited { color:#ff4000; text-decoration:none}
a:hover { color:#EDA152; text-decoration:underline}
a:active { color:#EDA152; text-decoration:underline}
strong { color:#FF0000 }
h1 { color:#ff4000;
margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #EDA152;
	background-color: #190000;

}
div {
/* 	border: 1px black solid; */
}

#wraparound { 
	float: left;
	margin: 5px;	
	z-index: 2;
}

#wrapper {
	z-index: 2;
	margin:auto;
	min-height: 100%;
	height: 100%;
	width: 100%;
	float: left;
	}

span#header {
	position: absolute;
	top: 1px;
	left: 12px;
	height: 60px;
}
span#subhead {
	color: #EDA152;

}

#menu {
	position: relative;
	color: #ff4000;
	top: -1px;
	width: 330px;
	height: 59px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	margin: 50px 20px 5px;
	z-index: 3;
	background-image: url('images/trans.png');
	background-repeat: repeat;
	padding: 8px;
	float:inherit;
	border: thin solid #FF0000;
}

#gallerydiv {
	position: relative;
	margin: 50px auto auto;
	z-index: 3;
	background-image: url('images/trans.png');
	background-repeat: repeat;
	padding: 0px;
	float:center;
	border: thin solid #FF0000;
	width: 98%;
	text-align: center;


}

#footer {
  position: absolute;
  top: 864px;
  left: 0px;
  width: 100%;
  height: 10px;
  z-index: 3;
}


#textbox {
	background-image: url('images/trans.png');
	background-repeat: repeat;
	padding: 5px;
	z-index: 3;
	float: left;
	margin: 5px;
	position: relative;
	border: thin solid #000000;
	}

h1 {
	display: inline;
	font-size: 19px;
}


.wrap{text-indent: 50px}


iframe#waves {
	height: 350px;
	left: 0;
	width: 100%;
	position: absolute;
	top: 20%;
	z-index:1;
	}
	

#photobox
{
	float: left;
	background-color: #999999;
	z-index: 3;
	float: left;
	margin: 8px;
}

#gallerynav
{
	clear:both;
	letter-spacing:3px;
	text-align:center;
	font-size:80%;
}

#upper_right
{
	position:absolute;
	top:1px;
	right:5px;
	text-align:right;
	z-index:5;

}

