body {
	background: url("bg.gif") no-repeat top left #7BB0BB;
	font: 11px/1.5 verdana, arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #000;
}

h1 {
	position: absolute;
	left: 458px;
	top: 28px;
	width: 264px;
	height: 82px;
	background-image: url("header.gif");
	font-size: 0;
}

h1 a {
	position: absolute;
	width: 264px;
	height: 82px;
	z-index: 5;
}

h1 a:link {
	border: none;
}

h1 a:hover {
	border: 0;
}

h1 span {
	display: none;
}

#main {
	position: absolute;
	left: 200px;
	top: 160px;
	width: 550px;
}

h2 {
	background: url("hcorner.gif") no-repeat top left #BFEFDC;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #3088BB;
	padding: 0 0 0 10px;
	margin: 0;
}

h3 {
	background-color: #fff; 
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

h3#photographers {
	margin-top: 10px;
}

h4 {
	font-size: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #BFEFDC;
	padding: 3px 10px 5px 0;
}

p {
	margin: 0 0 10px 0;
}

/*MAIN NAV
*********************/

ul#nav {
	padding: 0;
	margin: 10px;
	list-style: none;
	text-align: left;
}


ul#nav li {

	padding: 0 0 25px 105px;
	margin: 0;
	padding-top: 20px;
}

ul#nav li#av {
	background: url("bullet_av.jpg") no-repeat left center;
}

ul#nav li#photos {
	background: url("bullet_photos.jpg") no-repeat left center;
}

ul#nav li#press {
	background: url("bullet_press.jpg") no-repeat left center;
}

/*AV and PRESS
***********/

ul.av, ul.press {
	list-style: none;
	padding: 0;
margin: 0 0 10px 0;
}

ul.av li {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 0 0;
}

ul.av ul, ul.press ul {
	font-weight: normal;
	margin: 0 0 0 10px;
}

ul.press {
	margin: 10px 10px 20px 10px;
}

ul.av li, ul.press li {
	font-weight: normal;
	margin: 5px 0 0 10px;
	list-style: none;
	background: url("/media/bullet.gif") no-repeat left 4px;
	padding: 0 0 3px 20px;
}

.video {
float: left;
width: 250px;
margin: 0 20px 0 0;
}

h4.youtube {
border: 1px solid #336699;
clear: left;
padding: 10px;
text-align: center;
font-size: 1.3em;
text-transform: uppercase;
background-color: #fff;
}

h4.youtube a:hover {
color: #336699;
}

/*definition lists press
*************************/

dl.albums {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: center;
}

dl.singles {
	margin-left: 50%;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

.albums dt, .singles dt {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.albums dd, .singles dd {
	margin: 0 0 5px 0;

}


/*PHOTOS
****************/
img {
	margin: 3px 0 0 0;
	border: 1px solid;
}

/*LINKS
***************/

a img {
	text-decoration: none;
}



a {
	text-decoration: none;
	padding: 0 0 1px 0;
}

a:link {
	color: #000;
	border-bottom: 1px solid #336699;
}

a:link img {
	border: 1px solid #3088BB;
}

a:visited {
	color: #336699;
	font-style: italic;

}

a:visited img {
	border: 1px solid #336699;
}

a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}

a:hover img {
	border: 1px solid #fff;
}