body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:100%;
	height:auto;
	top:0;
	margin:0;
	padding:0;
	background:white url(images/header_tile.jpg) top left repeat-x;
	text-align:left;
	margin-top:-20px;
}
#master{
	width:819px;
	height:auto;
	margin:0;
	padding:0;
}
#header {
	width:819px;
	height:100px;
	text-align:left;
	margin:0;
	padding:0;
	background:white url(images/header.jpg) top left no-repeat;
}
#main {
	width:819px;
	height:auto;
	min-height:500px;
	text-align:left;
	margin-top:-16px;
	padding:0;
	background:white url(images/lower_text.jpg) top left no-repeat;
}
#nav {
	float:left;
	width:212px;
	height:auto;
	margin-top:30px;
	padding:0;
	background:url(images/hula_girl.jpg) top center no-repeat;
}
#navigation {
	float:right;
	width:160px;
	height:auto;
	margin-top:-20px;
}
#navigation p {
	margin:0;
	padding:0;
	color:#2c6700;
	font-size:11px;
}
#navigation a, #navigation a:visited {
/*	display:block; */
	color:#2c6700;
	text-decoration:none;
	font-size:11px;
}
#navigation a:hover {
	color:#3Ecbd0;
}
#navigation a:active {
	color:#ff6600;
}
#content {
	float:right;
	width: 550px;
	height:auto;
	margin-top:45px;
	padding:0;
}
#content h1 {
	font-size:15px;
	color:#ff6600;
}
#content h2 {
	font-size:15px;
}
#content p {
	font-size:13px;
}
#content ul {
	list-style-type:none;
}
#content .bullet {
	list-style-type:disc;
}
#content li {
	font-size:12px;
}
#content a, #content a:visited {
	color:#2c6700;
	text-decoration:none;
}
#content a:hover {
	color:#3Ecbd0
}
#content a:active {
	color:#ff6600;
}
#content #title {
	padding:20px 0 45px;
}
#content #title #title_text {
	float:left;
	width:180px;
	padding-top:15px;
}
#content #title #title_img {
	float:left;
	width:90px;
	height:90px;
}
#content #title #title_img a {
	float:left;
	width:90px;
	height:90px;
	border:none;
	background:url(images/headshot.jpg) top left no-repeat;
}
#content #title #title_img a:hover {
	border:none;
	background:url(images/headshot_hover.jpg) top left no-repeat;
}
#content #title #title_img img {
	border:none;
}
#content #thumbs {
	width:100%;
	text-align:center;
}
#content #thumbs img {
	height:75px;
	width:75px;
	margin-right:5px;
	border:solid 1px black;
}
#content #picture img {
	height:auto;
	width:auto;
	margin:0;
	padding:0;
	border:none;
}
#content li {
	margin-top:10px;
}
#content li img {
	width:21px;
	height:23px;
	padding-right:5px;
	margin-bottom:-5px;
	border:none;
}
#picture {
	height:350px;
}
#footer_band {
	width:100%;
	height:22px;
	margin-top:20px;
	background:white url(images/footer_tile.jpg) top left repeat-x;
}
#footer_master{
	width:819px;
	height:auto;
	margin:0;
	padding:0;
}
#footer {
	float:right;
	width:550px;
	height:30px;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
}
#footer p {
	color:#2c6700;
	line-height:30px;
	margin:0;
	padding:0;
}
#footer a, #footer a:visited {
	color:#2c6700;
	text-decoration:none;
}
#footer a:hover {
	color:#3Ecbd0
}
#navigation a:active {
	color:#ff6600;
}
.bold {
	font-weight:bold;
}
.padtop {
	padding-top:20px;
}
.ital {
	font-style:italic;
}
.center {
	text-align:center;
}
.light {
	font-weight:normal;
}
.alert {
	color:red;
}
#thumb {
	float:left;
	width:255px;
	padding-top:25px;
}
.thumb_img {
	float:left;
	width:75px;
	height:75px;
	border:solid 1px #000000;
}
.thumb_img a, .thumb_img a:visited {
	text-decoration:none;
	border:none;

}
.thumb_img a:hover {
	text-decoration:none;
	border:none;
}
.thumb_img img {
	border:none;
}
#big_pic {
	float:right;
	width:300px;
	padding-top:25px;
}
#big_pic img {
	float:right;
	width:300px;
	border:none;
}
.no_show {
	display:none;
}
#preview { /* preview popup */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(images/play_back.png) top left repeat;
	text-align:center;
}
#player {
	margin:0 auto;
	background:url(images/play_back_heavy.png) top left repeat;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}
#playcontrol {
	margin:0px auto 0 auto;
	padding:5px;
	width:auto;
	background:url(images/play_back_heavy.png) top left repeat;
	color:#ffffff;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
#playcontrol a {
	color:#ffffff;
	text-decoration:none;
}
.play_text {
	font-size:11px;
}
