body{
background-color: #333;
font-size:80%;
}
#container{
width:800px;
background-color: #fff;
border: 1px solid #000;
margin-left: auto; 
margin-right:auto; 
margin-top: 15px;
margin-bottom:15px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
 }
a{
text-decoration:none;
}
a:hover{
text-decoration:none;
color: #000;
background: transparent;
}
#top-bar a{

text-decoration: none;
}


#top-bar a:hover {
background:#fff;
color:#000;
text-decoration:none;
}

#top-bar li ul li a {
background-color: #ddd;
text-decoration:none;
}


#top-bar li ul li a:hover {
background-color: #aaa;
text-decoration:none;
}

#top-bar{
width:800px;
right:0;
background-color: #aaa;
}

#main-content{
   border: 1px solid #000;
   border-right: 1px dashed #000;
   border-left: 1px dashed #000;
    margin: 10px;
    padding: 0 1em;
}
#top-bar li ul {
-moz-box-shadow:1px 1px 3px;
}

#footer {
background-color: #aaa;
}

#page-title {
border-bottom:0px;
font-size:150%;
text-align: center;
margin-bottom: 20px;
margin-top: 10px;
text-decoration: bold;
}

#side-bar{display:none;}
