@charset "utf-8";
body {
	background-color: #cccc99;
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #660033;
}
#banner {
	background-image: url(../images/butterfly_mural4.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 710px;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 660033;
	border-left-color: 660033;
}
#motto {
	font-size: 120%;
	font-weight: bold;
	color: cccc99;
	background-color: 660033;
	text-align: right;
	height: 20px;
	width: 708px;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 660033;
	border-left-color: 660033;
}
#menu {
	color: edeecc;
	background-color: 33080f;
	text-align: center;
	height: 30px;
	width: 710px;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 660033;
	border-left-color: 660033;
}
#main {
	font-size: 90%;
	background-color: #FFFFFF;
	height: 650px;
	width: 710px;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 660033;
	border-left-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #33C;
}
#leftcol {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#righcol {
	float: right;
	width: 45%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	color: edeecc;
	background-color: 33080f;
	text-align: center;
	height: 70px;
	width: 710px;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 660033;
	border-left-color: 660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
}

#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

