/* begin GLOBAL styles */
* {
	margin: 0;
	padding: 0;
	visibility:visible;
}
#top {
	visibility: hidden;
	left: 0px;
	top: 0px;
}
body {
 	background-color:#999999;
	text-align:center;
}
img{
	border:none;
}
h1 {
	font-family:Georgia, serif;
	font-size:13pt;
	color:#666666;
	font-weight:normal;
	margin: 0 0 1em 0;
}
h2 {
	font-family:Arial, sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.15em;
	color:#333333;
	margin: 0 0 1em 0;
}
p {
	font-family:Georgia, serif;
	color:#333333;
	font-size:10pt;
	line-height:1.6em;
	margin-bottom:1em;
}
/* begin CONTAINER for narrower bio, index, contact, news pages */
#container{
	width:750px;
	margin: 36px auto 0px auto;
	position:relative;
}
#container p a:link, #container p a:visited, #container h2 a:link, #container h2 a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom:1px #DDDDDD dotted;
}
#container p a:hover, #container h2 a:hover {
	color:#DDDDDD;
	text-decoration:none;
	border-bottom:1px #DDDDDD dotted;
}
#container p a:active, #container h2 a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px #DDDDDD solid;
}
/* begin HEADER div */
#header {
	width:300px;
	margin: 0px auto 36px auto;
	position:relative;
}
#header p, #header p a:link, #header p a:visited {
	font-family:Arial, sans-serif;
	color:#DDDDDD;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:0.15em;
	text-decoration:none;
	border:none;
}
#header p a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
#header p a:active{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
/* begin NAV div */
#nav {
	width:100px;
	height:600px;
	position:relative;
	float:left;
	margin:0 40px 0 0;
	text-align:left;
	}
#nav p, #nav p a:link, #nav p a:visited {
	font-family:Arial, sans-serif;
	color:#DDDDDD;
	font-size:11pt;
	text-transform:uppercase;
	line-height:1.5em;
	letter-spacing:0.15em;
	margin-bottom:1em;
	text-decoration:none;
	border:none;
}
#nav p a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
#nav p a:active{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
/* begin main CONTENT area for text pages */
#content {
	width:600px;
	position:relative;
	float:left;
	text-align:left;
}
/* begin BIO list style */
#content ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding-left: 6.5em;
	text-indent: -1em;
}
#content li{
	font-family:Georgia, serif;
	color:#333333;
	font-size:10.5pt;
	line-height:1.6em;
}
.bio_year{
	float:left;
	clear:none;
	text-indent: -7em;
}
/* begin main CONTENT area for Works Index page */
#content_works_index {
	width:600px;
	position:relative;
	float:left;
}
#content_works_index_module {
	width:252px;
	position:relative;
	float:left;
	margin: 0px 20px 20px 20px;
}
/* module2 for third module: centered */
#content_works_index_module2 {
	width:252px;
	position:relative;
	float:left;
	margin: 0px 0px 20px 166px;
}
#content_works_index_module img, #content_works_index_module2 img {
	margin-bottom: 10px;
}
/* begin main CONTENT area for work section */
#content_work {
	width:600px;
	height:500px;
	position1:relative;
	float:left;
	text-align:left;
}
#content_work img{
	margin-bottom:10px;
}
/* begin CONTENT area for work section, thumbnails*/
#content_work_thumbs {
	width:610px;
	position:relative;
	float:left;
	text-align:left;
	margin: 18px 0 0 0;
}
#content_work_thumbs img {
	margin:0px 5px 5px 0px;
	border:none;
}


