<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #444;
}
.thrColAbsHdr #container { 
	position: relative; 
	width: 590px; 
	background: transparent;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	z-index:90;
} 
.links {
	position: fixed;
	top:25%;
	left: 0;
	padding-top:5px;
	padding-left:5px;
	margin:0 auto;
	height: 356px;
	width: 100%; 
	background: transparent url(images/links-bg.png) repeat-x top center; 
	z-index:98;
	}
.address {
		position: fixed;
		text-align:center;
		left: 0; right: 0;
		height: 38px;
		bottom: 0px; 
		background: url(images/address.png) top center no-repeat;
		z-index:98;
}
.bottomtxt{
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		position: fixed;
		text-align:justify;
		padding:75px 10px 5px 10px;
		margin: 0 auto;
		left: 0; right: 0;
		width:176px;
		background: transparent;
		bottom: -780px;
		z-index:100;
		color:#555;
}
.bottomtxt:hover{
		text-align:justify;
		padding:15px 20px 125px 20px;
		width:880px;
		background: url(images/hover.png) top center repeat;
		bottom: 0px;
		z-index:100;
		color:#bbb;
}
.linkstxt{
		margin:0 auto;
		width:900px;
		position: fixed;
		left: 0; right: 0;
		height: 40px;
		bottom: 60px; 
		z-index:6;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px; 
	background: transparent;
	/*padding: 45px 10px 15px 20px; */
	text-align: center;
}
.thrColAbsHdr #sidebar2 {
	margin-right: 10px;
	position: absolute;
	top: 25px;
	right: 0;
	width: 250px; 
	background: transparent;
	/*padding: 45px 10px 15px 10px; */
	text-align: center;
}
.thrColAbsHdr #mainContent { 
	margin: 0 auto; 
	width: 250px; 
	position: relative;
	top: 208px;
	padding: 45px 10px; 
	text-align: center;
}
.thrColAbsHdr #footer { 
	padding: 0 10px; 
	background: transparent;
	position: relative;
	top: 218px;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
	color:#555;
}
.img {
width:250px;
height:250px;
padding: 0px !important;
margin: 0px !important;
background: url(images/img.png) repeat;
}
.img img {
background: none;
border:1px solid #454545;
}
.img img:hover {
background: none;
border:1px solid #aaa;
}
.img img:active {
background: none;
border:1px solid #ff0032;
}
a {
text-decoration: none;
color: #444;
font-size: 0.9em;
outline: none;
}
a:hover {
color: #666;
}
a.txt {
outline: none;
text-decoration: none;
color: #444;
font-size: 0.9em;
}
</pre></body></html>