@charset "utf-8";
body	{
	background-color:#361900;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}
h1	{
	font-family: "Courier New", Courier, monospace;
	color: #3A4743;
	font-size: 20px;
	
}
#centrestripe	{
	background-image:url(images/indexmidstripe.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	width:100%;
	height:601px;
	position: absolute;
	
}

#mainContent	{
	width:950px;
}
#mainContent2	{
	background-image:url(images/maincontentbg.gif);
	background-repeat:repeat-y;
	padding-left: 35px;
	padding-right: 35px;
}
#shadowstart	{
	background-image:url(images/shadowstart.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 950px;
}
#floatleft	{
	float:left;
}
#floatright	{
	float:right;
}
#menubar	{
	display:inline;
	float:right;
}
#paintings	{
	width: 280px;

}
#header1	{
	height:159px;
	background:url(images/headergraphic.jpg) repeat-x;
}
#header2	{
	width:900px;
}
#footer	{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 59px;
	padding-top: 50px;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width:100%;
	height: 510px;
	margin-top: -255px; /* half the height */
	margin-left:-50%;
}		
.style1 {font-family: Arial, Helvetica, sans-serif}
a:link {
}

.style2 {font-size: 16px}
.style4 {font-size: 12px}
.style5 {
	color: #455879;
	font-weight: bold;}
	
a:link {
	font-weight: bold;
	color: #455879;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #361900;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

