/* STRUCTURE CSS *//* Main container surrounding entire content */#container	{	background-color: #FFFFFF;	width: 750px;	padding: 0 11px 0 11px;	margin: 0 auto;	position: relative;	top: 0;}/* not sure on this one yet */.clear	{	clear: both;}/* Header content with logo inside */#header	{	width: 100%;	background-color: #de6828;	background-image:url(images/header_bg.jpg);	background-repeat: no-repeat;	height: 80px;	padding: 0;}/* Positions the logo within the header */#logo	{	padding-top: 45px;	padding-left: 30px;}/* Entire navigation */#nav	{	width: 100%;	background-color: #4e5050;	background-image: url(images/nav_bg.jpg);	background-repeat: no-repeat;	height: 20px;	margin: 4px 0 4px 0;	padding: 5px 0 5px 0;}/* Main banner image */#banner	{	width: 100%;	background-color: #FFFFFF;	background-image: url(images/banner.jpg);	background-repeat: no-repeat;	height: 118px;	margin: 0;	padding: 0;}/* Main content paragraph */#homeContent {	width: 465px;	background-color: #FFFFFF;	padding: 0 0 30px 50px;	margin: 0;}#pageContent	{		background-color: #FFFFFF;	padding: 0px 0 25px 0;	margin: 0 0 0 0;	width: 100%;}#leftContent	{	width: 465px;	float: left;	padding: 0 20px 0 50px;}#rightContent	{	width: 155px;	float: left;	margin: 12px;}/* Sub content with images and relative content */#subcontent	{	background-color: #FFFFFF;	padding: 0 0 25px 0;	margin: 0 0 0 0;	width: 100%;}/* Left column for main content and homepage with image*/#leftcolumn	{	width: 465px;	float: left;	padding: 0 0 0 50px;}/* Holds the text for facilities left */#subLeftColumn {	width: 219px;	background-color: #FFFFFF;	background-image:url(images/grey_bar.jpg);	background-repeat: no-repeat;	padding: 6px 10px 0 8px;	margin: 4px 0 0 0;	float: left;}/* Holds the text for facilities right */#subLeftColumn2 {	width: 219px;	background-color: #FFFFFF;	background-image:url(images/grey_bar.jpg);	background-repeat: no-repeat;	padding: 6px 0 0 8px;	margin: 4px 0 0 0;	float: left;}/* Homepage for right column with image*/#rightcolumn	{	width: 210px;	float: left;	padding: 0 0 0 0;}/* Holds the text for homepage right column */#subRightColumn {	width: 210px;	background-color: #FFFFFF;	background-image:url(images/grey_bar.jpg);	background-repeat: no-repeat;	padding: 6px 0 0 8px;	margin: 4px 0 0 0;	float: left;}/* Footer content */#footer	{	padding: 8px 0 0 0;	margin: 0 auto;	width: 100%;}