@charset "utf-8";
/* CSS Document */


html
{
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
}

a
{
	text-decoration: none;
	color: #ffff00;
	border: 0;
}

a img
{
	border: 0;
}

a:hover
{
	color: #ff9933;
}

#preloadimages
{
	display: none;
}


#outer 
{
	width: 642px;
	border-top: solid #fff 7px;
	margin: 0 auto;
	position: relative;
}

#inner
{
	margin-top: 7px;
}

#nav
{
	text-align: justify;
	border-top: solid #fff 7px;
	padding: 4px 0 5px 0;
	margin: 7px 0 7px 0;
	overflow: visible;
	border-bottom: solid #fff 7px;
}

.smaller
{
	font-size: 13px;	
}

.orange
{
	color: #ff9933;
}

.white
{
	color: #fff;
}

#gubbins
{
	border-bottom: solid #fff 7px;
	padding-bottom: 6px;
	margin-bottom: 17px;
	width: 100%; /* needed for IE versions except 7, apparently */
	overflow: hidden;
}

#smallstills
{
	width: 314px;
	height: 63px;
	float: left	;
	border-bottom: solid #fff 7px;
}

#smallstills a
{
	float: left;
	width: 100px;
	height: 56px;
	margin-right: 3px;
	cursor: auto;
}

#smallstills a img
{
	display: none;
}

#smallstills a:hover img
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 7px;
	width: 642px;
	height: 361px;
}

#video
{
	float: left;
	display: inline;
	width: 321px;
	height: 181px;
	padding-right: 7px;
	overflow: hidden;
}

#video_text
{
	z-index: -10;
	padding: 30px 20px 0px 20px;
}

#textbox
{
	text-align: left;
	font-size: 10px;
	color: #777;
	float: left;
	width: 311px;
	height: 103px;
	overflow: auto;
	margin-top: 7px;
	padding: 0 3px 2px 0;

	scrollbar-face-color: #666;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
}

#textbox span
{
	color: #aaa;
}

#textbox p
{
	margin: 5px 0 5px 0;
}

#laurels_container
{
	position: absolute;
	top: 0;
	right: -155px;
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;
}

.laurels
{
	width: 130px;
	height: 66px;
	background: url(pics/laurel_bground.gif) no-repeat;
}

#laurels_container p
{
	position: relative;
	top: 17px;
}

#laurels_container span
{
	display: block;
	font-size: 9px;
}

#cv
{
	font-size: 12px;
	
	height: 182px;
	overflow: auto;
	padding: 0px;

	scrollbar-face-color: #666;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
}

#cv p
{
	display: block;
	padding-left: 12px;	
	margin: 10px 0 10px 0;
}

h4
{
	margin: 10px 0 10px 0;
}
