body {
width: 990px; 
background: #fcf6dd;
border: solid 2px red;
margin: 0 auto; 
margin-top: 0px;
margin-bottom: 0px;
font-family: Tahoma;
font-weight: normal;
font-size: 11pt;
}


#container {
width: 990px;
background: #ffffff;
}

#content {
background: #ffffff;
}

#header {
width: 990px;
height: 214px;
overflow: hidden;
}

#nav {
color: #ffffff;
width: 990px;
height: 22px;
position: relative; 
top: -27px;
overflow: hidden;
padding-top: 3px;
padding-bottom: 3px;
text-align: left;
height: 100%; 
font-family: Trebuchet MS;
font-weight: bold;
font-size: 11pt;
}

#nav a{
border: solid 2px #ffe584;
padding: 0 3px 0 3px;
margin:0 auto;
margin-right: 7px;
margin-left: 7px;
display: inline;
text-align: left;
color: #FFF;
text-decoration: none;
}

#nav a:hover {
text-decoration: none;
color: #ffe584;
}

#content{
width: 970px;
margin: 10px;
text-align: left;
}

#content p{
line-height: 22px;
margin-bottom: 22px;
}

#front {
font-size: 13.5pt;
line-height: 22px;
}

h1 {
color: #51bd67;
}

h2{
margin-bottom: 5px;
}

#footer {
width: 990px;
}

a{
outline: none;
}

a:link{color: #2f6193; text-decoration: none;}
a:visited{color: #2f6193; text-decoration: none;}
a:hover{color: #2f6193; text-decoration: underline;}
