

body.headbody {
background-color: #AA6600;
background-image: url(images/headerbg.jpg);
background-position: left bottom; 
}

#flag {
position: absolute; 
left: 10px; 
top: 5px;
}


#heading {
position: absolute; 
left: 200px; 
top: 15px; 
color: #E6BF39;
font-size:55px;
font-weight: bold;
width: 300px;
height: 80px;
filter: Shadow(Color=#664422, Direction=135)
filter: glow(Color=#553311,Strength=3) 
}

#weather {
position: absolute; 
right: 125px; 
top: 10px;
}

#counter {
position: absolute; 
right: 10px; 
top: 10px;
}

body.mainbody {
background-color: #AA6600;
background-image: url(images/mainbg.jpg);
background-attachment: fixed;

scrollbar-face-color:#C45902;
scrollbar-highlight-color:#FA760C;
scrollbar-3dlight-color:#FBE602;
scrollbar-darkshadow-color:#CE220B;
scrollbar-shadow-color:#CEB50B;
scrollbar-arrow-color:#091757;
scrollbar-track-color:#375F3A;
}

img.alignleft {
padding: 5px;
margin: 0 7px 2px 0;
display: inline;
}


body.sidebarbody {
background-color: #AA6600;
background-image: url(images/sidebarbg.jpg);

}

#MainContent {
font-family:times new roman;
font-size:18px;
color: #FFFFEE;
left: 10px; 
top: 10px;
border-style: solid;
border-width: 8px;
border-color: #886600;
background-color: #446688;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

table.menu {
border: 0;
position: absolute; 
left: 20px; 
top: 30px; 
}

td.menuhead {
text-align: center;
font-weight: bold;
color: #FD7C09;
background-color: #000055;
}

A.menulink {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
font-family:times new roman;
font-size:18px;
color: #FFFF11;
border: solid 2px #000066;
}

A.menulink:hover {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
font-family:times new roman;
background-color:#003300;
font-size:18px;
color: #FFFFFF;
border: solid 4px #997700;
}


a:link { 
color: #FFFFFF;
border: hidden;
}

a:visited {
color: #DDDDDD;
}

a:active {
color: #BBBBBB;
}
