html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	font-size: 11px;
	line-height: 18px;
	color: #d7d7d7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #776f6d;
}
a:hover {
	color: #e61100;
}
img, img a:link {
	border: 0;
}

h1 {
	background: url(../images/header_title.png) no-repeat;
	text-indent: -9999px;
}

h2 {
	text-indent: -9999px;
	margin: 0; padding: 0; line-height: 16px;
}


a.bio h2 { background: url(../images/navi_bio_off.png) no-repeat; }
a.gal h2 { background: url(../images/navi_gal_off.png) no-repeat; }
a.con h2 { background: url(../images/navi_con_off.png) no-repeat; }

a.bio:hover h2 { background: url(../images/navi_bio_on.png) no-repeat; }
a.gal:hover h2 { background: url(../images/navi_gal_on.png) no-repeat; }
a.con:hover h2 { background: url(../images/navi_con_on.png) no-repeat; }


h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #776f6d;
	letter-spacing: normal;
	text-transform: none;
	line-height: 18px;
}

#holder {
	margin: 0 auto;
	width: 760px;
}

#holderHome {
	width: 760px;
	margin: 150px auto;
}


#heder {
	background-color: #f5f5f5;
	width: 608px;
	height: 76px;
	/* margin: 0 auto 0 auto; */
	padding: 76px;
	font-family: Didot, Bodoni, Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 30px;
}

#heder h1, #heder h1 a:link {
	font-size: 34px;
	color: #e61100;
	padding: 0;
	margin: 0;
	/* border: 1px dotted #f00; */
}

#navi {
	/* border: 1px dotted #f00;  */
	
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	list-style-type: none;
	font-size: 24px;
	display: inline;
}
#content {
	/* margin: 0 auto 0 auto; */
	width: 760px;
	padding: 0;
	/* border: 1px dotted #f00; */
}

#content ul {
	margin: 0 0 76px 0;
	padding: 0;
	/* border: 1px dotted #f00; */
}

#content li {
	list-style-image: none;
	width: 148px;
	height: 148px;
	border: 1px solid #ddd;
	padding:2px;
	margin: 76px 0 0 76px;
	float: left;
	display: inline;
	text-align: center;
	text-transform: uppercase;
}

br#content {
	margin: 20px 0 0 0;
}

#bioPhoto {
	width: 148px;
	height: 148px;
	float: left;
	margin: 76px 0 0 76px;
	border: 1px solid #ddd;
	padding:2px;
}
#bioTxt {
	float: left;
	margin: 76px 76px 0 10px;
	padding: 0 0 76px 0;
	width: 406px;
	color: #7f7e7e;
}

#bioTxt strong {
	font-weight: normal;
	color: #000;
}

#bioTxt a:link {
	color: #666;
}

#bioTxt a:hover {
	color: #e61100;
}

/* this is for lightwindow, apparently */
a.page-options
{
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, a.page-options:focus
{
	color: #fff; 
	background: #09F;
}		
.hidden
{
	display : none;
}

#pied {
	width: 608px;
	height: 30px;
	padding: 76px;
	text-align: center;
	clear: both;
	/* border: 1px solid red; */
}

#contact {
	text-align: center;
	padding: 76px;
}
