body {
background-color: #3895db;
margin: 0 auto;
text-align: center;
font-family: verdana, arial, tahoma;
font-size: 12px;
color: #000000;
}

p { 
margin: 0; 
padding: 0; 
}

a {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: underline;
color: #ffffff;
}
#wrapper {
width: 677px;
margin: 0 auto;
background-color: #3895db;
}

#header {
height: 219px;
background-image: url('images/banner.jpg');
background-repeat: no-repeat;
background-color: #3895db;
}

#menu {
width: 677px;
height: 37px;
font-family: Arial Narrow; 
font-size: 14px;
}

#menu ul {
list-style: none;
margin: 0 auto;
padding-left: 22px;
}

#menu li {
display: inline;
}

#menu ul li {
width:74px; 
height:37px; 
float: left;
margin-right: 6px;
}

#menu ul li a {
width:74px; 
height:37px; 
display: block; 
background:url('images/menu1.gif') no-repeat ; 
color:#000; 
text-decoration:none; 
font-family: Arial Narrow; 
font-size: 14px;
text-align:center; 
line-height:32px; 
}

#menu ul li a:hover {
background:url('images/menu2.gif') no-repeat; 
color:#fff; 
text-decoration:none;
}

.selected {
width:74px; 
height:37px; 
display: block; 
background:url('images/menu2.gif') no-repeat; 
color:#fff; 
text-decoration:none;
text-decoration:none; 
font-family: Arial Narrow; 
font-size: 14px;
text-align:center; 
line-height:32px; 
}

#contentwrapper {
background: url('images/bg.jpg') repeat-x white;
background-position: bottom left;
text-align: center;
margin-top: 5px;
}

#content a{
text-decoration: none;
color: #000000;
}

#content a:hover {
text-decoration: underline;
}

#footer {
background: url('images/footer.gif') no-repeat;
height: 18px;
}

#screenshot{
position:absolute;
background:#000000;
padding:5px;
display:none;
color:#fff;
}






