/* CSS Document *//* SITE WIDE ELEMENTS */body {    background: #FDF5E6;    color: #000000;    margin: 0px;	font-family: Arial;	font-size: 11px;}a:link {	color: #553A58;	text-decoration: none;	font-weight: bold;}a:visited {	color: #553A58;	text-decoration: none;	font-weight: bold;}a:active {	color: #000000; 	text-decoration: underline; 	font-weight: bold;}a:hover {	color: #749BC3; 	text-decoration: underline;	font-weight: bold;}a img {    border: 0px;}img {    border: 0px;}h1, h2, h3, h4, h5 {	font-family: Arial;}h3 {	color: #313131;	font-size: 12px;	font-weight: bold;}h3.heading {	background-color: #333333;	color: #CCCCCC;	font-size: 10px;	text-transform: uppercase;	height: 20px;	margin: 0px -10px 0px -10px;	padding: 8px 0px 0px 10px;}h4 {    font-size: 12px;}h4.heading {	color: #313131;	font-size: 16px;	font-weight: bold;}.clearfix:after {	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}	/* Hides from IE-mac \*/	* html .clearfix {height: 1%;}	/* End hide from IE-mac *//* MAIN LAYOUT */#content {    width: 790px;    margin: 0px auto;}#content img {    padding: 0px;    margin: 0px;}#footer {	width: 790px;	height: 90px;	clear:both;	color: #553A58;	background: url(/images/bkgd_b.jpg) top left no-repeat;    text-align: left;	font-size: 10px;	padding: 55px 30px 10px 50px;}/* NAVIGATION *//* main navigation */#mainmenu {	height: 24px;	width: 790px;	background: url(/images/bkgd_nav.jpg) top left no-repeat;	padding: 0 0 0 22px;	margin: 0px;}#mainmenu ul { /* all lists */	float: left;	padding: 0px;	margin: 0px;	list-style: none;	line-height: 1;}#mainmenu a {	display: block;	text-decoration: none;	font-size: 12px;	font-weight: bold;	text-transform: uppercase;	text-align: left;	font-weight:bold;	color: #553A58;	margin: 0 0 0 25px;}#mainmenu li { /* all list items */	float: left;	height: 17px;	padding-top: 6px;}/* LAYOUT */#contentwrap {	width: 790px;	background: url(/images/bkgd.jpg) top left repeat-y;}/* header */#mainheader {    width: 790px;	height: 215px;    background: url(/images/banner.jpg) top left no-repeat;}#mainheader h1 {   display: none;}/* TWO-COLUMN LAYOUT */#leftcolumn {	float: left;	width:  500px;	padding: 10px 30px 10px 50px;}#rightcolumn {	float: right;	width:  135px;	padding: 10px 46px 10px 29px;}/* A few extras */.albumlisting {  margin: 5px;   clear: both;	margin-bottom: 10px;}#content .albumlisting img {	float: left;	margin-right: 20px;	margin-bottom: 20px;}.albumlisting h3, .albumlisting p {	margin-left: 20px;	padding-left: 20px;}.flash-message, .flash-notice {  color: red;  font-size: 130%;}