<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {width:950px; margin:0 auto; }

#header {height:194px; background:url(images/header-bg.gif) left top repeat-x #fff; }
#header, #content, #extra-content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:302px; }
#page1 #content .col-2 {width:626px; margin-right:22px;}
#page1 #content .col-3 {width:302px;}
#page1 #extra-content .col-1 {width:464px; margin-right:22px;}
#page1 #extra-content .col-2 {width:464px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:302px; margin-right:22px;}
#page3 #content .col-2 {width:302px; margin-right:22px;}
#page3 #content .col-3 {width:302px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:302px; margin-right:22px;}
#page5 #content .col-2 {width:626px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:302px; margin-right:22px;}
#page6 #content .col-2 {width:302px; margin-right:22px;}
#page6 #content .col-3 {width:302px;}


/*=========================*/

#footer {background:url(images/footer-bg.gif) left top repeat-x #717171;}



/**************************************************************
Slideshow
**************************************************************/

#slideshow {
	display: block;
	width: 950px;
	height: 300px;
	background: url(../images/bg-slideshow.jpg) no-repeat;
	margin-bottom: 10px;
}

#slidebg {
	padding: 0px;
	width: 950px;
	height: 300px;
}

.slideshowContainer {
	width: 950px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#slideshowContainer img {
	width: 950px;
	height: 300px;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 2px;
}

a:hover.slideshowThumbnail img {
	padding: 2px;
}

.current img {
	padding: 2px;
}

.outline {
	z-index: 0;
	position: absolute;
}

#thumbnails {
	visibility: hidden;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
}

/*************************************************************/</pre></body></html>