@charset "utf-8";
body {
	background-color: #FFFF33;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-style: normal;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}
#nav {
	height: 28px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#topbanner {
	height: 100px;
	width: 760px;
	background-image: url(Pictures/topbanner.jpg);
}

#banner {
	height: 200px;
	padding-bottom: 0px;
}
#menu {
	height: 388px;
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}
#rightcolum {
	float: right;
	width: 560px;
	min-height: 500px;
	background-color: #FFFFFF;
}
#footer {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	clear: both;
	background-image: url(Pictures/background.jpg);
}
