/* CSS Document */
body {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#MAIN {
	position: relative;
	width: 525px;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#HEADER {
	position: relative;
	width: 525px;
	height: 120px;
	background-color: #FFFFFF;
	border-top: 20px none #000000;
	border-right: 20px none #000000;
	border-bottom: 20px none #000000;
	border-left: 20px none #000000;
}
#NAVBAR {
	position: relative;
	width: 525px;
	height: 30px;
	background-color: #000000;
}
#NEWSBUTTON {
	position:absolute;
	left:10px;
	top:7px;
}
#ABOUTBUTTON {
	position:absolute;
	left:72px;
	top:7px;
}
#BIOSBUTTON {
	position:absolute;
	text-align: left;
	left:139px;
	top:7px;
}
#SHOWSBUTTON {
	position:absolute;
	left:190px;
	top:7px;
}
#MEDIABUTTON {
	position:absolute;
	left:261px;
	top:7px;
}
#PRESSBUTTON {
	position:absolute;
	left:328px;
	top:7px;
}
#LINKSBUTTON {
	position:absolute;
	left:393px;
	top:7px;
}
#CONTACTBUTTON {
	position:absolute;
	left:453px;
	top:7px;
}
#MAILINGLIST {
	position: relative;
	width: 525px;
	height: 33px;
	background-color: #ffffff;
	border-top: 5px solid #000000;
	border-right: 20px solid #000000;
	border-bottom: 20px solid #000000;
	border-left: 20px solid #000000;
}
.header {
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
	left: 5pt;
}
.date {
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bolder;
	left: 5pt;
}
.posts {
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	left: 5px;
	width: 519px;
}
.tabletext {
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	left: 5px;
}
.mailingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	padding:5px;
	color: #990000;
	font-weight: bolder;
}
#image_left {
	float: left;
	border: 1px solid #000000;
	margin : 5px 5px 0px 0px;
}
#image_right {
	float: right;
	border: 0px solid #000000;
	margin : 5px 5px 0px 5px;
}	
#image_rightish {
	float: right;
	border: 0px solid #000000;
	margin : 5px 40px 0px 5px;
	
}	