html, body {
	margin: 0;
	padding: 0;
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0;
	padding: 0;
}
#content {
	width: 800px;
	border: solid 1px #CCC;
	background-color: #EEE;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
	border-top: none;
	border-bottom: none;
}
#banner {
	position: relative;
}
#banner_clip {
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 14px;
}
#banner_button1 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button2 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -103px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button3 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -206px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button4 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -309px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button5 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -412px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button6 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -515px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button7 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -618px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#banner_button8 {
	background-image: url(/img/cmbuttons.png);
	background-repeat: no-repeat;
	background-position: -721px -36px;
	width: 103px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
#feature {
	width: 800px;
	height: 400px;
	margin-bottom: 14px;
}
.feature_small {
	width: 260px;
	height: 200px;
	margin-bottom: 14px;
	display: inline-block;
	background-image: url(/img/small_feature.png);
	cursor: pointer;
}
#footer {
	color: #666;
	font-size: 10px;
	text-align: center;
}
#space {
	color: #EEE;
	border: hidden;
}
