body{
	margin:0;
	font:11px "Helvetica", Arial, sans-serif;
	font-weight:bold;
	line-height:1.3em;
	color:#333;
	text-align:left;	/* min-width:1130px;*/
}

a {
	color:#000;
	outline: none;
	text-decoration:none;
}
a:focus{outline:none;
}

a:hover{text-decoration:none;
}

img{border:none;
}

#wrapper{
	overflow:hidden;
	position:relative;
	width:100%;
}


#content{
	margin:160px 0 0 260px;
	position:fixed;
	margin-right: 12px;
}
#content .gallery{
	position:relative;
	
}
.gallery .gallery-holder{
	width:812px;
	overflow:visible;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:visible;
}
.gallery li{
	float:left;
	width:800px;
	margin-top: 10px;
	margin-right: 12px;
}
.gallery img{
	display:block;
}
#bio{
	width:330px;
	font:12px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	line-height:1.3em;
	
}

/* sidebar, nav, footer*/

#sidebar{
	width:200px;
	height: 100%;
	padding: 30px;
	position: fixed;
	top: 0px;
	background-image: url(../transparent.png);
}

#sidebar .sub-nav{
	margin-top: 25px;
}

#sidebar .logo-holder{
	width:auto;
	height:120px;
	width=:200px;
	height:auto;
	align:left;
	margin-bottom: 35px;
}

#sidebar ul{
	padding:0;
	list-style:none;
	letter-spacing: .5px;
	font-weight: bold;
}

#sidebar a{
	color: #333;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #F26531;
	text-decoration: none;
}

#sidebar a:hover{
	color: #F26531;
	text-decoration: none;
}

#sidebar li a:visited{
	text-decoration: none;
}

#sidebar li.active a{
	color: #F26531;
}
a, a:focus{
	border:none;
}



h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin:0px;
	padding: 0px;
	border-bottom-color: #333333;
border-bottom-style: dotted;
border-bottom-width: 1px;
	}

#footer{
	width: 200px;
	margin: 25px 0 0 0;
}

/* gallery controls*/

.gallery a.link-prev,
.gallery a.link-next{
	position:absolute;
	z-default:3;
	width:70px;
	height:43px;
	color:#999999;
	top: -25px;
	display: block;
}
.gallery a.link-prev:hover,
.gallery a.link-next:hover{

	color:#000000;
	
}
.gallery a.link-next{
	z-default: 4;
	left: 76px;
}
.gallery p.nav{
	z-default: 5;
	left: 72px;
	position:absolute;
	width:30px;
	height:43px;
	color:#999999;
	top: -36px;
	display: block;
}
≠
