body {
	padding: 0px;
	margin: 0px;
	background-image:url('../images/body_bg.png');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}
#main {
	background-image:url('../images/main.png');
	width: 1000px;
	height: 510px;
	background-repeat:no-repeat;
}
#main_top_bg {
	background-image:url('../images/main_top_bg.png');
	height: 510px;
	background-repeat:repeat-x;
}
#menu_bg {
	background-image:url('../images/menu_bg.gif');
	background-repeat:no-repeat;
	width: 859px;
	height: 50px;
}
#content_top {
	background-image:url('../images/content_top.gif');
	background-repeat:no-repeat;
	width: 606px;
	height: 6px;
}
#content_center {
	background-image:url('../images/content_center.gif');
	background-repeat:repeat-x;
	width: 606px;
	height: 327px;
}
#content_bottom {
	background-image:url('../images/content_bottom.gif');
	background-repeat:no-repeat;
	width: 606px;
	height: 6px;
}

#banner_top {
	background-image:url('../images/banner_top.gif');
	background-repeat:no-repeat;
	width: 116px;
	height: 5px;
}
#banner_center {
	background-image:url('../images/banner_center.gif');
	background-repeat:repeat-x;
	width: 116px;
	height: 99px;
}
#banner_bottom {
	background-image:url('../images/banner_bottom.gif');
	background-repeat:no-repeat;
	width: 116px;
	height: 4px;
}

a.topMenu {
	color:#2f4e92;
	font-family: Verdana;
	font-size: 14px;
	text-decoration:none;
	padding: 2px;
}

a.my_link {
	font-family: Verdana; 
	font-size: 11px; 
	color: #414141;
	text-decoration:none;
	cursor: default;
}
a.my_link:hover {
	font-family: Verdana; 
	font-size: 11px; 
	color: #414141;
	text-decoration:none;
	cursor: default;
}

a.topMenu:hover {
	color:#ffffff;
	font-family: Verdana;
	font-size: 14px;
	background-color: #2f4e92;
	text-decoration:underline;
	padding: 2px;
}

a.topMenuS {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	text-decoration:none;
	background-color: #2f4e92;
	padding: 2px;
}

a.topMenuSe:hover {
	color:#ffffff;
	font-family: Verdana;
	font-size: 14px;
	text-decoration:underline;
	background-color: #2f4e92;
	padding: 2px;
}
span.title_text {
	color:#ffffff;
	font-family: Verdana;
	font-size: 18px;
	text-decoration:none;
	background-color: #2f4e92;
	padding: 2px;
	font-weight: normal;
}

span.news_title_text {
	color:#ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	background-color: #2f4e92;
	padding: 2px;
	font-weight: normal;
}

a.news_title {
	color:#ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	padding: 0px;
}

a.news_title:hover {
	color:#ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration:underline;
	padding: 0px;
}
div.date {
	font-family: Verdana;
	font-size: 12px;
}
.simple {
	font-family: Verdana; 
	font-size: 11px; 
	color: #414141;
}

a.submenu {
	color:#060c03;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

a.submenu:hover {
	color:#ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
.scrollable {

	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

.scrollable .items {

	width:20000em;
	position:absolute;
}

.items div {
	float:left;
}
	