body,html { background-color: #ccc; margin-top: 0; font-family: arial, sans-serif; }

#wrap { background-color: #fff; padding: 0 5px 5px 5px; width: 100%; }
#wrap table { width: 100%; }
#header { width: 100%; }
#header_right { background: #ececec url('i/tr.gif') bottom right no-repeat; }

#nav { background-color: #333; margin: 5px 0; padding: 17px; color: white; font-size: 12px; }
#nav a { text-decoration: none; font-weight: bold; color: white; }
#nav a:hover { text-decoration: underline; }

#login {
  background-color: #ececec;
  width: 178px;
  padding: 5px 25px 25px 15px;
  font-size: 11px;
  margin-left: -1px;
}

/* this white border is needed for IE to draw properly. any ideas why? */
#main { background-color: #ececec; border-bottom: 1px solid white; width: 100%; }

#content { background-color: #fff; padding: 0 5px 5px 0; margin-bottom: 0px; border-right: 1px solid #999; width: 100%; }

#page_title { margin-top: 0; background-color: #ececec; padding: 10px; }

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 11px; margin-top: 7px; }
#content p { margin-left: 20px; font-size: 12px; line-height: 16px; }

#footer { clear: both; font-size: 1px;  margin-top: 0px; }

a img { border: 0px; }
