* { /* This applies to every element, id and class that follows, including text in headings and paragraphs */
	margin: 0;
	padding: 0;
	}

body {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FEFEFE;
}

img { 
	border: 0; /* all images have border removed */
}

p {
	text-align: justify;
	color: #050202;
	line-height: 140%;	
}

a { 
	color: #050202;
}

/*Classes*/

.loading {
	display: none;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
}

.photocreditsmall {
font-size: 9px;
}

p.printleft {
}
	
.title1 {
font-family: "Palatino Linotype", "Times New Roman", "serif";
font-size: 18px;
font-weight: bold;
text-align: justify;
color: #050202;
}

.title2 {
font-family: "Palatino Linotype", "Times New Roman", "serif";
font-size: 16px;
font-weight: bold;
text-align: justify;
color: #050202;
}

.title3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: justify;
color: #050202;
}

/*ID's*/

#container { 
	margin: 10px auto; /* container determines the automatic margins rather than the body tag */
	width: 760px;
}

#header {
	width: 760px;
	height: 50px;
	padding: 5px 0;
	border-bottom: #050202;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

	#header #headerleft {
	margin-top: 35px;
	margin-left: 3px;
	float: left
	}
	
	#header #headerright {
	margin-top: 21px;
	float: right
	}


#main { 
	margin: 20px 0; /* defines the space between #header and #main */
	width: 760 px;
	background-image: url(img.png);
	background-repeat: repeat-y;
	background-position: top left;
}

* html #main form fieldset {
	padding-bottom: 7px;
}

#main form label {
	color: #050202;
}

#main form label.rigid {
	padding-right: 15px;
	display: inline;
	float: left;
	width: 60px;
	text-align: left;
}

#main form div.input input.inputText, #main form div.input textarea.inputText {
	width: 250px;
}

#main form div.input input, #main form div.input textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #050202;
}

span.required {
	margin: 0 5px;
}

#main form div.submit {
	padding-top: 10px;
/*	padding-left: 85px;
*/}

#navigation {
	float: left;
	width: 120px;
}
	
		#navigation ul {
			text-align: right;
			list-style-type: none;
			margin-top: 5px;
		}

#bodycontent { 
	float: right; 
	width: 640px;
	min-height: 400px;
}
		
		#bodycontent a{ 
		color: #050202;
		}
		
	#bodytext {
		float: left;
		margin: 0 10px;
		width: 420px;
	}
		
	#bodytext table {
	width: 100%;
	margin-top: 10px;
	color: #050202;
	}
			
			
			#bodytext table td{
				padding-left: 0;
				padding-right: 4px;
				padding-bottom: 4px;
				padding-top: 4px;
			}
			
			#bodytext table#exhibitions{
				width: 100%;
				margin-top: 10px;
				padding: 0;
			}
			
			#bodytext table p{
			text-align: left;
			}


#artistsbody img {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

#columnright {
float: right;
width: 180px;
	}
		
		#columnright p {
		text-align: right;
		}
			

#footer {
padding: 5px 0; /* Means top & bottom 5 and right & left 0 */
width: 760px;
height: 20px;
border-top: #050202;
border-top-width: 2px;
border-top-style: solid;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #050202;
}
		#footer a {
		color: #050202;
		text-decoration: none;
		}
		
		#footer #footerleft {
		float: left;
		}

		#footer #footerright {
		float: right;
		}

		




