
BODY,HTML {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	text-align: center;
}

TABLE {
	border-color: #dddddd;
}

TD {
	border-color: #dddddd;
}

A {
	text-decoration: underline;
}

DIV {
	text-align: left;
}

.navbar {
	padding-bottom: 10px;
	text-align: right;
}

.navbaritem {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

.navbaritem:hover {
	color: #cccccc;
}

.menu {
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}


#main {
	margin: 0 auto 0 auto;
	width: 900px;

}

#top {
	height: 160px;
	margin: 0 auto 0 auto;
	position: relative;
	width: 900px;
}

#belt {
	background-image: url('/uploads/beltbg.gif');
	color: #ffffff;
	height: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	vertical-align: middle;
/*	width: 900px;*/
}

#beltborder {
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
}

#spacer {
	height: 10px;
}

#left {
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: 270px;
}

#right {
	background-color: #ffffff;
	float: left;
	min-height: 350px;
	padding: 10px;
	text-align: left;
	width: 560px;
}

#bottom {
	background-image: url('/uploads/bottombg.jpg');
	background-repeat: repeat-x;
	clear: both;
	height: 26px;
	text-align: right;
}
