body {background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
    overflow-y:scroll;
}
table {background-color:#ffffff;}

h1 {font-family:Arial,Helvetica,sans-serif;}
h1 {font-size:90%;}
h1 {font-weight:bold;}
h1 {margin-bottom:0;}
h1 {padding-bottom:0;}
h1 {margin-top:0;}
h1 {padding-top:0;}
h1:hover {color:#f47c00;}
h1 {cursor:pointer;}
h1:active {color:#f47c00;}

h2 {font-family:Arial,Helvetica,sans-serif;}
h2 {font-size:75%;}
h2 {font-weight:normal;}
h2 {margin-bottom:0;}
h2 {padding-bottom:0;}
h2 {margin-top:0;}
h2 {padding-top:0;}

h3 {font-family:Arial,Helvetica,sans-serif;}
h3 {font-size:100%;}
h3 {font-weight:lighter;}
h3 {margin-bottom:0;}
h3 {padding-bottom:0;}
h3 {margin-top:0;}
h3 {padding-top:0;}

h4 {font-family:Arial,Helvetica,sans-serif;}
h4 {font-size:100%;}
h4 {font-weight:bold;}
h4 {margin-bottom:0;}
h4 {padding-bottom:0;}
h4 {margin-top:0;}
h4 {padding-top:0;}

p {font-family:Arial,Helvetica,sans-serif;}
p {font-size:75%;}
p {padding-top:2;}
p {margin-top:2;}

p2 {font-family:Arial,Helvetica,sans-serif;}
p2 {font-size:75%;}
p2 {padding-top:0;}
p2 {margin-top:0;}
p2 {padding-bottom:0;}
p2 {margin-bottom:0;}


a {text-decoration:none;}
a:link {color:#999999;}
a:visited {color:#999999;}
a:hover {color:#f47c00;}
a:active {color:#f47c00;}
a.selected {color:#f47c00;}

ul {font-family:Arial,Helvetica,sans-serif;}
ul {font-size:75%;}
ul {list-style-type:none;}
ul {margin-left:3;}
ul {padding-left:3;}
ul {padding-top:0;}
ul {margin-top:0;}
ul {padding-bottom:0;}
ul {margin-bottom:0;}
ul {white-space:nowrap;}

li.selected {color:#f47c00;}

img {border:0;}

/* ********DIV STUFF******** */

div#header {
	position:absolute;
	top:50px;
	left:50%;
	width:760px;
	margin-left:-390px;
	border:thick;
	text-align:left;
}

div#overarching {
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-380px;
}

div#leftsidebar {
	position:absolute;
	top:0px;
	width:150;
	text-align:left;
}

div#rightwrapper {
	position:absolute;
	top:0px;
	left:160px;
	width:600px;
}

div#mainholder {
	position:relative;
	top:0px;
	left:0px;
}

div#copy {
	position:relative;
	top:60px;
	font-size:65%;
}

div#thumbnails {
	position:relative;
	top:4px;
	width:600px;
	height:35px;
	text-align:left;
	z-index:9;
}

.mainimage {
	position:relative;
	top:0px;
	left:0px;
}

.descript {
	position:absolute;
	bottom:0px;
	width:595;
	background-color:#000;
	color:#FFF;
	text-align:left;
	vertical-align:bottom;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:65%;
}

div#aboot {
	position:relative;
	text-align:left;
	top:20px;
	left:0px;
	font-size:75%;
}

.playbutton {
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-25px;
	margin-right:-35px;
}

div#page {
	position:relative;
	top:30px;
}

