
/**************** Body *********************/

body {

  	background-color: #000000;
	margin: 0px 0px 0px 0px;
  	background-image: url(bg.jpg);
 	background-attachment: fixed;
  	background-position: bottom center;
  	background-repeat:  repeat;



}


div.main {

  	background-color: transparent;
  	background-image: url(new.png);
 	background-attachment: scroll;
  	background-position: bottom center;
  	background-repeat:  no-repeat;
	font-size:11px ; 
	font-family:verdana ;
	color:#898989;
	width: 100%;
	height: 400px;

}




div.content {
	
	margin-left: 20px;
	
}

div.navigation {

  	background-color: transparent;
  	background-image: url(images/navigation.png);
 	background-attachment: scroll;
  	background-position: center;
  	background-repeat:  repeat;
	font-size:0px ; 
	font-family: Arial ;
	color:#ffffff;
	height: 40px;
	width: 800px;
	margin-left: 12px;


}

div.menu {

  	background-color: transparent;
	height: 40px;
	width: 800px;
	margin-left: 12px;
	padding:10px 0px;


}

div.context{


	font-size:12px ; 
	font-family: verdana ;
	color:#111111;
	width: 800px;
	padding :0px 15px;
	margin-left: 30px;



}





div.footer_navigation{


	font-size:10px ; 
	font-family: verdana ;
	height: 100px;
	width: 782px;
	margin-top: 50px;
	margin-left: 20px;
	background-color: #cccccc;
  	background-image: url(images/footer.png);
 	background-attachment: scroll;
  	background-position: center center;
  	background-repeat:  repeat;


}


div.footer_menu {


	font-size:10px ; 
	font-family: verdana ;
	width: 700px;
	margin-left: 10px;
}

div.footer_menu a {


	text-decoration	: underline ;
	color		: #0076a3 ; 
	font-family	: verdana  ;
	font-size	: 10px ;

}

div.footer_menu a:hover {


	text-decoration	: underline ;
	color		: #003471 ; 
	font-family	: verdana  ;
	font-size	: 10px ;

}

div.spacer {

  	background-color: transparent;
  	background-image: url(images/rails.png);
 	background-attachment: scroll;
  	background-position: center center;
  	background-repeat:  repeat;
	font-size:11px ; 
	font-family:verdana ;
	color:#898989;
	height:15px;
	width: 823px;
	text-align: left;
}


div.footer {

  	background-color: transparent;
  	background-image: url(images/bottom_rail.png);
 	background-attachment: scroll;
  	background-position: center;
  	background-repeat:  no-repeat;
	font-size:11px ; 
	font-family:verdana ;
	color:#898989;
	height: 15px;
	width: 823px;


}

a.menu {
	text-decoration	: none ;
	color		: #ffffff ; 
	font-family	: calibri, verdana, helvetica  ;
	font-size	: 14px ;
	font-weight	: bolder;

}

a.copyright {
	text-decoration	: none ;
	color		: #999999 ; 
	font-family	: verdana ;
	font-size	: 10px ;	
}



a.copyright:hover {
	text-decoration	: none ;
	color		: #333333 ; 
	font-family	: verdana ;
	font-size	: 10px ;	
}


ul.pages {
  margin-left: 11px;
  padding-left: 0px;
}

ul.pages li {
  display: inline;
  background-color: transparent;

}


ul.pages li a {
  text-decoration: none;
  text-transform:uppercase;
  padding-left: 1em;
  padding-right: 1em;


}

ul.pages li a:hover {
  background-color: #0072bc;
  padding-top: 11px;
  padding-bottom: 12px;
  background-image: url(images/hover.gif);
  background-attachment: scroll;
  background-position: center;
  background-repeat:  repeat;
}
