html { margin: 0; padding: 0; }

body {
	color: #ffffff;
	background-color: #2b3d49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0; padding: 0;
}

#container {
	width: 768px;
	margin: 0 auto;
}

#topbar {
	background: url(../images/band_top.gif) no-repeat top center;
	width: 768px;
	height: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
	/* border: 1px solid white; */
}

#welcomebar {
	width: 768px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#main {
	margin-top: 0;
	padding-top: 0;
	background-color: #a7d5b0;
	background: url(../images/home_main.jpg) no-repeat top center;
	width: 768px;
	height: 561px;
}

#main_sub {
	background-color: #cdecfe;
}

#spacer {
	background-color: #ebf7ff;
	width: 768px;
	height: 5px;
	margin: 0;
	padding: 0;
}

#bottombar {
	background: url(../images/band_bottom.gif) no-repeat top center;
	width: 768px;
	height: 32px;
}

#bottombar_sub {
	background: url(../images/band_top.gif) no-repeat top center;
	width: 768px;
	height: 7px;
}

#clearer {
	clear: both;
	overflow:hidden;
}

.clear {
	clear: both;
	overflow:hidden;
}