@charset "utf-8";
body {
	font-size: 13px;
	color: #fffde8;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #950a0d;
	background-image:url(../SAMimages/main_background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
a:link {
	color: #FFC;
	text-decoration: none;
}
a:visited {
	color: #FFC;
	text-decoration: none;
}
a:hover {
	color: #FC9;
	text-decoration: none;
}
a:active {
	color: #FC9;
	text-decoration: none;
}
#onecolumnmain {
	text-align:center;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #950a0d;
	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. */
}
#header {
	background-color: #670001;
	padding-top: 15px;
	border-bottom: 1px solid #FFC;
	position:relative;
}
#globalnav {
	font-size: 15px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	top: 204px;
	left: 160px;
}
#indexnav {
	font-size: 15px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	top: 410px;
	left: 160px;
}
#sidebar {
	background-color:#aa0d0a;
	font-size:      12px;
	width:			220px;
	margin:			20px 10px 0px 10px;
	padding:		10px;
	float:			left;
}
#sidebar h2 {
	text-align:		center;
}
#mainContent {
	text-align:		left;
	margin:			10px 10px 0px 270px;
	padding: 		20px;
	background-color: #950a0d;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.soloiststable {
	background-color:#950A0D;
	margin-left: 25px;
}
.soloistspic {
	text-align:	right;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
.soloistsname {
	text-align:	left;
	padding: 10px 20px 10px 10px;
	backgr
; 	background-color: #aa0d0a;
}
#footer {
	background-color:#670001;
	margin-top: 15px;
	border-top: 1px solid #FFC;
}
#footer p {
	color:#fefce0;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	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 */
}

