html
{
	font-family: sans-serif;
}
#logo_image 
{
	float: left;
	clear: none;
}
#title 
{
	border-top: 3px double black;
	border-bottom: 1px solid black;
	width: 100%;
	float: left;
	clear: right;
}
#title a
{
	text-decoration: none;
}
#title img
{
	border: none;
}
#title img
{
	float: left;
	clear: none;
	padding-right: 3em;
}
#title h1
{
        padding-right:50%;
}
#title div.widget
{
	float: right;
	clear: none;
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
	font-size: 0.6em;
	font-variant: small-caps;
	padding: 0.8em;
}
#footer
{
	width:100%;
	border-top: 3px double black;
	font-size: 0.6em;
	text-align: center;
}
.menu 
{
	font-size: 0.6em;
	float: left;
	clear: left;
	border-left: 1px solid black;
	border-right: 3px double black;
	border-bottom: 3px double black;
	padding-left: 0.5em;
	padding-right: 1em;
	margin-right: 1em;
	background: #FFCC66;
}
.menu ul,ol,dl
{
	position: relative;
}
.menu dd
{
	padding-bottom: 1em;
}
#content 
{
	padding-top: 10em;
	margin-left: 5em;
	margin-right: 5em;
}
#waste
{
	text-align: center;
	font-size: 0.3em;
	color: grey;
	font-variant: small-caps;
}
