#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#menubox {
	display: block;
	width: 200px;
	float: left;
	position: absolute;
}
#notebox {
	display: block;
	width: 200px;
	float: left;
	padding-top: 225px;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 160px;
	width: 900px;
	background-repeat: no-repeat;
}

#submenu {
	border-left-width: thin;
	border-left-style: dotted;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
	display: block;
	width: 200px;
	position: absolute;
	z-index: 3;
	visibility: hidden;
	margin-left: 90px;
}
#copyright {
	font-size: 10px;
	padding-top: 15px;
	text-align: right;
}
.mainmenu {
	border-left-width: thin;
	border-left-style: dotted;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}



#content {
	width: 680px;
	display: block;
	float: right;
	border-left-style: dashed;
	border-left-color: #669933;
	padding-left: 10px;
	border-left-width: thin;
}
.selected {
	list-style-type: none;
	border-top-width: thin;
	border-top-style: dotted;
	color: #f5efe3;
	background-color: #669933;
	padding-left: 10px;
	line-height: 200%;
	margin-left: -40px;
}

.menuitem {
    list-style-type: none;
	border-top-width: thin;
	border-top-style: dotted;
	padding-left: 10px;
	line-height: 200%;
	margin-left: -40px;
}

.menufly {
	list-style-type: none;
	border-top-width: thin;
	border-top-style: dotted;
	padding-left: 10px;
	line-height: 200%;
	margin-left: -40px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.flyout {
    list-style-type: none;
	border-top-width: thin;
	border-top-style: dotted;
	background-color: #ecede1;
	margin-left: -40px;
	padding-left: 10px;
	line-height: 200%;
} 

.smalltext {font-size: 14px}

#footer {
	width: 900px;
	background-image: url(images/waves.jpg);
	height: 47px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {border: 0}


hr {
	color: #669933;
	font-weight: lighter;
}
