@charset "UTF-8";
body {
	background-color: #6e0819;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main.gif);
}
#wrap_edges {
	margin: auto;
	width: 1000px;
	background-image: url(../images/bg_edges.gif);
	background-repeat: repeat-y;
	height: auto;
}
#wrap_fade {
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_fade.gif);
}
#wrap_fade_home {
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_home_pic.jpg);
	height: 711px;
}
#wrap_fade_courtyard {
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_courtyard_pic.jpg);
}
#home_bg {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
}
#logo_home {
	background-image: url(../images/station_logo_reversed.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 323px;
	margin-left: 62px;
}
#logo_second {
	background-image: url(../images/station_logo_reversed_sm.gif);
	background-repeat: no-repeat;
	height: 91px;
	width: 164px;
	margin-left: 61px;
}
#home_content {
	width: 670px;
	margin-left: 84px;
	margin-top: 20px;
	padding-top: 5px;
}
#content {
	width: 660px;
	margin-top: 60px;
	margin-left: 100px;
}
#logo_bot {
	width: 180px;
	background-image: url(../images/station_logo.gif);
	height: 85px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
}
#menu {
	float: right;
	width: 180px;
	text-align: right;
	background-image: none;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	height: 50px;
	width: 1000px;
	background-repeat: no-repeat;
}
#footer a:link, #footer a:visited, #footer p, #footer li {
	color: #CA9797;
	font-size: 60%;
}
#footer  a:hover  {
	color: #FF9900;
}

a:link {
	color: #CC0000;
	text-decoration : none
}
a:active {
	color: #CC0000;
	text-decoration : none
}
a:visited {
	color: #990000;
	text-decoration : none
}
a:hover {
	color: #FF6600;
	text-decoration : none
}
p {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-top: 8px;
	margin-bottom: 8px;
}
ul {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 140%;
}
ol {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0;
	color: #000000;
	line-height: 140%;
}
ul ul {
	font-size: 100%;
}
ul p {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
td {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
td td {
	font-size: 100%;
}
td h1 {
	font-size: 120%;
}
td h2 {
	font-size: 100%;
}
td h3 {
	font-size: 100%;
}
td p {
	font-size: 100%;
	margin-right: -20px;
	margin-left: -20px;
}
td ul {
	font-size: 100%;
}
td ol {
	font-size: 100%;
}
h1 {
	color: #c31432;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
}
h2 {
	color: #c31432;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 12px 0 0;
}
h3 {
	color: #993333;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 12px 0 0;
}
h4 {
	color: #000000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 12px 0 0;
}
h5 {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}
h6 {
	color: #000000;
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
hr {
	color: #6e0819;
	background-color: #6e0819;
	height: 1px;
	border-width: 0;
	width: 93%;
}
.small {
	font-size: x-small;
	color: #333333;
}
#earlybird {
	padding: 6px;
	margin-top: 12px;
	border: 1px dashed #c31432;
}
.textwhite {
	color: #FFFFFF;
}
#earlybird li, #earlybird h2, #earlybird p {
}
#float_right {
	float: right;
}
#bg_yellow {
	background-color: #FFFFCC;
	padding: 4px;
}
#bg_blue {
	background-color: #CCCCFF;
	padding: 4px;
}
#bg_orange {
	background-color: #FFCC66;
	padding: 4px;
}
