body{
	font: 12px arial;
	color: #565555;
	background-color: #fff;
	
}

a:link {
	text-decoration: none;
	color: black;
	outline: none;
}

a:hover {
	color: #EDD000;
	text-decoration: none;
	outline: none;
}

a:active {
    outline: none;
}

a:visited {
outline: none;
   }	

h1 {
	font: bold 28px arial;
	color: black;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0px;
	padding-bottom: 20px;
	
}

p {
	padding-bottom: 12px;
	line-height: 19px;
}

#container {
	width: 715px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#main {
	margin: 0 auto;
	overflow: hidden;
	width: 715px;
	background-color: #fff;
}

#header {
	position: relative;
	width: 715px;
	float: left;
	height: 40px;
	padding-bottom: 10px;
}

#header img {
	display: block;
	float: left;
}

#header ul {
	position: absolute;
	left: 215px;
	top: 7px;
	list-style: none;
	float: left;
	
}

#header li {
	list-style: none;
	float: left;
	display: block;
	padding-right: 25px;
}

#header a {
	float: left;
	background-position: 0px 0px;
	height: 13px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	
}

#header a:hover {
	background-position: 0px -13px;
}

#header a.current {
	background-position: 0px -13px;
}

#paintings a {
	background-image: url(images/paintings.jpg);
	width: 68px;
}

#about a {
	background-image: url(images/about.jpg);
	width: 44px;
}

#gallery a {
	background-image: url(images/gallery.jpg);
	width: 57px;
}

#artistInfo a {
	background-image: url(images/artist.jpg);
	width: 79px;
}

#exhibition a {
	background-image: url(images/exhibition.jpg);
	width: 71px;
}

#imageGallery {
	padding-top: 5px;
	float: left;
	
}

#footer {
	float: left;
	margin-top: 10px;
	border-top: 1px solid #EBEAEA;
	width: 500px;
	padding-top: 10px;
	color: #BFBFBF;
	margin-top: 30px;
	padding-left: 215px;
}

#leftNav {
	padding-top: 6px;
	width: 191px;
	float: left;
}

#leftNav a {
	font-weight: bold;
	color: black;
	text-decoration: none;
} 

#leftNav a:hover, #leftNav a.selected {
	color: #EDD000;
}

#leftNav li {
	height: 23px;
	margin-bottom: 10px;
	border-top: 1px solid #EBEAEA;
	border-bottom: 1px solid #EBEAEA;
	display: block;
	width: 191px;
	padding-top: 7px;
}



#contentBox {
	float: right;
	width: 500px;
	padding-bottom: 0px;
	
}

.question {
	color: black;
	font: bold 12px arial;
	padding-top: 17px;
	line-height: 18px;
	
}

.questionNoPad {
	color: black;
	font: bold 12px arial;
	padding-top: 0px;
	line-height: 19px;
	
}

.doublePad {
	padding-top: 10px;
}

.essay {
	color: #063868;
}

.essayAuthor {
	color: #063868;
	font-weight: bold;
}

.essayTitle {
	color: #063868;
}

.name {
	font-weight: bold;
	color: black;
}

a.underline {
	text-decoration: underline;
}

.bottomSpace {
	padding-bottom: 20px;
}

.indent {
	padding-left: 7px;
}

.exhibTitle {
	color: #BFBFBF;
}

#exhibitionList a {
	font-size: 20px;
	color: black;
}

#exhibitionList a:hover {
	color: #EDD000;
}

#exhibitionList li {
	padding-bottom: 10px;
}

#exhibitionList .moreInfo {
	font-size: 12px;
	color: #B3B3B3;
}

#text1, #text2, #text3 {
	font: 12px arial;
	color: #b2b2b2;
	left: -200px;
	width: 190px;
}	 

#text1 {
	position: absolute;
	top: 674px;
	text-align: right;
	
}

#text2 {
	position: absolute;
	top: 374px;
	text-align: right;
	
}

#text3 {
	position: absolute;
	top: 73px;
	text-align: right;
	
}	





