#title{
	
		height: 100px;
		text-align: center;
}



#content {
 float: none;
 font-family: sans-serif, arial; 
 font-size: 100%;
 margin-left: 270px;
 margin-top: 40px;
 max-width: 600px;
 line-height: 1.4;
}


#picture {
 float: left;
 clear: left;
 margin-top: 2em;
}

#mainpic { 
width: 600px; 
} 
#menu , #menu ul{
 float: left;
 margin-top: 40px;
 list-style: none; 
 position:relative; 
 left:-10px; 
 display:block; 
 width: 175px;
}

#menu li a, #menu a.button:visited {
display:block; 
width:150px; 
height:30px; 
background:url('../images/buttons.gif'); 
background-position:top left; 
background-color:transparent; 
text-align:center; 
color: #004040;
line-height:28px; 
text-decoration:none; 
font-family:arial, sans-serif; 
font-weight:bold; 
margin-top:3px;
}
#menu a:hover {
background-position:0 -30px; 
line-height:31px; overflow:hidden;
}
#menuselected li a{
background-position:0 -60px;
}
#menu ul ul { 
 margin-top: 0px;
 margin-left: 10px; 


/*  font-size: small; */
} 

#menu ul ul li a { 
 background-color:  #ff80ff;
  background-color:  #ffffff;
  font-size: 8pt;

}

/* Bottom Menu Bar */


#bottom-menu { 
 clear: both;
 font-family: Verdana, Arial,Helvetica,  sans-serif; 
 font-size: x-small;
 width: 100%;
 height: 20px;
 line-height: 20px;
 background-color: #653366;
 color: #ffffff;
 text-align: center;
 margin-left: 2px;
 margin-right: 0px;
 margin-top: 12px;
 max-width: 1500px;



} 
#bottom-menu li { 
 display: inline;   
} 
#bottom-menu a:link, #bottom-menu a:visited {  
 color: #ffffff;
 background-color: #653366; 
 text-decoration: none; 
 padding: 4px;
 border: none;
} 
#bottom-menu a:hover { 
 color: #ffffff; 
 padding: 4px;
 background-color: #0080ff;
 background-image: url('../images/menu_bg.gif');
}












