#masthead {
width : 1240px;
}
#nav {
position:absolute;
left:10px;
top:185px;
width : 200px;
font-family : Verdana, Arial, Sans-serif;
}
#content {
font-family : Verdana, Arial, Sans-serif;
}
#footer {
margin-left : 200px;
font-family : Verdana, Arial, Sans-serif;
}
#content{
padding-left:250px; padding-right:50px; padding-top:10px; padding-bottom:50px;
}
#nav a {
display : block;
padding-top : 6px;
padding-bottom : 6px;
text-weight:bold;
text-decoration:none;
}
#content {
background-color : #ffddc6;
background-image: none;
}
#footer {
background: #ffddc6;
}
#nav {
background-color : #1e5510
}
html body {
    
    background-color:ffddc6;
}
#nav a:link {
color : #ffddc6;
}
#nav a:visited {
color : #ffddc6;
}
#nav a:hover {
background-color : #ffddc6;
color : #1e5510;
font-family : Verdana, Arial, sans-serif;
text-decoration : none;
font-size : 16px;
}
#nav a:active {
color : #1e5510;
}
#content a:link {
color : black;
}
#content a:visited {
color : #1e5510;
text-decoration : none;
}
#content a:hover {
color : #1e5510;
font-family : Verdana, Arial, sans-serif;
text-decoration : none;
font-size : 16px;
}
#content a:active {
color : black;
}
#content
{
max-width:950px;
min-width:800px;
}
#content
{
width:expression(document.body.clientWidth > 1250? "1250px": "auto" );
}
#footer
{
max-width:950px;
}
#footer
{
width:expression(document.body.clientWidth > 1250? "1250px": "auto" );
}


