body {
	margin:0; padding:0;
	background-image:url(assets/logo_corner.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px; color:#000000; 

}
#wrapper {
  width:100%;
}
	#menu {
		width:100%;
		margin-top:5px;
		margin-bottom:30px;
		text-align:center;
	}
		#artworknav {
			width:100%;
			text-align:center;
			margin-bottom:15px;
		}
		#controlsWrapper {
			width:100%;
			text-align:center;
			margin-bottom:10px;
		}
		a:link, a:visited {
			font-family:Arial, Helvetica, sans-serif;
  			font-size:11px; color:#000000;
			text-decoration:none; border-bottom: 0;
		}
		a:hover, a:active {
			font-family:Arial, Helvetica, sans-serif;
  			font-size:11px; color:#E20A16;
			text-decoration:none; border-bottom: thin dotted #E20A16;
		}
		
		a.galleryNav:link, a.galleryNav:visited {
			font-family:Arial, Helvetica, sans-serif;
  			font-size:10px; line-height:10px; color:#999999;
			text-decoration:none; border:none;
		}
		a.galleryNav:hover, a.galleryNav:active {
			font-family:Arial, Helvetica, sans-serif;
  			font-size:10px; line-height:10px; color:#E20A16;
			text-decoration:none; border-bottom: thin dotted #E20A16;
		}
		
		
		
		
		
	#artworkWrapper {
		width:100%;
		margin-bottom:40px;
		text-align:center;
	}
		.artworkImg { 
			border:3px solid #FFFFFF;
		}
	#artistInfo {
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
		td.artistName {
			font-weight:bold;
  			border: 1px solid black;
		}
		td.artistText {
  			border: 1px solid black;
  			border-left: none;
		}
		td.artistTextItal {
			font-style:italic;
  			border: 1px solid black;
  			border-left: none;

		}
	#resources {
		width:100%;
		margin-bottom:10px;
		text-align:center;	
	}
	
.plainText {
	font-weight: normal;
	font-style: normal;
}
