/* CSS Document */

body {
background-color: #C8CACC;
	margin: 0;
	padding: 25px;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:medium;
}

a {text-align:center;
font-family:Arial, sans-serif;
font-size:45px;
text-decoration: none;
font-weight:bold;
color:#008F4C;
}

a:hover {color: #99CA3C;}

.hidden {
	display: none;
}


#page-container { 
width: 900px;
margin: auto;
}



/* Begin Navigation */

#nav { height: 40px; 
background-color: #E7E7E8;
}

#nav dl { margin: 0; padding: 0;
}

/* IE5 Mac Hack \*/ 
#nav { padding-left: 10px; } 
/*/ 
#nav { padding-left: 10px; overflow: hidden; } 
/* End Hack */

#nav dt { float: left; }

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:40px; /* IE 5/Win hack */ 
	padding: 40px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt a:hover {
	background-position: 0 -40px;
}

#nav dt#home,
#nav dt#home a {width: 77px; background-image:url(../images/nav_home.gif); }

#nav dt#illustration,
#nav dt#illustration a {width: 173px; background-image: url(../images/nav_illus.gif); }

#nav dt#art,
#nav dt#art a {width: 117px; background-image: url(../images/nav_art.gif); }

#nav dt#features,
#nav dt#features a {width: 125px; background-image: url(../images/nav_features.gif); }

#nav dt#other,
#nav dt#other a {width: 163px; background-image: url(../images/nav_other.gif); }

#nav dt#graf,
#nav dt#graf a {width: 69px; background-image: url(../images/nav_graf.gif); }

#nav dt#bio,
#nav dt#bio a {width: 53px; background-image: url(../images/nav_bio.gif); }

#nav dt#contact,
#nav dt#contact a {width: 102px; background-image: url(../images/nav_contact.gif); }


body.home dt#home,
body.home dt#home a,
body.illustration dt#illustration,
body.illustration dt#illustration a,
body.art dt#art,
body.art dt#art a,
body.features dt#features,
body.features dt#features a,
body.other dt#other,
body.other dt#other a,
body.graf dt#graf,
body.graf dt#graf a,
body.bio dt#bio,
body.bio dt#bio a
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -80px;
}



/* Begin Thumbs */

#text {background-image:url(../images/bkgrnds/bkgrnd7.gif); float:left; width: 900px; height: 600px;}



/* Begin Footer */

#footer {
clear:both;
position:relative;
top: 3px;
background-color: #C8CACC;
text-align: left;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: x-small;
color: #333333;

}

#footer a {
font-size: x-small;
text-decoration: none;
font-weight:bold;

color:#333333;
}

#footer a:hover {color: #99CA3C;}