@charset "UTF-8";body {	font: 14px/18px Arial, Helvetica, sans-serif;	background: #000000 url(../images/bodyBG.jpg) repeat-x;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #FFFFFF;}.oneColFixCtr #container {	width: 1069px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #000000 url(../images/divBG.jpg) repeat-y;	margin: 0 auto 0 0px;	padding-right: 30px;	text-align: left; /* this overrides the text-align: center on the body element. */	float: left;}.oneColFixCtr #mainContent {	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	width: 1069px;}#leftImage {	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	width: 456px;	margin-right: 44px;	float: left;}.oneColFixCtr #container #mainContentText {	width: 550px;	float: left;}   #albumLeft {width: 145px;margin-right: 15px;margin-bottom: 15px;font-size: 11px;float: left;}a {	color: #E8CB3F;}