body{
background-color: #aabbbb;
}

#header {
/*background-color: 6699aa;*/

background: url(images/header.jpg) no-repeat fixed top;
height: 60px;
text-align: center;
padding: 0;
color: #334433
}

#header h1 {
margin-right: auto;
margin-left: auto;
text-align: center;
font-family: Verdana;
font-size: 2em;
color: #334433;
display: inline;
padding: 0;
text-decoration: underline;
font-style:italic;
} 
#header h4 {
font-family: Serif;
display: inline;
padding: 0;
font-style:italic;
font-weight: bold;  

} 
#content h5 {
font-family: Serif;
font-size: 15px;
text-align: center;
text-decoration: underline;
color: #334433;
} 

#content {
margin-left: 225px;
margin-right: 200px;

}

#links {

background-color: #6699aa;
width: 150px;
position: absolute;
left: 0px;
top: 28px;
margin-top: 165px;
margin-left: 15px;
/*
border-top-width: 2px;
border-top-style: solid;
border-top-color: #334433;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #334433;
*/
}

#sponsors {
background-color: #6699aa;
width: 150px;
position: absolute;
top: 28px;
right: 0px;
margin-top: 135px;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #334433;
margin-right: 15px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #334433;
}

#sitetext p {
font-family: Serif;
color: #334433;
}


/**************** menu coding *****************/
#menu {
width: 12em;
background: #6699aa;
font-family: Serif;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #6699aa;
background: #334433;
text-transform: uppercase;
}

#menu a {
color: #334433;
background: #6699aa;
text-decoration: none;
}

#menu a:hover {
color: #aabbbb;
background: #6699aa;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}





