/*+clearfix {*/
#container:after, #content:after, #header:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#container, #content, #header
{
	display: inline-block;
}
#container, #content, #header
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
BODY
{
	margin: 0px auto;
	padding: 0px;
	font: 70%/160% "Courier New", serif;
	color: #FFF;
	position: relative;
	background: #000 url(img/bg.jpg) no-repeat center top;
	/*[disabled]text-align:center;*/
}
/*[clearfix]*/#container
{
	margin: 0 auto;
	width: 960px;
	padding-top: 7px;
	text-align: left;
}
/*[clearfix]*/#header
{
	width: 877px;
}
#logo
{
	width: 286px;
	margin: 0 0 0 25px;
	float: left;
}
#blurb
{
	width: 560px;
	height: 73px;
	position: relative;
	top: -23px;
	right: 0px;
	background: url(img/blurb.png) no-repeat center top;
	margin: 0 auto 0 314px;
}
#blurb P
{
	padding-left: 30px;
	padding-top: 12px;
	font-size: 15px;
	margin: 0 auto;
}
#blurb A:link
{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #BE295E;
	padding: 1px;
}
#blurb A:visited
{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #BE295E;
	padding: 1px;
}
#blurb A:hover
{
	font-size: 15px;
	border-bottom: none;
	font-weight: bold;
	color: #FFF;
	background: #000;
	padding: 1px;
}
/*[clearfix]*/#content
{
	width: 840px;
	background: url(img/30op_content.png) no-repeat center top;
	position: relative;
	/*[disabled]top:278px;*/
	/*[disabled]right:121px;*/
	float: left;
	margin: 1px 0 0 35px;
}
#content P
{
	margin-left: 22px;
	margin-right: 19px;
}
#content H1
{
	font-family: Tahoma, sans-serif;
	font-size: 2em;
	margin: 20px;
	letter-spacing: 2px;
}
.pthumb
{
	width: 241px;
	height: 250px;
	float: left;
	margin-right: 22px;
}
.pthumb IMG
{
	padding: 5px;
	background: #2F2F2F;
}
.pthumb IMG:hover
{
	padding: 5px;
	background: #BE295E;
}
.pthumb A IMG
{
	border: none;
}
#content .pthumb P
{
	margin: 3px;
}
#slider
{
	width: 790px;
	margin: 0 auto;
	position: relative;
}
.scroll
{
	height: 250px;
	overflow: auto;
	position: relative;
/*fix for IE to respect overflow*/
	clear: left;
}
.scrollContainer DIV.panel
{
	padding: 10px;
	height: 210px;
	width: 790px;
/*change to 560px if not using JS to remove rh.scroll*/
}
.scrollButtons
{
	position: absolute;
	top: 75px;
	cursor: pointer;
}
.scrollButtons.left
{
	left: -30px;
}
.scrollButtons.right
{
	right: -30px;
}
#navigation
{
	width: 566px;
	height: 96px;
	margin: 68px 0 0;
	background: url(img/nav_sprite.png) no-repeat;
	float: left;
}
#navigation UL
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#navigation UL LI
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navigation UL LI A SPAN
{
	display: none;
}
#navigation UL LI A
{
	width: 70px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	display: block;
}
/*-- Hovers --*/
#navigation UL LI A.home:hover
{
	background: url(img/nav_sprite.png) 0px -97px;
}
#navigation UL LI A.work:hover
{
	background: url(img/nav_sprite.png) -70px -97px;
}
#navigation UL LI A.about:hover
{
	background: url(img/nav_sprite.png) -140px -97px;
}
#navigation UL LI A.blog:hover
{
	background: url(img/nav_sprite.png) -210px -97px;
}
#navigation UL LI A.contact:hover
{
	background: url(img/nav_sprite.png) -280px -97px;
}
