body {
   margin:0px; 
   padding:0px;
   background: #000 url("images/bg_grunge.jpg") center top repeat-y;
   text-align: center; 
   font-family: Arial;
   font-size: 12px;
}
a:link {
	color: #aa4400;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
   padding: 3px;
   height: 100%;
   width: 500px;
   text-align: left;
}
#raflogo {
   width: 217px;
   margin-left: auto;
   margin-right: auto;
   padding: 40px 0px 30px 0px;
}
#fullwidth {
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#schedule {
   background-color: #ffffff;
   padding: 2px;
   width: 155px;
   height: 180px;
   font-size: 12px;
   font-family: Arial;
   float: left;
   margin-top: 40px;
}
#pscroller1{
width: 155px;
height: 180px;
padding: 1px;
}
#contact {
    background: url("images/contact_bg2.gif") center top no-repeat;
	margin-left: -190px;
	position: absolute;
    top: 180px;
	left: 50%;
	width: 380px;
	height: 400px;
	z-index: 10;
	text-align: left;
	padding: 40px 1px 5px 35px;
	color: #FFFFFF;
	display: none;
}
.orange {
    color: #dd7912;
}
.transparent {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.solid {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
input, textarea {
   font-size: 10px;
   font-family: Arial;
   color: #ffffff;
   filter:alpha(opacity=100);
   background-color: #000000;
}
.submit {
   background-color: transparent;
   }
.title {
   font-size: 14px;
   font-weight: bold;
}
#overlay {
 position:absolute;
 top:0px;
 left:0px;
 height:100%;
 width:100%;
 overflow: hidden;
 background-color:#000000;
 display:none;
 filter:alpha(Opacity=70);
 opacity:0.7;
 -moz-opacity:0.7;
 -khtml-opacity:0.7
}
.pwimages {
    border: 1px solid #000000;
	margin: 5px;
}
.slideshow{
    position:absolute;
	top:101px;
	left:130px;
	background-color:#990000;
	display:none;
	z-index:101;
}
