/* CSS Document *//*-- CONTAINER --*/#container {	width: 900px;	margin: auto;	text-align: left;}/*-- TOP AREA --*/#toparea {	float: left;	width: 865px;	height: 150px;	padding: 10px 10px 0px 25px;	text-align: left;	background: 		url(../graphics/layoutcss/gradientgreytop.gif)		repeat-x;}/*-- NAVIGATION --*/#navigation {	float: left;	width: 900px;	height: 68px;	background-color: #ffffff;	padding-top: 7px;	border-bottom: 1px solid #c9c9c9;}#blackborder {	float: left;	width: 236px;	height: 33px;	padding-top: 10px;	background-color: #ffffff;	border: 6px solid #494949;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 15px;	font-weight: bold;	color: #545454;	text-align: center;}/*-- BODY CONTENT --*/#columnbg {	float: left;	width: 900px;	background:		url(../graphics/layoutcss/gradientgreybottom.gif)		repeat-x		bottom		#ffffff;}#columnA01 {	float: left;	width: 539px;	padding: 20px;	border-right: 1px solid #c9c9c9;}#columnA02 {	float: left;	width: 280px;	padding: 20px;}/*-- FOOTER --*/#footer {	float: left;	width: 860px;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 17px;	color: #545454;	padding: 20px;	border-top: 1px solid #c9c9c9;	background-color: #ffffff;}/*-- STAFF PHOTOS --*/#photomain {	float: left;	clear: left;	padding: 10px;	margin-bottom: 35px;	background-color: #e0e0e0;}#photoprofile {	float: left;	padding: 10px;	margin-bottom: 35px;	background-color: #e0e0e0;}#spacer {	float: left;	width: 19px;}/*-- OBJECT POSITIONING --*/#subcontent01 {	float: left;	padding: 0px 15px 0px 0px;}#subcontent02 {	float: left;	padding: 0px 33px 0px 0px;}#subcontent03 {	float: right;	text-align: right;}#objectleft {	float: left;	clear: left;	margin: 0px 0px 5px 15px;}#objectright {	float: right;	clear: right;	margin: 0px 0px 5px 15px;}/*-- CLEARS --*/#clear {	clear: both;}
