html
{
  height: 100%;
}

body
{
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{
  font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img
{
  float: none;
  border: 0px;
  margin: 0px 20px 0px 0px;
}

#contact
{
  float: left;
}

a
{
  outline: none;
}

.left
{
  float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{
  float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{
  display: block;
  text-align: center;
  margin: 0 auto;
}

blockquote
{
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

ul
{
  margin: 0px 0px 0px 16px;
  padding: 0px;
}

ul li
{
  margin: 0px 0px 5px 0px; 
  padding: 0px;
}

ol
{
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

#main, #links, #footer, #logo, #menu, #content #column
{
  margin-left: auto; 
  margin-right: auto;
}

#main
{
  width: 900px;
}

#links, #footer
{
  width: 860px;
  height: 30px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 10px 21px 0px 19px;
}

#links
{
  text-align: right;
}

#footer
{
  text-align: right; 
  border-top: 2px solid;
}

#links a, #footer a
{
  text-decoration: underline;
}

#links a:hover, #footer a:hover
{
  text-decoration: underline;
}

#logo
{
  width: 900px;
  height: 150px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{
  margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{
  padding: 60px 0px 0px 80px;
  font-size: 200%;
}

#logo h2
{
  font-family: arial, sans-serif;
  padding: 5px 0px 0px 80px;
  font-size: 120%;
}

#menu, #menu_1
{
  height: 30px;
  width: 750px;
  margin: 10px 0px 0px 60px;
  position: relative;
}

#menu li, #menu_1 li
{
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style: none;
} 

#menu li a, #menu_1 li a
{
  display: block; 
  float: left;
  height: 20px;
  text-decoration: none; 
  padding: 6px 15px 2px 15px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover, #menu_1 li a:hover, #menu_1 li a#selected, #menu_1 li a#selected:hover
{
  height: 20px;
  padding: 6px 15px 2px 15px;
  border: 1px solid;
  font-weight: bold;
} 

#content
{
  width: 900px;
  overflow: hidden;
}

#column
{
  text-align: justify;
  width: 750px;
  float: center;
  font-size: 120%;
  padding: 10px 20px 15px 19px;
}

#column h1
{
  font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
}

#column a, #column a:hover
{
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  border-bottom: 1px solid;
}

#column a:hover
{
  border-bottom: 1px solid;
}
