@charset "UTF-8";
/* CSS Document */
/* Stylesheet Current */

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	width: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #545454;
	color: #FFFFFF;
}

#wrapper {
	min-height: 95%;
	border: 0;
	position: relative;
	padding-bottom: 0px;
}

#announce {
	text-align: center;
	padding-top: 5px;
	position: relative;
	display: block;
}

#bottom {
	text-align: center;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#flashcontent { 
	height: 82%;
}

#footer {
	width: 95%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#footer-font {
	width: 95%;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: right;
	bottom: 0px;
}

#header {
	text-align: left;
	padding: 8px;
}

#links {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6666FF;
	font-style: italic;
}
/*
#links ul {
	float: left;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

.clear {
	clear: both;
	height: 10px;
}

#links ul .item {
	display: none;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

#links ul:hover .item {
	display: block;
	background: #3D2B18;
	padding: 1px;
}
*/

#slideshow {
	height: 440px;
	text-align: center;
	vertical-align: middle;
}

#text {
	padding: 10px;
}

#paper-left {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 20px;
	margin-left: -20px;
	padding-top: 20px;
}

#paper-center {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0px 20px;
	padding-top: 20px;
}

#paper-right {
	width: 30%;
	float: right;
	text-align: left;
	padding-top: 20px;
}

#paintings-left {
	width: 45%;
	float: left;
	text-align: right;
	margin-right: 20px;
	margin-left: -20px;
	padding-top: 20px;
}

#paintings-right {
	width: 45%;
	float: right;
	text-align: left;
	padding-top: 20px;
}

#preload {
	display: none;
}

#splash {
	padding: 20px 10px 10px 10px;
	text-align: center;
}

td.links {
	padding: 10px;
}

img {
	padding: 5px;
	border: 0px;
}

a:link {
	color: #6666FF;
	text-decoration: none;
}

a:visited {
	color: #6666FF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

/*a.nav:link {
	color: #908C75;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #908C75;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: BE382C;
}*/
