/* CSS Document */



/* CSS Document */
/* Style sheet designed from "Build a Better Website" Summer_Fall 2008
    Putting CSS into practice - pp. 70-79 (and beyond)  BT-08/06/2009  */
	



#container  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	background-image:url(/krumm/images/white_translucent70.gif);
	background-image:inherit;	
}

body {
	text-align: center;
	background-color: #9EC7A0;
	
}



#header {
background-color:#bfeaaa;

}




#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
	clear:both;
	padding-left: 10px;
}



#widemenu {
	background-color:#dddddd;
	margin-bottom: 10px;
	height: 25px;
	
}




#widemenu ul li{
	float: left;
	list-style-type:none;
	padding: 5px 30px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
			
}


#widemenu ul {
	margin: 0px;
	padding: 0px;
	
}


#widemenu ul li a {
	color:#000000;
	text-decoration:none;
	
}


#widemenu ul li a:hover {
	color: #990000;
}




#content  {
	float: left;
	width: 560px;
	background-image:url(/images/lightergreen.gif);
	padding: 15px;
	background-repeat: repeat-x;
		
}

#sidebar {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	padding-left:20px;
	
}

#footer_retire_aug09 {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 160px;
	padding-top: 10px;
	
}
	
	
#footer {
	clear: both;
	background: #dddddd;
	/* color: #CCCC66;   */
	
	
	
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;



#footer_email {
color:#660000;
}


