		
		/* Do not change (except font-family): */
		body {
			margin: 0px;
			text-align: center;
			/* Set general body font */
			font-family: helvetica, arial, sans-serif;
			}
		#content {
			width:750px;
			text-align: left;
			margin: auto;
			margin-right: auto;
			margin-left: auto; 	
			}
		/* ------------------------------- */
		
		
		#menu {
			margin-bottom:40px;
		}
		#aboutcontent {
			/* Set general body font size */
			font-size: 12px;
			padding: 0px 30px 0px 30px;
		}
		#indexcontent {
			height:236px;
			text-align: left;
			/* Set home page exhibition div background colour */
			background-color: #8d2019;
			margin:0px;
			padding:0px;
		}
		#mainexhibit {
			height:236px;
			display:block;
			float:left;
			padding-right:20px;
		}
		img.about {
			margin: 0px 0px 0px 40px;
		}
		img.padright {
			margin: 0px 10px 0px 0px;
		}
		img.padleft {
			margin: 0px 0px 0px 40px;
		}
		img.thumb {
			float:left;	
			margin: 0px 20px 0px 0px;	
			padding: 0px;			
		}
		img.moreartwork{
		
			margin: 0px 0px 10px 0px;		
		}
		#clear {
			clear:both;
		}
		.exhib{
			float:right;
			margin: 0px 0px 15px 30px;		
		}
		
		.artworks{
			text-align:center;
			width:136px;
		}
		.arttab {
			float:left;
			width:160px;
			padding-bottom:20px;
		}
		a {
			text-decoration:none;
		}
		p {
			font-size:11px;
		}

		p.date {
			/* For exhibition listings pages - Set date font size - you could specify a different colour here as well */
			font-size:12px;			
			margin:0px 0px 12px 0px;
		}
		p.artist {
			/* For exhibition listings pages - Set artist name font size, colour and weight */
			font-size:16px;
			font-weight:bold;		
			margin:0px 0px 3px 0px;
			color: #555556;
		}
		p.artistmain {
			/* For artist's main exhibition page - Set artist name font size, colour and weight */
			text-align:left;
			font-size:16px;
			font-weight:bold;		
			margin:0px 0px 3px 12px;
			color: #555556;
		}
		p.artist a{
			color: #555556;
		}
		p.artist a:hover{
			/* set hover colour for artist link on exhibiton listings page */
			color: #9f9e9e;
		}
		p.exhibition {	
			/* For exhibition listings pages - Set exhibition name font size, colour and weight */
			font-size:14px;		
			margin:0px;
			padding:0px;
		}
		p.back {
			/* For artworks pages - Set 'back' font size, colour and weight */
			text-align:left;
			font-size:11px;
			font-weight:bold;
			color: #555556;
			margin:0px 0px 3px 12px;
		}
		
		#aboutcontent td{
			font-size:12px;
		}
		#aboutcontent h2{
			/* specifies h2 font for Contact page */
			font-size:11px;
			font-weight:bold;
			color: #555556;
		}
		#aboutcontent a{
			color:#555556;
		}
		#aboutcontent a:hover{
			color: #9f9e9e;
		}
		#rowcurr p.artist a{
			color: #ffffff;
		}
		#rowcurr p.artist a:hover{
			/* specifies artist name rollover colour on current exhibition page */
			color: #9f9e9e;
		}
		
		/* ROW COLOURS */
		#rowcurr{
			margin: 0px;
			color: #ffffff;
			padding: 20px 20px 20px 20px;
			/* specifies current exhibition page row colour */
			background-color:#4e5050;
		}
		#rowgry{
			/* specifies 'grey' row colour */
			color: #555556;
			padding: 20px 20px 20px 20px;
			background-color:#ececec;
		}
		#rowwht{
			padding: 20px 20px 20px 20px;
			color: #555556;
		}
		#rowmain{
			/* specifies row colour on artist's main page*/
			padding: 20px 20px 20px 20px;
			background-color:#ececec;
		}
		#rowartworks{
			/* specifies row colour on artworks page*/
			text-align:center;
			padding: 20px 20px 20px 20px;
			background-color:#ececec;
		}
		
		/* HOME PAGE FONTS */
		/* The following specify font colors and sizes for home page*/
		#homecopy {
			padding-top:30px;	
			color: #ffffff;	
		}
		#homecopy h2 {
			font-size: 18px;			
			padding: 0px 0px 20px 0px;
			margin:0px;
		}
		#homecopy h3 {
			font-size: 15px;
			padding: 0px 0px 5px 0px;
			margin:0px;
		}
		#homecopy  a {
			color: #ffffff;	
		}
		#homecopy h4 {
			font-size: 15px;
			font-weight: normal;
			padding: 0px 0px 5px 0px;
			margin:0px;
		}
		#homecopy h5 {
			font-size: 12px;
			font-weight: normal;
			padding: 0px 0px 15px 0px;
			margin:0px;
		}
		
		/* sets margin amount between footer and content */
		#footer {
			margin-top: 40px;
		}