﻿#Banner {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	height: 100px;
}
#Container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 675px;
	background-color: #000000;
}
#NavTop {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 25px;
	position: relative;
	color: #B9ACEE;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#SplashContainer {
	background-color: #000000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 600px;
}
#PaintingContainer {
	margin-left: 20px;
	width: 600px;
	height: 400px;
	background-color: #000000;
	color: #B9ACEE;
	margin-top: 20px;
	position: absolute;
}
#Back li {
	text-decoration: none;
	color: #B9ACEE;
	background-color: #000000;
	position: relative;
	margin-left: 10px;
}
#BackContainer {
	color: #B9ACEE;
	background-color: #000000;
	margin-left: 10px;
	position: absolute;
	width: 100px;
	height: 23px;
	margin-top: 1px;
	z-index: 3;
}
#Back a {
	color: #B9ACEE;
	background-color: #000000;
	text-decoration: none;
}
#NavTop a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #B9ACEE;
	text-decoration: none;
}
#NavTop a:hover {
	color: #FFFF00;
}
#ExternalLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #B9ACEE;
}
