
body {
  background-color:#eee;
}

img {
  border:0px;
}

#contact_table th {
  width:125px;
  font-size:100%;
  font-weight:normal;
  vertical-align:top;
}

#contact_table input, textarea {
  background-color: transparent;
  width:250px;
  border:1px solid #ccc;
  font-size:100%;
  vertical-align:top;
}
#contact_table textarea {
  font-family:sans-serif, monospace;
  font-size:100%;
}
#contact_table select {
  font-size:100%;
  vertical-align:top;
  background-color: #fff;
  width:125px;
  border:1px solid #ccc;
}

h1.pageHeadline {
  font-family:serif, monospace;
  font-size:150%;
  font-weight:normal;
  color:#999;
  border-bottom:1px solid #ddd;
  width:460px;
}

h1.textBrick {
  color:#777;
  font-weight:normal;
  font-family:sans-serif, monospace;
  font-size:120%;
}

a.headline {
  color:#777;
  font-weight:normal;
  font-family:sans-serif, monospace;
  font-size:100%;
}

a.textBrick {
  color:#777;
}
a.textBrick:hover {
  text-decoration:none;
}

div.textBrick {
  text-align:justify;
  font-family:sans-serif, monospace;
  font-size:100%;
  padding-left:10px;
  padding-right:20px;
  width:440px;
  font-weight:normal;
}

div.refImage {
  padding:5px 5px 2px 5px;
  margin-top:5px;
  margin-left:10px;
  background:#eee;
  float:right;
  border:1px solid #000;
}

#wrapper {
  margin:auto auto auto auto;
  width:480px;
  font-family:sans-serif, monospace;
  font-size:70%;
  border:1px solid #ddd;
  background-color:#fff;
}

#logo {
  position:relative;
  width:100%;
  height:85px;
  background:url('../images/logoBackground.jpg') transparent repeat-x;
  border-bottom:0px solid #000;
}

div.logo {
  width:169px;
  height:29px;
  left:5px;
  position:absolute;
  bottom:10px;
  background:url('../images/logoHeadline.gif') transparent repeat-x;
}

#firefoxBanner {
  width:130px;
  height:15px;
  right:5px;
  position:absolute;
  top:5px;
}

#body {
  padding-top:0px;
  padding-left:10px;
  width:470px;
  border-right:0px solid #ccc;
  border-left:0px solid #ccc;
  border-bottom:0px solid #ccc;
  background-color:#fff;
}

#bodyContent {
  width:460px;
  overflow:auto;  
}

#menu {
  text-align:right;
  border-bottom:0px solid #000;
  width:475px;
  height:18px;
  padding-top:3px;  
  padding-right:5px;
  background-color:#fff;
}

#menu a {
  color:#999;
}
#menu a:hover {
  color:#999;
  text-decoration:none;
}

#bar1 {
  width:100%;
  height:15px;
}

#adspace {
  font-size:80%;
  color:#aaa;
  background:#eee;
  width:100%;
  padding-bottom:3px;
  padding-top:5px;
  text-align:center;
  border-top:1px solid #ddd;
}

#adFooter {
  border-top:1px solid #ddd;
  font-size:80%;
  color:#aaa;
  padding-top:5px;
  height:20px;
  background:#eee;
  width:100%;
  text-align:center;
  adding-left:5px;
}

#siteFooter {
  border-top:1px dashed #ddd;
  font-size:80%;
  color:#aaa;
  background:#fff;
  width:100%;
  text-align:center;
  adding-left:5px;
}
#siteFooter a {
  color:#aaa;
}
#siteFooter a:hover {
  color:#aaa;
  text-decoration:none;
}