*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	background-color: #2e2e2e;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.12em;
	word-spacing: normal;
}

div#wrapper
{
	width: 820px;
	height: 640px;
	margin: 50px auto;
	text-align: right;
	/*
	overflow: hidden;
*/
}

div#logo
{
	float: right;
	clear: both;
	margin: 30px 0 0 0;
	width: 466px;
	height: 88px;
	background-image: url(../graphics/logo.png);
}

div#logo a h1
{
	width: 466px;
	height: 88px;
}

div#logo a h1 span { display: none; }

div#content,
div#gallery
{
	margin: 30px 0 0 0;
	float: right;
	clear: both;
	width: 820px;
	height: 460px;
	text-align: right;
}


.video-container
{
	float: right;
	clear: both;
	width: 464px;
	height: 360px;
	text-align: right;
}


div#home-slide-box
{
	float: right;
	height: 460px;
	text-align: right;
}

div#primary-navigation
{
	margin: 20px 0 0 0;
	float: right;
	clear: both;
	width: 820px;
	height: 30px;
	text-align: right;
}

a, a:visited, a:active
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #dd3322;
	text-decoration: none;
}

a:focus { outline: 0; }
img { border: 0; }

p
{
	color: #ccc;
	margin: 10px 0px;
}

p.bio-text
{
	color: #ccc;
	margin: 10px 0px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	width: 620px;
}

h2
{
	font-size: 22px;
	line-height: 22px;
	font-weight: 100;
	color: #dd3322;
}

ul.navigation
{
	width: 820px;
	height: 30px;
	list-style: none;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
	line-height: 30px;
}

ul.navigation li
{
	padding: 0px 0px 0px 50px;
	height: 30px;
	list-style: none;
	float: right;
	clear: none;
}

ul.navigation li a,
ul.navigation li a:link,
ul.navigation li a:active { color: #fff; }

ul.navigation li a:hover,
ul.navigation li a.selected
{
	color: #dd3322;
	text-decoration: none;
}

#image
{
	position: relative;
	width: 820px;
	height: 360px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#image img
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#thumbwrapper
{
	margin: 10px 0px 0px 0px;
	width: 820px;
	height: 90px;
}

#thumbarea
{
	position: relative;
	overflow: hidden;
	height: 90px;
	width: 820px;
}

#thumbs
{
	position: absolute;
	list-style: none;
	margin: 0px 0px 0px 0px;
	height: 90px;
	width: 10000px;
	border-right: 5px solid #2e2e2e;
}

#thumbs li
{
	float: left;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.imgnav
{
	position: absolute;
	height: 375px;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}

#previmg
{
	left: 0;
	background: url(images/left.gif) left center no-repeat;
}

#previmg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

#nextimg
{
	right: 0;
	background: url(images/right.gif) right center no-repeat;
}

#nextimg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}