/* ------------HTML BODY */

body {
	background: #000000 url(images/bodybg.jpg) no-repeat top center;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
	
a {
	color: #aed4ff;
	text-decoration: none;
	}
	
a:link {
	color: #aed4ff;
	text-decoration: none;
	}
	
a:visited {
	color: #79d1ff;
	text-decoration: none;
	}
	
a:hover {
	color: #ecf9ff;
	text-decoration: underline;
	}
	
a:active {
	color: #1fb3ff;
	text-decoration: underline;
	}
	
h1 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 180%;
	font-weight: 500;
	}

h2 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 160%;
	font-weight: 500;
	}
	
h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: 500;
	}

h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	font-weight: 500;
	}

h5 {
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	font-weight: 500;
	}
	
h6 {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	font-weight: 500;
	}
	
hr {
	background: #434837;
	color: #434837;
	height: 1px;
	}
	
img {
	border: 0;
	}
	
p {
	margin: .7em 0 .7em 0;
	}

/* ------------THE SITE */

#frame {
	background: none;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 743px;
	}
	
#logo {
	height: 159px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	}
	
#navigation {
	}

#navul {
 	width: 750px;
 	height: 45px;
 	background: url(images/tablebg.jpg);
 	margin: 0px 0px 0px 0px; 
 	padding: 0px 0px 0px 0px;
 	position: relative;
	}
	
#navul li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	list-style: none; 
	display: block; 
	position: absolute;
	}

#navul a {
	display: block;
	}

#navul1 {
	left: 105px; 
	top: 0px; 
	width: 185px; 
	height: 45px;
	}
	
#navul2 {
	left: 323px; 
	top: 0px; 
	width: 120px; 
	height: 45px;
	}
	
#navul3 {
	left: 470px; 
	top: 0px; 
	width: 193px; 
	height: 45px;
	}
	
#navul1 a {
	height: 45px;
	}
	
#navul2 a {
	height: 45px;
	}
	
#navul3 a {
	height: 45px;
	}
	
#navul1 a:hover {
	background: url(images/tablebg.jpg) -105px -45px no-repeat;
	}
	
#navul2 a:hover {
	background: url(images/tablebg.jpg) -323px -45px no-repeat;
	}

#navul3 a:hover {
	background: url(images/tablebg.jpg) -470px -45px no-repeat;
	}
	
.albumfloat {
	float: left;
	padding: 0px 20px 0px 0px;
	}
	
.biofloat {
	float: left;
	padding: 0px 20px 0px 0px;
	}
	
#content {
	background: #000000 url(images/contentbg.jpg) no-repeat top left;
	color: #e3f7ff;
	font-size: 95%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 15px 15px;
	}
	
#content h2 {
	background: url(images/hr.png) no-repeat bottom center;
	color: #a6e5ff;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	font-weight: 500;
	font-size: 175%;
	}
	
#content h3 {
	color: #dff6ff;
	font-weight: 600;
	font-size: 110%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.albumdescfloat {
	margin: 2px 0 5px 10px;
	padding: 0 0 0 0;
	float: left;
	font-size: 80%;
	width: 250px;
	}
	
.albumlistfloat {
	margin: 0 0 0 0;
	padding: 0 0 5px 60px;
	float: left;
	font-size: 80%;
	width: 250px;
	list-style-type: decimal;
	}
	
.formleft {
	float: left;
	width: 150px;
	}
	
.formmiddle {
	float:left;
	padding: 0 0 0 20px;
	width: 150px;
	}

.formright {
	float:left;
	padding: 0 0 0 30px;
	width: 345px;
	}
	
.formname {
	border: 1px solid #aed4ff;
	margin: 5px 0 0 0;
	}
	
.formemail {
	border: 1px solid #aed4ff;
	margin: 5px 0 0 0;
	}

.formmessage {
	border: 1px solid #aed4ff;
	margin: 5px 0 0 0;
	}
	
.formsubmit {
	float:right;
	margin-bottom: 20px;
	background: #1D3D5F;
	border: 1px solid #aed4ff;
	color: #DFEEFF;
	}

#footer {
	background: #000000 url(images/hr.png) no-repeat top left;
	color: #1b5770;
	font-size: 70%;
	padding: 15px 0px 0px 0px;
	text-align: center;
	}
	
#footer a {
	color: #1b5770;
	text-decoration: none;
	}
	
#footer a:link {
	color: #1b5770;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #1b5770;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #1e6887;
	text-decoration: underline;
	}
	
#footer a:active {
	color: #3e9ec6;
	text-decoration: underline;
	}