body  {
    font-family: verdana, trebuchet MS, helvetica, sans-serif;
    text-align: center;
    background-image: url('images/seamless_084.jpg');
	
}
div#wrapper  {
    width: 800px;
    margin: 0px auto;
    text-align: left;
    Background-color: #d5bfff;
}
div#header  {
    background-image: url('images/header2.jpg');
    height: 73px;
    width: 800px;

}
div#navbar1 {
    height: 30px;
    width: 800px;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #334499;
}
div#navbar1 ul {
    margin: 0px;
    padding: 0px;
    border-left: solid #999 1px;
    border-right: solid #999 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar1 li {
    border-left: solid #999 1px;
    border-right: solid #999 1px;
    list-style-type: none;
    display: inline;
}
div#navbar1 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar1 li a:link {
    color: #FFF:
}
div#navbar1 li a:visited {
    color: #CCC;
}
div#navbar1 li a:hover {
    color: #FFF;
    background-color: #3366FF;
}
div#body {
    width: 700px;
    margin-left: 25px;
    margin-top: 30px;
}
h4 {
    background-color: #334499;
    color: #ffffff;
}
address {
    width: 800px; 
    background-color: #334499; 
    text-align: center; 
    font-size: 13px; 
    color: #ffffff; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    margin-top: 10px;
    font-style: normal;
}
div.row {
  clear: both;
  padding-top: 10px;
  padding-bottom: 30px;
}

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 450px;
  text-align: left;
}

div#footer{
  clear: both;
}
div.submit{
  clear: both;
  margin: 0px auto;
  text-align: center;
}