body, div, td {
	margin:0;
  background:#000;
  color:#fff;
  font: 10pt Times New Roman, serif;
}

a {
  color:#fff;
}

table#header {
  margin:0 auto;
  width:800px;
}

table#header td#header-left {
  vertical-align:top;
  background:url(/images/header-l.jpg) top left no-repeat;
  height:159px;
  width:262px;
  font-size:90%;
}

table#header td#header-left h1 {
  margin:15px 0 0 0;
}

table#header td#header-right {
  vertical-align:bottom;
  background:url(/images/header-r.jpg) top left no-repeat;
  height:159px;
  width:538px;
}

table#header td#header-right h2 {
  text-align:center;
  margin:0;
}

table#header td#nav-left {
  vertical-align:top;
  background:url(/images/menu-l.jpg) top left no-repeat;
  height:59px;
  width:262px;
  font-size:90%;
  color:#000;
}

table#header td#nav-left a {
  float:left;
  text-decoration:none;
  margin-left:12px;
}

table#header td#nav-left img {
  border:0;
}

table#header td#nav-left h3#title {
  clear:both;
  margin:0 0 0 10px;
  padding-top:3px;
}

table#header td#nav-right {
  background:url(/images/menu-r.jpg) top left no-repeat;
  height:59px;
  width:538px;
}

table#container {
  margin:0 auto;
  width: 800px;
  height:300px;
}

table#container td {
  vertical-align:top;
}

div#content {
  margin:10px 15px;
}
table#footer {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  width:800px;
  margin:15px auto 5px auto;
}

table#footer a {
  color:#fff;
  text-decoration:underline;
}

table#footer td {
  vertical-align:middle;
  font-size:70%;
}

table#footer td#left {
}

table#footer td#middle {
  text-align:center;
}

table#footer td#right {
  text-align:right;
}
