html {
	font-size: 16px;
	height: 100%;
	margin-bottom: 1px; 
	/* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, span {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0.5em 0px 0.8em;
	padding: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border-width: 0px;
	border-style: none;	
}
.listing {
	margin-top: 0px;
}

.listing a, .listing a:visited {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 1px;
}
.listing a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FDD800;
	color: #000;
	padding-bottom: 1px;
}

#wrapper {
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#menu {
	width: 150px;
	float: left;
}
.mlev1 {
	padding-bottom: 5px;
	padding-top: 5px;
}
#menu div {
	margin-bottom: 5px;
}
#logo {
	margin-bottom: 15px;
}
.mactive {
	border-bottom: 3px solid #FDD800;
}
#rightCol{
	padding-top: 0px;
	padding-left: 40px;
}
#rightArtistCol{
	padding-top: 25px;
	padding-left: 40px;
}
#footer {
	color: #ccc;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 190px;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer a, #footer a:visited  {
	color: #ccc;
}


.caption h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
p .captionTxt {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


/***** moo accordion *****/

.display {
	margin: 2px 0px 0px;
	padding: 4px 0px 0px;
	width: 638px;
	height: 21px;
	display: block;
}
a.newtype {
	width: 630px;
	margin: 2px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #616161;
	text-transform: uppercase;
	padding: 8px 0px 0 8px;
}
a:link.display, a:visited.display {
	border: 1px solid #D4D4D4;
}
stretcherTd {
	padding-right: 10px;
	padding-left: 10px;
}

.stretcher {
	width: 640px;
	background: #F0F0F0;
	font-size: 10px;
}
.stretcher p {
	padding-left: 10px;
	padding-right: 10px;
}
.stretcher p a {
	text-decoration: underline;
}


/***** bio *****/

.stretcher .bio  {
	padding: 10px 0px 0px 0px;
}
.stretcher .bio h1 {
	font: normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 80px;
	float: left;
	color: #A8A8A8;
}
.stretcher .bio h2 {
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
.stretcher .bio p, .stretcher .bio span {
	margin: 0px 0px 0px 85px;
	padding: 0px 10px 4px 10px;
	line-height: 16px;
	display:block;
}
.lastBio {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	display:block;
}
#startmenu {
	margin-top: 30px;
	margin-bottom: 30px;
}
#startmenu img {
	float: left;
}
#startmenu .starton {
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
h2 {
	font: bold 1.3em/1.7em Arial, Helvetica, sans-serif;
}
.projectTable td {
	background: #F0F0F0;
}
.stretcher img {
	margin-top: 4px;
}

/***** publications *****/

.pubItem {
	background: #F0F0F0;
	height: 221px;
	width: 185px;
	text-align: center;
	float: left;
	padding: 10px 10px 5px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.pubItem p {
	font-size: 1em;
	line-height: 13px;
}
.artistLink {
	margin-top: 40px;
	text-align: center;
}
.artistLink a, .artistLink a:visited {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding-bottom: 1px;
}
.artistLink a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FDD800;
	color: #000;
	padding-bottom: 1px;
}

/***** news *****/

#newstable td {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #CCCCCC;
}
.pubTable {
}
.pubTable td {
	width: 33%;
	background: #F0F0F0;
	margin-right: 1px;
	margin-bottom: 1px;
	vertical-align: top;
	text-align: center;
	padding: 10px 10px 5px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
.pubTable p {
	font-size: 1em;
}
