@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; 
	padding: 0;
	text-align: center; 	
	color: #000000;
	background-image: url(images/body_bg.gif);
}

a {
	color: lightyellow;
	text-decoration: none;
}

a:hover {
	color: maroon;
}

.sts_style #container {
	width: 46em;  
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sts_style #header { 
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 0 10px 0 20px;  
	height: 100px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.sts_style #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sts_style #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	height: 450px;
}
.sts_style #mainContent a{
	color: maroon;
}
.sts_style #mainContent a:hover{
	color: red;
}
.sts_style #left_col {
	float:left
}
.sts_style #right_col {
	float: right;
	width: 300px;
	height: 420px;
	overflow: auto;
	border-left: gray 2px solid;
	padding: 15px 10px 0 10px;
	margin-top:10px;
	font-size: 13px;
}
.sts_style #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 46em;
	margin: 0 auto;
	margin-top: 10px;
} 
.sts_style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.sts_style #bottom_menu {
	width: 500px;
	padding-top: 70px;
	border: 0 0 1px 1px;
	border-color: white;
}
.sts_style #art_window{
	width: 400px;
	margin: 20px 5px 0 5px;
}
.sts_style #description {
	margin: 5px;
	min-height: 20px;
	width: 390px;
	max-height: 450px;
	overflow: auto;
	padding-right: 10px;
}
#logo {
	float:right;
}
.red_face {color: #FF0000}
.grey_face {color: #333333}
.year {
	color: red;
	font-size: 10px;	
}
.description {
	font-size: 10px;
}
.title {font-size: 14px; font-weight: bold}

#nav ul {
list-style: none;
margin-left: 373px;
margin-top: -16px;
border: 0 1px;
background-color: gray;
}

#nav li {
float:left;
margin-bottom: -10px;
}
#nav li a {
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
background-color: gray;
display: block;
line-height: 20px;
padding: 0 2px;
margin: 0 1px;
border: 2px solid gray;
}
#nav li a:hover{
background-color: #cccccc;
}

#list {
border-bottom: thin gray dotted; border-top: thin gray dotted;
}
.style1 {font-size:10pt;}