body {
	margin-top: 15px;
	padding: 0;
	background-color: #f2f0f0;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	background-color:#FFF;
}

#header {
	border-bottom: 1px solid #666;
}

#nav {
	margin-top: 6px;
	background-color: #999999;
	padding-left: 0px;
	border-top: 1px solid #666;
	border-bottom: 0px solid #666;
}

#content {
	background-image:url(../group.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-bottom: 1px solid #666;
}

#contentleft {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color: #666;
	line-height: 135%;
	width: 400px;
	padding: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-right: 1px dotted #999;
}

#contentleft h2 {
	color: #0079c2;
	font-weight: normal;
}

#contentleft h4 {
	color: #999;
	font-weight: normal;
}

#contentleft a {
	color: #333;
	text-decoration: underline;
}

#contentleft a:hover {
	color: #ccc;
	text-decoration: none;
}

#contentright {
	float: right;
	width:379px;
	margin-right: 10px;
	margin-top: 20px;
	padding-right: 15px;
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color: #666;
	line-height: 135%;
}

#contentright a {
	color: #666;
	text-decoration: underline;
}

#contentright a:hover {
	color: #ccc;
	text-decoration: underline;
}

#image {
	border: 1px solid #ccc;
	margin-bottom: 6px;
	height: 350px;
}


#footer {
	clear: both;
	padding: 8px;
	background-color:#999;
	margin-top: 6px;
	border-top: 1px solid #666;
	font-size: .85em;
	color: #666;
	text-align:center;
}

#footer a {
	color: #666;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#disclosure {
	text-align: center;
	font-size: .75em;
	color: #999;
	padding-top: 15px;
}

#disclosure a {
	color: #999;
	text-decoration:underline;
}

#disclosure a:hover {
	color: #000;
	text-decoration: none;
}
