/* CSS Document */

#container {
width:100%;
margin:1em auto;
background-color: #FFFFFF;
border:1px solid gray;
line-height:110%;
}


#top {
padding: 1em;
background-color: #0000CC;
border-bottom:1px solid gray;
}

#leftnav {
float:left;
background-color:#FFFF00;
width:200px;
padding:1em;
margin:0px;
}

/* set button menu position */
d1#menu {position: absolute;
top:10px; left: 20px; width:150px }

/*set general button anchor styles */
dt.btn {margin-bottom:5px; text-align: center }

/*set general anchor styles --fill the container */
dt.btn a {display: block; text-decoration: none;
          color: white; font-weight: bold }
		  
/*MouseOut state (default) */
dt.btn a {background: blue;
border:5px outset blue }

/* MouseOver state (hover) */
dt.btn a:hover {background:red;
        border:5px outset red }
		
/*MouseDown state (active) */
dt.btn a:active {background:green;
                border:5px inset green }
		

#content {
margin-left:250px;
border-left:1px solid gray;
padding:1em;
}

#footer {
clear:both;
margin:0;
padding:.005em;
background:#ddd;
color:#333;
border-top:1px solid gray;
}
