html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
        font-family: verdana;
        font-size: 12px;
        line-height: 16px;
}
#header {
	background-color:#003366;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding:5px;
}
#banner {
    background-color: #ccc;
}
#bannerSmall {
    height: 68px;
    border: 0px solid;
    background-color: #ccc;
}
.lowerbanner {
    background-color:#7C9CAF;
    border-top:1px solid #000000;
    padding-bottom:6px;
    padding-top:6px;
}

#header a {color:#fff; text-decoration:none}
#outer_wrapper {
	background: #fff url(../img/background_3.gif) repeat-y left;
}
#wrapper {
	min-width:800px;
}
#container {
	width: 100%;
	float: left;
	margin-right: -180px;
	background: url(../img/background_3.gif) repeat-y right;
        border-top: 1px solid #000;
}
#content {
	margin-right: 180px;
	background: #fff url(../img/background_2.gif) repeat-y left;
}
#main {
	margin-left: 180px;
        padding: 15px;
}
#left {
	width: 180px;
	float: left;
}
#sidebar {
	width: 180px;
	float: right;
}
#footer {
        border-top: 1px solid #000;
	background-color: #ccc;
        color: #000;
        padding: 6px;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.adbox {padding: 10px;}

.googlewave-category {background-color: #66Cccc; padding: 4px; color: #fff; display: inline;}
