html,body
{
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body
{
	background-color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
}

p
{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin: 11px 0 11px 0;
}

p a
{
	color: #73E8FF;
	font-weight: normal;
}

p a:hover
{
	color: #73E8FF;
	font-weight: normal;
	text-decoration: underline;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.disabled,a.disabled:hover
{
	cursor: default;
	color: #666666;
}

a:hover,a.selected { color: #00A0C6; }


a.button
{

	display:block;
	line-height:18px;
	border:1px solid white;
	width:83px;
	text-align:center;
}

a.button:hover
{
	color: #73E8FF;
	border-color: #73E8FF;

}


img { border: none; }




#topBar,#bottomBar
{
	position: absolute;
	background-color: #303030;
	width: 866px;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin: 70px 0 0 30px;
}

#bottomBar
{
	height: 9px;
	margin-bottom: 12px;
	margin-top: 504px;
}



table#container {
	width: 100%;
	height: 100%;	
	border-collapse: collapse;
	padding:0;
	margin:0;
}
table#container td {
	width: 100%;
	height: 100%;	
}
table#container td td {
	width: auto;
	height: auto;	
}



#main
{
	margin: 0 auto 0 auto;
	width: 896px;
	height: 661px;
}

#album {
	width: 100%;
	height: 100%;
}



#menu
{
	position: absolute;
	margin: 96px 0 0 30px;
}


#logo
{
	display: block;
	position: absolute;
}

#content
{
	position: absolute;
	background-color: #00A0C6;
	margin: 96px 0 0 164px;
	width: 598px;
	height: 395px;
}
table.videoCont {
	width: 100%;
	height: 100%;
}
table.videoCont td {
	text-align:center;
}
#video {
	display:inline;
}



#content .scrollText
{
	float: left;
	width: 430px;
	height: 290px;
	overflow: hidden;
}

#content .scrollArrows
{
	float: left;
	margin-left: 20px;
	margin-top: 259px;
	width: 16px;
}

.scrollArrows img { margin-top: 5px; cursor:pointer; }

#bioPic
{
	float: left;
	margin-right: 20px;
	display: block;
	margin-top: 4px;
}


#legal
{
	position: absolute;
	color: #333333;
	margin: 640px 0 0 40px;
	font-size: 9px;

}



/*
 *	FORMS
 */

fieldset
{
	border: 0;
	padding: 50px 0 0 43px;
}

input.text, textarea
{
	float: left;
	width: 258px;
	height: 16px;
	border: none;
	border-top: 1px solid #007692;
	margin-bottom: 7px;

}

textarea
{
	height: auto;
	margin-bottom: 7px;
	width: 344px;
}

input.checkbox
{
	float: left;
	margin: 2px 3px 0 0;
}

label
{
	clear: left;
	float: left;
	width: 129px;
	height: 26px;
	color: white;
	font-size: 11px;
	font-weight: normal;
}

label.checkboxLabel
{
	font-size: 9px;
	clear: none;
	width: auto;
	height: auto;
	color: white;
	float: left;
	margin: 0 10px 0 0;
}
