/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
}
#container {
	width: 900px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#banner {
	height: 212px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#menu {
	width: 215px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
	border:1px dashed #a53682;
}
#text {
	width: 630px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	border:1px dashed #a53682;
}
#footer {
	clear:both;
	height: 26px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.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;
}
