body {
   background-position: top center;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-color: #1B3281;
   color: white;
}


 #wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}

#side-a {

float: left;
width: 90px;
}

#logo {
  padding: 25px;
}

#navi {
  width: 150px;
  height: 325px;
  background-image: url(../gfx/white40.png);
  padding-left: 15px;
}

#navi li {
  line-height: 300%;
}

#navi a {
  display: block;
}


#side-b {
float: right;
width: 775px;
line-height: 130%;
}

#hnav {
  margin-top: 145px;
  width: 770px;
  background-image: url(../gfx/white40.png);
  margin-bottom: 10px;
  font-size: 14px;

}

.su {
  width: 25px;
  background-image: url(../gfx/s1.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#cwrap {
  font-size: 13px;
  background-image: url(../gfx/white40.png);

}


#cleft {
  float: left;
  width: 60%;
  margin-right: 50px;
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
}

#cright {
padding-right: 30px;
text-align: left;
padding-top: 20px;
margin-left: 60%;

}

#footer {
  margin-top: 10px;
  width: 755px;
  background-image: url(../gfx/white40.png);

}


div#footer p {
  color: white;
}


.clear {
  clear: both;
}

#snav a {
  font-size: 13px;
  display: block;
  width: 150px;
  color: white;
  text-decoration: none;
  background-image: url(../gfx/white40.png);

  padding-left: 15px;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#snav a:hover {
 /* background-color: #FFB53B;
  color: #1C3180;*/
}


.su {
   background-image: url(../gfx/su.png);
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 20px;
}

.su2 {
   background-image: url(../gfx/su2.png);
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 20px;
}



