html,body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #dadada;
}
body
{
	font: 12px/14px Arial;
	color: black;
}
div, form, img
{
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
}
img, div
{
	float: left;	
	border: none;
}
/*** Floats ***/
.flleft
{
	float: left;
}
.flright
{
	float: right;
}
.flnone
{
	float: none;
}
.flclear
{
	clear: both;
}
/*** /Floats ***/

/*** Main Structure and Globals ***/
.main_container
{
	display: table;
	float: none;
	width: 958px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	background: white;
	position: relative;

}
/*** /Main Structure and Globals ***/

/*** Head ***/
.head
{
}

/*** /Head ***/

/*** Footer ***/
.footer
{
}
/*** /Footer ***/

/*** Menu ***/
.menu
{
	width: 192px;
	padding-left:34px;
}
/*** /Menu ***/

.nav_col
{
	width: 253px;
	padding: 48px 0px 0px 0px;
}
.main_col
{
	width: 705px;
	padding: 48px 0px 0px 0px;
}
.main_col .title
{
	width: 700px;
	height: 22px;
	padding: 1px 0px 0px 3px;
}
.press
{
	width: 646px;
	margin-top: 28px;
	padding: 6px 0px 0px;
	background: #bdbaab;
	text-align: center;
	font: 0px/0px arial;
}
.press img
{
	float: none;
}
.press .controls img
{
	float:left;
}
.press .controls
{
	height: 15px;
	width: 100%;
	width: 232px;
	padding: 7px 207px 3px;
}
.press .controls .arrow
{
	width: 25px;
	height: 15px;
}
.press .controls .article
{
	height: 15px;
	width: 182px;
}
.scrollerContainer
{
	position: relative;
	width: 634px;
	height: 79px;
	padding: 0px 10px;
}
.scrollArrow
{
	width: 25px;
	height: 79px;
}
.scrollerBlock
{
	position: relative;
	width: 704px;
	margin-left: -35px;
}
.myScrollContainer
{
	overflow: hidden;
}
.workwrapper
{
	float:none;
	padding-right:31px;
}

.work
{
	height:450px;
	text-align: center;
	vertical-align: bottom;
	font: 0px/0px arial;
	padding-bottom: 10px;
}
.work img
{
	float:none;
}
#thumbstable a
{
	display: block;
	float:left;
	height: 79px;
	text-align: center;
	font: 0px/0px arial;
}

#thumbstable a:hover
{
	opacity:0.3;
}
pre
{
	font: 12px/14px arial;
}
pre a:link, pre a:visited
{
	color: #666666;
	text-decoration: none;
}
pre a:hover
{
	text-decoration: underline;
}