@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(_images/canvastileIvory.gif);
	background-repeat: repeat;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(_images/canvastileIvory.gif);
	background-repeat: repeat;
}
#masthead {
	background-image: url(_images/mastheadGreen.jpg);
	background-repeat: no-repeat;
	height: 112px;
	background-position: center top;
	background-attachment: scroll;
}
#masthead h1 {
	display: none;
}
#mainMenu {
	padding: 0px;
	margin: 0px;
}
#mainMenu   a:link   {
	color: #1C4E37;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 25px;
}
#mainMenu a:visited {
	color: #6A8581;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 25px;
}
#mainMenu  a:hover   {
	font-style: italic;
	color: #FFFFCC;
}
#mainMenu a:active {
	color: #FF9900;
}
#mainMenu .home {
	background-image: url(_images/homeMenu.jpg);
	background-repeat: no-repeat;
	height: 70px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-position: center bottom;
}
#mainMenu  .about {
	background-image: url(_images/aboutMenu.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainMenu  .paintings {
	background-image: url(_images/paintingsMenu.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainMenu .exhibits {
	background-image: url(_images/exhibitsMenu.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainMenu  .contact {
	background-image: url(_images/contactMenu.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.thisPage {
	color: #1C4E37;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 25px;
	background-image: url(_images/thisPage.jpg);
	background-repeat: no-repeat;
	height: 70px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-position: center bottom;
	font-style: italic;
}
#content a:link, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C4E37;
	font-size: 19px;
	text-align: center;
	padding-right: 16px;
	padding-left: 16px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#content a:hover, #content a:active {
	color: #FFFFCC;
	font-size: 19px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C4E37;
	letter-spacing: 3pt;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 12px;
	clear: both;
}
