#home-section a#home,
#paintings-section a#paintings,
#drawings-section a#drawings,
#sculpt-section a#sculpt,
#resume-section a#resume,
#statement-section a#statement,
#contact-section a#contact

{
	color: #003366;
	font-weight: bold;
}

a: {
	color: #666666;
	text-decoration: none;
	
}
.statement {
	text-align: justify;
	padding-right: 15px;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
.otherpadding {
	padding-right: 10px;
	padding-left: 11px;
}

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

a:active {
	text-decoration: none;
	color: #666666;
}

.biopadding {
	padding-left: 15px;
}

.header {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: -10px;
	bottom: -10px;
	position: relative;
	vertical-align: bottom;
}



.topbg {
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 43px;
	width: 900px;
}
.bottombg {
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 900px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
}

.leftborder {
	background-image: url(images/left_border_shadow.gif);
	background-position: right;
	width: 41px;
}
.exhibitpad {
	text-align: left;
	padding-right: 10px;
}

.rtborder {
	background-image: url(images/rt_border_shadow.gif);
	width: 41px;
	background-position: left;
}


.contentarea {
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 818px;
	height: 100%;
}

.contenttext {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.topline {border-top-style:solid; border-top-width:1; border-top-color:#003366;}
.bottomline {
	border-bottom-style:solid;
	border-bottom-width:1;
	border-bottom-color: #003366;
}

td#toplinks a:link {color: #666;	text-decoration: none;}
td#toplinks a:active {color: #666; text-decoration: none;}
td#toplinks a:visited {color: #666; text-decoration: none;}
td#toplinks a:hover {color: #999999; text-decoration: underline;}