  body {
   width:480px;
   margin:0 0 5px 10px;
   padding:0;
   border:3px solid #215393;
   border-top-width:0;
  }
  .content {border-left-width:0}
  .header {
   border-width:0;
   height:155px;
  }
  .header .logo {
   top:0;
   left:0;
  }
  .header .content {
   padding-left:200px;
   height:auto;
   background-color:transparent;
   border-top:3px solid #215393;
  }
  .header h1 {display:none}
  .header .nav {
   bottom:auto;
   top:1em;
  }
  .header .nav a {
   font-size:1.4em;
   display:inline-block;
   margin-bottom:5px;
   padding:3px 15px;
  }
  .header .nav a, 
  .header .nav a.selected {
   border:2px solid #215393;
   -moz-border-radius:.5em;
   -webkit-border-radius:.5em;
   border-radius:.5em;
  }
  #navphotos {display:none}
  .imgframe {display:none}
  
  .main {
   border-width:0;
  }
  .main .side {
   padding-top:10px;
   width:480px;
  }
  .main .side .contactinfo {
   float:left;
   width:250px;
   margin-right:20px;
   font-size:1.7em;
  }
  .main .side .maplink {
   font-size:1.1em;
   margin-top:10px;
  }
  .main .side h2 {
   margin-top:0px;
   font-size:1.2em;
  }
  .main .side .hours {
   float:left;
   width:200px;
   font-size:1.2em;
  }

  .main .content {
   border-top:3px solid #215393;
   font-size:1.7em;
  }

  .footer {padding-bottom:10px}

form {font-size:1.1em}
form input {font-size:.8em; max-width:150px}
form .submit {font-size:1em}
#apptform .basicinfo label,
#contactform .basicinfo label {
 width:200px;
}
