body {
 margin: 0;
 border: 0;
 padding: 0;
 font: 10pt "Arial";
 text-align: center; 
 overflow: -moz-scrollbars-vertical;
}




a:link {
 text-decoration: underline;
 color: black;
}



a:visited {
 text-decoration: underline;
 color: black;
}



a:hover {
 text-decoration: none;
 color: #AAAAAA; 
}




h3 {
 padding-top: 0px;
 margin-top: 0px;
}






#header {
 background-image: url(../images/logo.gif);
 background-repeat: no-repeat;
 height: 100px;  
 margin-bottom: 20px;
}


#container {
 padding: 5px;
 margin: 5px;
 width: 740px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}


#menu {
 float: left;
 width: 120px;
 border: 1px;
 border-style: solid; 
}


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


#menu li {
 margin: 0;
 padding-bottom: 5px;
}


#menu a:link {
 text-decoration: none;
 color: black;
}



#menu a:visited {
 text-decoration: none;
 color: black;
}



#menu a:hover {
 text-decoration: none;
 color: #AAAAAA; 
}

#content {
 float: left;
 width: 598px;  
 padding-top: 0px;
 padding-left: 10px;
 margin: 0px;
}


#av {
 border: 1px;
 border-style: solid;
 border-color: #DDDDDD;
 width: 150px;
 height: 150px;
 background-image: url(../images/avatar.jpg);
 background-repeat: no-repeat;
 float: right;
}


