@charset "windows-1250";
/* CSS Document */

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

#topshadow {
	width:1218px;
	margin:5px auto 0 auto;
	padding:0;
	background-color:#b7cbd7;
}

#mainbox {
	width:1224px;
	margin:0 auto 0 auto;
}

#innerbox {
	width:1190px;
	border-color:#FFFFFF;
	border-style:none solid none solid;
	border-width:3px;
	float:left;
}

#flashbox {
	width:1190px;
	margin:0;	
}

#framebox {
	width:1190px;
}


#leftshadow {
	width:14px;
	height:915px;
	min-height:915px;
	float:left;
	background-image:url(../images/leftshadow_bg.jpg);
	background-repeat:repeat-y;
}

#rightshadow {
	width:14px;
	float:right;
	height:915px;
	min-height:915px;
	background-image:url(../images/rightshadow_bg.jpg);
	background-repeat:repeat-y;
}

#footer {
	width:1224px;
	height:56px;
	min-height:56px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}

#footer .inlay {
	text-align:center;
	width:400px;
	padding-top:12px;
	color:#FFFFFF;
	margin: 0 auto 0 auto;
}

#footer a {
	text-decoration:none;
	font-weight:bold;
	color:#a7c5d5;
}

#footer a:hover {
	text-decoration:underline;
}



.clear {clear: both;font-size: 1px;height:0px; line-height: 0px;}

