@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #000;	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: #000000;}.bodyText{	font-size:12px;	color:#333333;	line-height:20px;}.header{	height:125px;	text-align:center;	background-image:url(images/bg_top.gif);	background-repeat:repeat-x;	vertical-align:middle;}.footer{	height:124px;	text-align:center;	background-image:url(images/bg_bottom.gif);	background-repeat:repeat-x;}.footer p{	font-family:Arial, Helvetica, sans-serif;	color:#666666;	font-size:10px;	font-style:italic;	width:780px;	text-align:center;}.homepageContent{	height:592px;	background-image:url(images/bg_homepage.jpg);	background-repeat:repeat-x;}.galleryContent{	height:502px;	background-image:url(images/bg_gallery.jpg);	background-repeat:repeat-x;}.subContent{	height:502px;	background-image:url(images/bg_sub.jpg);	background-repeat:repeat-x;}.title{	font-size:18px;	font-weight:bold;	color:#00539b;}.archiveRoll{	background-image:url(images/bg_archiveRoll.gif);	background-repeat:no-repeat;}