body {	font: 78%/1.5 verdana, arial, sans-serif;	background: #cdcdcd;	background-image: url(images/bg_gallery.gif);	background-repeat: repeat-x;	padding: 0px;	margin: 0px;	height: 100%;}img {	border: none;}a:link {	color: black;}a:visited {	color: black;}a:hover {	color: gray;}a:active {	color: black;}#container {	width: 750px;	height: 100%;	margin: 0 auto;	vertical-align: top;}#header{	background-image: url(images/clouds.gif);	vertical-align: top;}#logo{	padding: 5px 0 5px 0;}#nav{	position: relative;	_position: absolute;	top: 75px;}#nav a{	float: right;}#newsContainer{	background-image: url(images/news_bg.gif);}#news{		padding-left: 12px;}.scroller{	background-image: none;	float: right;	padding-left: 5px;}/* Setup: Repeated code per rollover */#swap01 {	background-image: url(images/store_on.gif);    /* rollover state */	width: 59px;                    /* image width */	height: 27px;                   /* image height */	margin-left: 50px;}#swap02 {	background-image: url(images/gallery_on.gif);    /* rollover state */	width: 73px;                    /* image width */	height: 28px;                   /* image height */	margin-left: 50px;}#swap03 {	background-image: url(images/contact_on.gif);    /* rollover state */	width: 77px;                    /* image width */	height: 28px;                   /* image height */	margin-left: 50px;}#swap04 {	background-image: url(images/about_on.gif);    /* rollover state */	width: 59px;                    /* image width */	height: 27px;                   /* image height */	margin-left: 50px;}/* Application: Common Code */.rollover                           /* Allow setting widths and heights */{ 	display: block; } .rollover img                       /* only set width and height once */{ 	width: 100%; 	height: 100%; 	border: 0;} .rollover:hover                     /* sets any property for the :hover state */{ 	visibility: visible;            /* for IE */ }.rollover:hover img                 /* 'rolls over' the image */{ 	visibility: hidden;} 
