/* General Style Info */
body {
	background: #EEEEEE;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

a img {
	border: none;
}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 900px;
}

#header {
	border-bottom: 1px solid #000000;
	text-align: center;
	width: 900px;
}

ul#menu {
	background: #666666;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
}

ul#menu li {
	border-right: 1px solid #FFFFFF;
	float: left;
	padding: 6px;
	text-align: center;
}

ul#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

ul#menu a:hover {
	text-decoration: underline;
}

#content {
	padding: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
