#wrapper{
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
width:960px;
margin:auto;
min-height:400px;
padding-bottom:20px;
}
#content{
padding:10px;
margin-left:20px;
}
body{
margin-top:20px;
}
#nav{
background-image:url('../img/nav.png');
background-repeat:repeat-x;
width: 900px;
height: 41px;
margin-left: 30px;
}
#nav a{
color:white;
text-decoration:none;
padding-left:25px;
line-height: 41px;
font-weight: bold;
font-family: helvetica;
}
p,li{
font-size:20px;
  }
  td.first{ width:120px;
  }
  input,textarea {width:100%;}
  #contactform{width:700px;}
  .rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    width:50px;
}
h1{
color:#002f5f;
margin:0px;
font-size:28px;
}
textarea{ height:55px;}