body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-bottom: 1.25em;
	margin-top: 0em;
	line-height: 1.25em;
}

a {
	color: #2E4384;
}
a:hover {
	text-decoration: none;
	color: #000;
}
li {
	margin: 1em 0em;
}

div#header {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 132px;
	width: 560px;
	margin: 0px auto;
}
div#header h1 {
	display: none;
	margin: 0px;
}
div#header2 {
	background-image: url(images/McLauchlin.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 560px;
	margin: 0px auto;
}
div#header2 h1 {
	display: none;
	margin: 0px;
}

div#homeImage {
	background-image: url(images/homepage.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-position: top center;
}
div#homeImage p {
	margin-left: -20000px;
}
div#contentArea {
	width: 760px;
	margin: 0px auto;
}
div#contentArea h2 {
	padding: 0px 100px;
	color: #5263B1;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 0px;
}

div#contentArea div.column{
	width: 315px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
	font-size: 12px;
	margin-bottom: 20px;
}
div#contentArea div.column h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
}
table#paintings td {
	vertical-align: top;
	text-align: center;
}
table#paintings img {
	display: inline;
	margin: 2px 2px;
	border: none;
}




div.menu {
	text-align: center;
	margin: 10px auto;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	clear: both;
	width: 760px;
	color: #5B6CC6;
}
div.menu a {
	margin: 0px 20px;
	color: #485AA4;
	letter-spacing: 1px;
	text-decoration: none;
}
div.menu a:hover {
	color: #333333;
	text-decoration: none;
}
div.menu a.selected {
	font-weight: bold;
	color: #5064AB;
}

.hidden {
	display: none;
}
div#copyright {
	font-size: 10px;
	color: #999999;
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
div#copyright a{
	color:#777777;
}
div#ImageDisplay {
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	height: 370px;
	display: block;
}
