body {font-family:verdana,sans-serif;font-size:10px;margin:0px;}

div {
background-color:#ddd;
font-size:10px;
}

p {
  font-size:10px;
  line-height:95%;
  margin: 1em 4px;
}

h1 {
  font-family: Georgia,serif;
  font-size: 50px;
  font-weight:normal;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 194px;
}

h2 {
  font-family: Georgia,serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 3px;
  word-spacing: 3px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 194px;
}

h4 {
  margin-top: 5px;
  line-height: 15px;
}

h5 {
  margin-top: 15px;
  line-height: 15px;
}

.cap {
  margin: 0px;
  background-color: #888;
  text-align: center;
  color: #fff;
  padding: 2px;
  letter-spacing: 1px;
}

div#header {
  position: absolute;
  top:0px;
  left:0px;
  width:700px;
  height: 100px;
  z-index: 99;
  overflow: show;
}

div#main {
  position: absolute;
  top:135px;
  left:190px;
  width:300px;
  background-color: transparent;
}

div#secondary {
  position: absolute;
  top: 110px;;
  left: 500px;
  width: 198px;
  background-color: #fff;
  border: 1px solid #888;
}

div#sidebar {
  position: absolute;
  top:110px;
  left:0px;
  width:180px;
}

div#linkbar {
  font-size: 10px;
  position: absolute;
  top: 110px;
  left:190px;
  bottom:0px;
  padding: 2px 4px;
  z-index: 1;
}

div#bannerlow {
  position: absolute;
  top: 600px;
  left: 50px;
  float: left;
}


#linkbar a {text-decoration:none;color:#333;padding:1px;}
#linkbar a:link {color:#333;}
#linkbar a:hover {color:#fff;background-color:#999;}
#linkbar a:active {color:#f00;}
#linkbar a:visited {color:#333;}
