/* CSS Document */

body {
	background-color:#FFFFCC;
	min-width:800;
}

.center_me {
	text-align:center;
}

.subtitle {
	margin-top:-15px;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
}.float_left {
	float: left;
	position: relative;
	padding-bottom:5px;
}
.float_right {
	position: relative;
	padding-bottom:5px;
	float: right;
}

.clear_me {
	clear: both;
}
#top {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left:0px;
}
.bar {
	background-color:#999999;
	height: 10px;
	width: auto;
	clear:both;
}

