@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#background {
	background-image: url(background.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 120px;
	color: #FFFFFF;
}
#navigation {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 20px;
	background-image: url(images/sprymenu_background.jpg);
	background-repeat: repeat-x;
}
#main {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
}
#main_left {
	background-color: #CCCCCC;
	height: 290px;
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
}
#main_right {
	float: right;
	height: 300px;
	width: 700px;
	margin-left: 10px;
}
#sub {
	height: 150px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#sub_1 {
	width: 230px;
	margin-right: 5px;
	float: left;
	background-color: #CCCCCC;
	background-image: url(images/channel_background.jpg);
	background-repeat: repeat-x;
}
#sub_2 {
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-image: url(images/channel_background.jpg);
}
#sub_3 {
	background-color: #CCCCCC;
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/channel_background.jpg);
	background-repeat: repeat-x;
}
#sub_4 {
	background-color: #CCCCCC;
	width: 230px;
	margin-left: 5px;
	float: right;
	background-repeat: repeat-x;
	background-image: url(images/channel_background.jpg);
}
#content {
	clear: both;
	margin: 0px;
	padding: 10px;
	height: 180px;
}
#content_left {
	float: left;
	width: 245px;
	height: 180px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 5px;
	color: #003399;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #CCCCCC;
	vertical-align: middle;
}
#content_middle {
	width: 400px;
	float: left;
	height: 180px;
	padding: 5px;
	background-color: #CCCCCC;
}
#content_right {
	float: left;
	width: 245px;
	background-color: #CCCCCC;
	height: 180px;
	margin-left: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#footer {
	height: 70px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(images/footer_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	line-height: 125%;
	margin-top: 20px;
}
.class_header a:link, .class_header a:visited, .class_header a:hover, .class_header a:focus, .class_header a:active{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
  s
