* { /* This applies to every element, id and class that follows, including text in headings and paragraphs */
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	color: #655445;
	line-height: 140%;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FBF3DE;
}

a {
	color: #655445;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
}

p.printright {
	text-align: right;
}

.title1 {
	font-family: "Palatino Linotype", "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	color: #655445;
	margin-bottom: 0px;
}

.title2 {
	font-family: "Palatino Linotype", "Times New Roman", "serif";
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	color: #655445;
	margin-bottom: 0px;
}

.title3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: justify;
color: #655445;
}

h1 {
	font-family: "Palatino Linotype", "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	color: #655445;
	margin-bottom: 0px;
}

h2 {
	font-family: "Palatino Linotype", "Times New Roman", "serif";
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	color: #655445;
	margin-bottom: 0px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: justify;
color: #655445;
}


.smalltext {
	font-size:9px;
}

#container { 
	margin: 10px auto; /* container determines the automatic margins rather than the body tag */
	width: 760px;
}

#header {
	width: 760px;
	height: 70px;
	padding: 5px 0;
	border-bottom: #655445;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#navigation {
float: left;
}

	#header #headerleft {
	margin-top: 55px;
	margin-left: 3px;
	float: left
	}
	
	#header #headerright {
	margin-top: 41px;
	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;
}

	#galleryindex {
		float: left;
		width: 140px;
	}
	
			#galleryindex ul li{
				text-align: center;
				list-style-type: none;
				padding-bottom: 10px;
				color: #655445;
			}
			
			

	#gallerybody {
	float: right;
	width: 580px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20 px;
	}
	
		#gallerybody table {
			width: 100%;
			margin-top: 10px;
			color: #655445;
		}
		
/*	#gallerybody h1{
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	}*/
	
/*	#gallerybody h2{
	font-size: 16px;
	font-style:italic;
	text-align: left;
	margin-bottom: 10px;
	}*/
	
	#gallerybody h3{
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
	}
	
	#gallerybody p img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

	
	#exhibitionintro {
	text-align:justify;
	color: #655445;
	}
		

	#footer {
	padding: 5px 0; /* Means top & bottom 5 and right & left 0 */
	width: 760px;
	height: 20px;
	border-top: #655445;
	border-top-width: 2px;
	border-top-style: solid;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #655445;
	}
		#footer a {
		color: #655445;
		text-decoration: none;
		}
		
		#footer #footerleft {
		float: left;
		}

		#footer #footerright {
		float: right;
		}

