/* CSS Document */
body {
	  background-color: #5C5C5C;
}
#wrapper {
      height: 123px;
	  width: 100%;
	  background: url('images/header.gif')
}
#wrapper2 {
      height: 53px;
	  width: 781px;
	  background: url("images/buttons.jpg");
}
#wrapper3 {
      height: 101px;
	  width: 775px;
	  background-image:url(images/footer.jpg);
}
#footer {
      height: 48px;
	  width: 100%;
	  background-image:url(images/footer.gif);
}
#footer2 {
      height: 50px;
}
.style1 {	
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
}
.style10 {
	font-size: small; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
