/* global styles */
html{
	overflow: -moz-scrollbars-vertical;
	min-height:100%;
	margin-bottom:1px;
}
body{
	background-color:#ffffff;
	background-image:url(../pics/img_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	font-family:Arial, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
	margin:0;
	padding:0;
}
a{
	outline:none;
	cursor:pointer;
}
a,a:link,a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover,a:active{
	color:#ffffff;
	text-decoration:underline;
}
img{ border:none; }
h1{
	padding:0;
	margin:0;
}
/* boxes */
#wrapper{
	position:absolute;
	left:50%;
	margin-left:-434px;
}
#logo{
	margin:15px 0 0 15px;
	height:102px;
}
#spacer{
	position:relative;
	top:15px;
	background-color:#ffffff;
	width:868px;
	height:15px;
}
#content{
	background-color:#ffffff;
	width:838px;
	padding:0 15px 15px 15px;
}
.title,.txt,#worknavwrapper,.project{
	background-color:#1b1b1b;
}
.title{
	width:822px;
	height:15px;
	margin:15px 0 3px 0;
	padding:30px 8px 8px 8px;
}
.txt,.project{
	width:814px;
	padding:12px;
}
#worknavwrapper{
	width:810px;
	padding:14px;
}
#worknavwrapper{	
	overflow:hidden;
}
.thumb{
	float:left;
	margin-bottom:4px;
}
.thumb a img{
	opacity:.40;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
}
.thumb a img:hover,.thumb a img:active{
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
.projectanchor{
	margin-top:15px;
	text-align:right;
}
.project{
	margin-top:1px;
	margin-bottom:3px;
}
.projectdate,.projecttitle,.projectimg{
	margin-bottom:12px;
}
.projecttxt{
	padding:0 37px;
}
