/*************** MAIN ***************/
html, body{
	text-align:center;
	font-family:arial, tahoma, helvetica, georgia, sans-serif;
	height:100%;
	background:#fff;
	font-size: 11px;
}

#bioWrapper{
	background:#fff url(../images/biography/bg.jpg) top left no-repeat;
	width:960px;
	text-align:left;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px;
}

/************ left column ****************/
#leftColumn {width:353px; float:left;}
div#leftColumn {text-indent:-9999px;}

#header h1 a {width:353px;height:351px;display:block;}

#nav {width:223px; margin-left: 66px;}

#paintings {width:157px; height:52px; background:url(../images/paintings_off.png) no-repeat;}
#paintings a {width:157px;height:52px;display:block;}

#sketchbook {width:157px; height:54px; background:url(../images/sketchbook_off.png) no-repeat;}
#sketchbook a {width:157px;height:54px;display:block;}

#biography {width:157px; height:64px; background:url(../images/biography_off.png) no-repeat;}
#biography a {width:157px;height:64px;display:block;}

#contact {width:157px; height:43px; background:url(../images/contact_off.png) no-repeat;}
#contact a {width:157px;height:43px;display:block;}

#home {width:157px; height:45px; background:url(../images/home_off.png) no-repeat;}
#home a {width:157px;height:45px;display:block;}

/************ right column ****************/
#rightColumn {width:607px; margin:60px 0 10px 0; float:left;}

#bioContent{
    width: 600px;
	height: 560px;
	overflow: hidden;
    background-color: #fff;
	display:block; 
	font-family: "Trebuchet MS", tahoma, arial; 
	font-size:12px;
	font-weight:bold;
}

#bioContent h2{
	background: url(../images/biography/bio-clio_h2.gif) no-repeat;
	width:535px;
	height:58px;
	display:block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

/*************** footer ***************/
#footerPush, #footer{height:36px;clear: both;} /* should match wrapper's negative margin for bottom screen sticky*/
#footer{
	font-size:10px;	
	color:#a9a9a9;
	display:block;
}
#footer p, #footer ul{text-align:center;}
#footer ul li{display:inline;}
#footer ul li a{
	display:inline-block;
	padding:0px 4px 0px 4px;
	color:#a9a9a9;
}
#footer ul li a:hover{color:#ef41b7;}

