/* CSS Document */
body {
background-image: url(images/bg.png);
background-repeat: repeat;
text-align: center;
}

#content {
width: 950px;
min-height: 560px;
height: auto;
border: 2px solid #666;
background-color: FFF;
margin-left: auto;
margin-right: auto;
text-align: left;

}
/* for Internet Explorer */
/*\*/
* html #content {
height: 555px;
}
/**/


#title {
height: 150px;  
}

#title a {
text-decoration: none;
}
#title a img {
border: 0px;
margin: 0px;
padding: 0px;
}


#menu {
clear:both;
float:left;
width: 165px;  
padding-top:20px;
/*background-color: yellow; */
}

#menu a {       
float: left;
display: block;
width:140px;
height:15px;
line-height: 15px;
text-decoration: none;
background-color: #0000FE;
color: #FFF;
margin-top: 2px;
margin-left: 5px;
font-weight: bold;
font-family: verdana;
font-size: 70%;
text-indent: 10px;    
border: 1px solid #0000FE;
border-right: 15px solid #0000FE;
}

#menu a:hover { 
background-color: #FFF; 
border: 1px solid #0000FE;
border-right: 15px solid #0000FE;
color: #0000FE;
}

#menu a#active {
background-color: #FFF; 
border: 1px solid #FE0000;
border-right: 15px solid #FE0000;
color: #FE0000;
}

#display {
float:left;
width: 740px;
padding:20px;
text-align: center;   
}

#display p {
text-align: left;
}

#display b {
font-size: 120%;
}

#footer {
clear:both;
height: 25px;
line-height: 25px;
background-color: #0000FE;
color: #FFF;
width: 950px;
text-align: center;
font-size: 60%;
font-family: verdana;
font-weight: bold;
}

#footer a{
color: #FFF;
}

.logo {
height: 75px;
border: 0px;
}

#display a{
color: #000;
text-decoration: underline;
}


