#mainpage {
	width: 95%;
	margin: 10px auto;
	background-color: #edecfd;
	border: 2px solid #FFFFFF;
} 
#title{
	background-color: #756778;
	height: 109px;
	font-family: "Monotype Corsiva", "MS Mincho", "MS Sans Serif";
	font-size: 45px;
}
#leftnav{
	float: left;
	width: 50px;
	margin: 1px;
	padding: 2em;
}
@media all {
        #navlist {
                text-align: center
        }
}
#menu ul{
	background-color: #786C87;
	margin: 0px;
	padding: 0px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	list-style-type: none;
}
#menu ul li{
	position: relative;
}
#menu li ul{ position: absolute; 
 left: 149px; 
 /*Set 1px less than menu width */ 
 top: 0; 
 display: block; 
}
 #menu li:hover ul {
display: block; 
} 
#menu li:hover>ul { visibility:visible; } 
#menu ul ul {
visibility:hidden; 
}
* html #menu ul li { float:
left; height: 1%; } 
* html #menu ul li a { height: 1%; }
#menu ul a {
	display: block;
	text-decoration: none;
	color: #D5D4E4;
	background: #61576E;
	padding: 2px;
	border: 1px solid #FCF0FE;
	border-bottom: 0;
	font-size: 16px;
	font-weight: bold;
} 
#menu ul a:hover { color: #4B4454; background: #D5D4E4; font-size: 16px;
	font-weight: bold; } 
#menu li ul a { text-decoration: none; color:#4B4454 ; background:#D5D4E4 ;
padding: 2px; border: 1px solid #FCF0FE; border-bottom: 0; }
#menu li ul a:hover { color:#D5D4E4; background:#4B4454; }
#content
{
	margin-left: 200px;
	padding: 1em;
	max-width: 36em;
	border-top: 1px solid #684A6D;
	border-left: 1px solid #684A6D;
	margin-top: 30px;
}
#topheader{
background: #A4A2C1;
        border-top: 1px solid #4B3050;
        font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
#navlist a:active {
        background: #61576E;
        bottom: 0px;
        color: #D5D4E4;
        position: relative;
        right: 0px;
}
#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}
#navlist a, #navlist a:link, #navlist a:visited {
        background: #6B6178;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}
#navlist a:hover {
        background: #D5D4E4;
        bottom: 1px;
        color: #61576E;
        position: relative;
        right: 1px;
}
#navlist a:active {
        background: #B09090;
        bottom: 0px;
        color: #61576E;
        position: relative;
        right: 0px;
}
#fpic {
	FLOAT: none;
	padding: 5px;
	margin: 5px;
	margin-right:10px;
		
}
