body{
	margin:0px auto;
	background-color:#006295;
	color:#C5EFFD;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#C5EFFD;
}
#wrapper{
	margin:0px auto;
	width:800px;
}
#header{
	margin:0px auto;
	margin-top:10px;
	width:800px;
	height:180px;
	background: url("../_images/FSHeader800.png");
}
#navigation{
  margin:0px auto;
  width: 800px;
  height: 37px;
  text-align:center;
  overflow: visible;
}
.btn{
  background: url('../_images/btn.png') no-repeat;
  width: 121px;
  height: 37px;
}
.btn a{
  text-decoration:none;
  color:#006295;
}
.btn a:hover{
  text-decoration:none;
  color:#006295;
  font-weight:bold;
}
.btn-spacing{
  width: 10px;
  height: 37px;
}
#content{
  background: url('../_images/background.png') no-repeat;
  padding: 20px 20px 20px 20px;
  height:250px;
  overflow:visible;
}
.input{
  background-color:#C5EFFD;
  color:#006295
}