
body {
	background: #343434  ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	margin:0px;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	height: 518px;
}

h1, h2, h3, h4, h5{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom:#E5E5E5 1px solid;
	padding:5px;
	text-transform: uppercase; 
	
	
}

#color_balk {
 display:block;
 height: 30px;
 margin-top:50px;
 }
 
 
#background {
 display:block;
 height: 518px;
 background:url(../images/background.gif);


} 
#holder{
margin-top:5px;
clear:both;
}

#footer{
padding: 15px 10px;
float:left;
height:27px;
width:930px;
background:#000000;
color:#FFFFFF;
font-size:10px;
}



#content{
  height: 423px;
  width:590px;
  overflow:auto;
  float:left;
  background:#FFFFFF;  
  padding-left:10px;
  padding-right:10px;
}

#page_image{
  height: 423px;
  float:left;
  width:340px;
  overflow:hidden;

}

#logo{
float:right;
width:77px;
height:35px;
background:url(../images/logo.gif);
}
 


a {
color:#FF0000;
}

a:hover {
text-decoration:underline;
}

 