html, body {height: 100%;} 

body{ 	
	font-family: verdana, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	
	background-color: #ffffff;
}

#content{
	position: absolute;
	top: 180px;
	left: 20px;
	bottom: 70px;
	right: 250px;
	overflow: auto;
	overflow-x: hidden;
	color: #005C77;
	padding: 10px;
	border: 2px solid #00BCF2;
	
	scrollbar-3dlight-color: #00BCF2;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #00BCF2;
    scrollbar-darkshadow-color: #00BCF2;
    scrollbar-face-color: #F7941D;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
	
	background: url('../img/starstylers_bg.jpg') no-repeat fixed center;
}

#header{
	position: absolute;
	top: 0px;
	z-index: 2;
}

#footer{
	position: absolute;
	height: 39px;
	bottom: 0px;
	border-top: 2px solid #F7941D;
	width: 100%;
	z-index: 2;
	background-color: #ffffff;
}

#footer p{
	color: #00BCF2;
	padding: 13px;
	font-size: 11px;
	z-index: 2;
	text-transform: uppercase;
}

#footer a{
	color: #00BCF2;
}

#footer a:hover{
	color: #F7941D;
}

#headshots{
	position: absolute;
	bottom: 41px;
	right: 0px;
	z-index: 5;
}

#content h1{
	font-size: 200%;
	font-weight: bold;
}

#content h2{
	font-size: 150%;
	font-weight: bold;
}

#content a{
	color: #00BCF2;
}

#content a:hover{
	color: #F7941D;
}

#content .readmore{
	margin-top: 0px;
	padding-top: 0px;
}

#content .contentimage{
	margin-left: 15px;
	margin-bottom: 15px;
}

#content .photobook{
	font-size: 50px;
	text-decoration: none;
	font-weight: bold;
}

hr{
	border: 2px solid #F7941D
}

#player{
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 10;
}