/* CSS Document */
/*Styles for grey page*/

body {
	background-color:#fff;
	color:#333;
}
a:link {
	outline:none;
	color:#333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#FFCF30;
}
a:active {
	color:#FFFFFF;
}
#title {
	background:url(../art/name.gif) no-repeat;
}
/*nav rollover classes*/
#nav {
	list-style-type:none;
	margin:0;
	padding:0;
	/*font-size:14px;*/
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
}
#nav a {
	color:#666;
}
#nav a:hover {
	color:#333;
}
#categories a {
	text-decoration:none;
	color:#999;
}
#categories a:hover {
	color:#333;
}
#textlink {
	
	background:url(../art/info.gif) no-repeat;
	
}

#leftarrow {

	background:url(../art/larrow.gif) no-repeat;
	background-position:-60px 0;
}
#rightarrow {
	
	background:url(../art/rarrow.gif) no-repeat;
	background-position:-60px 0;
}
#larrowLink {
	background:url(../art/larrow.gif) no-repeat;
}
#rarrowLink {
	background:url(../art/rarrow.gif) no-repeat;
	}

h4#education {
	background:url(../art/education.gif) no-repeat;
}
h4#publications {
	background:url(../art/publications.gif) no-repeat;
}
h4#exhibitions {
	background:url(../art/exhibitions.gif) no-repeat;
}
h4#bio {
	background:url(../art/biography.gif) no-repeat;
	}
#contact_wrapper {
	background:url(../images/textback2.jpg) no-repeat;
}
#con_details a {
	color:#fff;
	}
	#con_details a:hover {
	color:#FFD930;
	}
#terms {
	color:#FFFFFF;
}
#mycaption {
	color:#FFFFFF;
}
#textwrapper { 
	
	color:#CCCCCC;
}