#container {
	height: auto;
	width: 785px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #FFF;
	border: medium none #FFF;
	left: -20%;
	margin-left: auto;
	line-height: 25px;
	margin-right: auto;
	padding-left: -155px;
}
#container #left {
	width: 500px;
	margin-top: 20px;
	border: thin none #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height:400px;
}
#container #header #logo {
	margin-top: 10px;
	float: left;
	margin-bottom: 50px;
	margin-left: -173px;
}
#container #header #nav a {
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
#container #header #nav {
	float: right;
	clear: none;
	margin-top: 134px;
}
#container #header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: visible;
	clear: none;
	height: 160px;
}
#container #content {
	width: 785px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #FFF;
	float: right;
	margin-bottom: 50px;
}
#container #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	clear: both;
}
#container #content #right {
	float: right;
	width: 230px;
	margin-top: 20px;
	padding-left: 30px;
}
