/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;

}

body a:link {color: #0000CC;}
body a:visited {color: #0000cc;}

.layout {
	width: 700px;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	z-index: 20;
	_top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	_right: expression((50 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + '%');
}

.slideshow {
	width: 626px;
	height: 104px;
	position: fixed;
	_position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -313px;
	z-index: 20;
	_top: expression((80 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	_right: expression((50 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + '%');
}

.content {
	width: 626px;
	position: absolute;
	_position: relative;
	top: 180px;
	#top: 195px;
	left: 50%;
	margin-left: -313px;
	z-index: 1;
}

.footer {
	width: 644px;
	height: 37px;
	position: fixed;
	_position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -322px;
	z-index: 20;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop
			+(document.body.clientHeight-this.clientHeight));
	_right: expression((50 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + '%');
}

.footertext {
	width:auto;
	color: #FFFFFF;
	position: relative;
	top: -5px;
	#top: 10px;
}

.footertext a:link {color: white;}
.footertext a:visited {color: white;}
