

/* Layout Stylesheet */ 
html, body {
	font-family: arial;
	font-size: 11px;
	margin:0px;
	padding:0px;
	background:white;
	color: black;
	
}


	 
#navigation{
 position:absolute;
 top:85px;
 left:0;
 width:180px;
 background-color:#80A7FF;
 color: white;

 }

#right{
 position:absolute;
 top:140px;
 right:0;
 width:245px;
 padding-right:10px;
}

#baztitle {


}

#c-block {
 width:100%;
 z-index:1;
 height:80%;}

#header{
 height:85px; 
 width:100%; 
 background-image:url('images/bar.jpg');
 background-repeat:repeat-x;
 
  }

#middle{
 margin:0 250px 0 185px;
 position:relative;
 color: #333333;
 padding-left:10px;
 padding-top:10px;
padding-right:10px;
 }

#footer {
 width:100%;
 height:35px;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
 

 
 .header_top_left {
float:left;
width:230px;
font-weight: bold;
font-size:10px;
}


.header_top_right {
font-weight: bold;
font-size:16px;
color:white;
float:right;
width:250px;
text-align:right;
padding-top:10px;
padding-right:10px;
}


a {
color :#80A7FF; 
text-decoration : none; 
} 
a:link {
color : #80A7FF; 
} 
a:hover {
color :black; 
} 



.white {
color: white; 

} 
a.white:link {
color : white; 
text-decoration : none
} 
a.white:visited {
color : white; 
text-decoration : none
} 
a.white:hover {
color : black; 
text-decoration : none
} 


h1{
 background-image:url('images/titlel.gif');
 background-repeat:no-repeat;
 background-position: 190px 0px;
 position:relative;
  font-size : 18px; 
color : white; 
height:25px;
padding-left:200px;
margin-left:0px;
margin-right: 0px;
}


h2{
  font-size : 16px; 
padding-left:10px;
}
