#header {
position: absolute;
top: 0px;
left: 0px;
height: 100px;
width: 100%;
padding-top: 0px;
text-align: center;
}

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 90px;
margin-bottom: 40px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -12px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#main {
margin: 15px 15px 15px 15px;
padding: 15px 15px 15px 15px;
background: #ffffff;
}

body {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 14px;
line-height: 1.5em;
color: #333;
background: #ffffff;
margin: 0;
padding: 0;
width: 100%;
}

.floatright {
  float: right;
  width: 300px;
  margin: 0 0 10px 10px;
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
  text-align:center;
  clear: right;
}

.floatright a {text-decoration:underline; color:#444; font-weight:bold;}
.floatright a:hover {text-decoration:none; color:#a00;}

div.floatright img {
  border-top: 1px solid #555;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #555;
}

h1 {
font-color: #eee;
font-size: 18px;
}

p {
margin-top: 10px;
}

a:link {
text-decoration: none;
color: #000;
background-color: #eee;
}

a:visited {
text-decoration: none;
background: #eee;
color: #000;
}

a:hover, a:active {
text-decoration: none;
border-bottom: 1px solid #036;
background-color: #eee;
color: #a00;
}

#footer {
height: 20px;
width: 100%;
background-color: #eee;
text-align: center;
}