/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cecece;
}
html, body {
	min-height: 580px;
	min-width: 850px;
	height: 100%;
	background: url(../assets/background2.jpg) repeat-y top center #000000;
	margin: 0px;
}
p{
	margin: 0px;
	margin-bottom: 5px;	
	line-height: 1.5em;
	text-shadow: 1px 1px 5px #000;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f9e5ac;
	text-shadow: 1px 1px 5px #000;
	margin: 0px 0 4px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-family: Futura, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
ul{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
li{
	margin-bottom: 3px;
}
#footer{
	clear: both;
	display: block;
	margin-top: 35px;
}
#footer, #footer a{
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5em;
}
#footer img{
	margin: 8px;
	vertical-align: top;
}
#homeDiv{
	width: 630px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -315px;
	margin-top: -290px;
}
#bodyDiv{
	background: url(../assets/interior_header850.jpg) top center no-repeat; 
	width: 850px; 
	margin: auto;
	padding-top: 15px;
}
a.artists{
	color: #FFFFFF; 
	font: bold 16px Georgia, 'Times New Roman', Times, serif;
	text-decoration: none;
}
.buildingImages{
	margin: 5px;
}

