<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html
{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	outline: 0;
}
body
{
	background: url(/images/bg.jpg) repeat-x #d7d490;
	margin: 0;
	padding: 0;
}
img
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0; 
}
h1
{
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 2px 0px 5px 0px;
}
p
{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
#wrap
{	
	width: 753px;
	margin: auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 665px;
	background: url(/images/wrap_bg.jpg) repeat-y #FFFFFF;
	margin-bottom: 10px;
}
/* Top */
#top
{
	float: left;
	width: 753px;
	height: 211px;
	background: url(/images/top.jpg) no-repeat;
}

/* menu*/
#menucontainer
{
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/menu.jpg) no-repeat;
	width: 753px;
	padding: 16px 0px 0px 0px;
	height: 38px;
}
#menu ul
{
	float: left;
	width: auto;
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	height: 20px;
}
#menu li
{
	float: left;
	list-style: none;
	text-transform: none;
	display: inline;
	margin: 0;
	padding: 0px 20px 0px 0px;
	width: auto;
}
#menu li a
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left; 
	display: inline;
	color: #ffffff;
	text-decoration: none;
}
#menu a.active
{
	font-weight: bold;
}
/* Left side */

#left 
{
	float: left;
	margin: 0;
	padding: 0;
	height: auto !important;
	width: 192px;
	height: 370px;
	min-height: 370px;
	padding: 20px 10px 10px 10px;	
}
#left.left1
{
	background: url(/images/left.jpg) no-repeat;
}
#left.left2
{
	background: url(/images/left2.jpg) no-repeat;
}
#left.left3
{
	background: url(/images/left3.jpg) no-repeat;
}
#left.left4
{
	background: url(/images/left4.jpg) no-repeat;
}
#left.left5
{
	background: url(/images/left5.jpg) no-repeat;
}
/* Content */
#content
{
	float: left;
	width: 511px;
	padding: 20px 10px 10px 10px;
	margin: 0;
	display: inline;
	background: url(/images/content.jpg) top left no-repeat;
	height: auto !important;
	height: 100%;
}
.push
{
	width: 700px;
	clear: both;
}
</pre></body></html>