@charset "utf-8";
body {
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background: #FFFFFF;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #000000;
	height: 110px;
	width: 760px;
}
#content {
	background: #FFFFFF;
	width: 760px;
	background-color: #FFFFFF;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background: #FFFFFF;
	height: 28px;
	background-color: #FFFFFF;
}
#logo {
	height: 110px;
	padding-bottom: 12px;
	background: #000000;
}
#nav {
	height: 28px;
	float: none;
	width: 760px;
	background: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftColumn {
	float: left;
	padding-top: 12px;
	background: #FFFFFF;
	width: 140px;
}
#rightColumn {
	float: right;
	padding-top: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	letter-spacing: normal;
	width: 600px;
	
}
