/* CSS Document */

body {
  background-color: #999999;
  background-image:url('../images/bat_bg.gif');
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  line-height:1.3em;
  color:#eeeeee;  
  padding:0px;
  margin:0px;
  text-align: center;
}


#content { 	
text-align: left;
vertical-align: top;	
margin: 0px auto;
padding: 0px;
width: 950px;
background-color: #000000;
border-style: none solid solid;
border-bottom-style:solid;
border-color:#222222;
border-left-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
}

#menu {
padding: 0px;
margin: 0 0 0;
display: ;
position: relative;
width: 950px; height: 281px;
}

#footer {
padding:15px 0 15px;
color:#999999;
font-size: 93%;
text-align:center;
line-height:1.4em;
}

#contenttext {
background-image:url('../images/content_background.jpg');
background-repeat:no-repeat;
background-position:top;
padding: 40px 90px 70px;
margin-top:-3px;
}

#contenttext p {

}

#rightbox {
float:right;
width: 250px;
padding: 8px;
}
	

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}


a { 
color: #CC0000;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}	
