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

html,body {
	height:100%; /* needed for container min-height */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-attachment: scroll;
	background-image: url(images/Rostrum-Main-BG.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
	background-color: #330000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	width:966px;
	background:url(images/contentbg.gif) repeat-y left 147px;
	height:auto !important; /* real browsers */
	height:100%; /* real browsers */
	margin: 0px;
	padding: 0px;
	float: left;
}

div#header {
	background:url(images/header.gif) no-repeat;
	height: 142px;
	width: 966px;
	float: left;
}

div#content {
	padding-bottom: 5em;
}

div#footer {
	width:966px; /* stick to bottom */
	background:url(images/footer.png) no-repeat;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
	clear: both;
	float: left;
	margin-top: 5px;
}

#navigation {
	float: left;
	height: 24px;
	width: 966px;
	position: static;
	top: 0px;
}
#about {
	height: 375px;
	width: 249px;
	margin-left: 0px;
	margin-top: 40px;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
}
#left {
	float: left;
	height: auto;
	width: 510px;
	margin-right: 5px;
	margin-left: 135px;
}
#right {
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	float: left;
	height: 420px;
	width: 261px;
	padding-bottom: 5px;
	margin-top: 6px;
	background-color: #e7e8ce;
	border: 1px solid #006699;
	background-position: -200px -15px;
}
.content1 {
	float: right;
	height: 208px;
	width: 248px;
	margin-left: 5px;
	margin-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
.content2 {
	float: right;
	height: 175px;
	width: 248px;
	margin-top: 6px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: -300px -15px;
	border: 1px solid #006699;
	padding-top: 35px;
	margin-left: 5px;
}
#newsbg {
	background-image: url(images/content2bg.gif);
	background-repeat: repeat-x;
	height: 175px;
	width: 248px;
}
.content3 {
	float: right;
	height: 210px;
	width: 250px;
	margin-left: 5px;
	margin-top: 5px;
}
.content4 {
	float: right;
	height: 210px;
	width: 250px;
	background-color: #006699;
	margin-top: 5px;
}
#artist {
	float: right;
	height: 37px;
	width: 111px;
	margin-top: -37px;
	z-index: 1;
}
#news {
	float: left;
	width: 235px;
	height: 165px;
	overflow: auto;
	padding-left: 7px;
}
.news1 {
	margin-bottom: 2px;
	border-bottom: 1px solid #5E5E53;
	color: #000000;
	padding: 5px;
}
.news2 {
	background-color: #EEEEEE;
	margin-bottom: 2px;
	padding: 5px;
	margin-top: 2px;
	border-bottom: 1px solid #5E5E53;
	color: #000000;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
