body {
	scrollbar-face-color: #DBE2EA; 
	scrollbar-shadow-color: #8095a9;
	scrollbar-highlight-color: #DBE2EA; 
	scrollbar-3dlight-color: #8095a9; 
	scrollbar-darkshadow-color: #DBE2EA; 
	scrollbar-track-color: #DBE2EA;
	scrollbar-arrow-color: #8095a9;
	margin: 0px;
	background-color: #DBE2EA;
}

.header_left {
	background-image: url(../images/header_left.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 265px;
}

.menu_area {
	background-color: #0a64aa;
	border: 1px solid #ffffff;
}

.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 33px;
}

.menu_bg_over {
	background-image: url(../images/menu_bg_over.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 33px;
}

.menu_bg_last {
	background-image: url(../images/menu_bg_last.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 32px;
}

.menu_bg_over_last {
	background-image: url(../images/menu_bg_over_last.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 32px;
}

.menu_text, .menu_text a {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	//padding-top: 5px;
	padding-left: 5px;
	height: 100%;
	width: 100%;
}

.menu_text a:hover {
	text-decoration: none;
	padding-left: 10px;
}

.header_right {
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 325px;
}

.bar_grey {
	background-image: url(../images/bar_grey.gif);
	background-repeat: repeat-x;
	width: 650px;
	height: 60px;
}

.bar_blue {
	background-image: url(../images/bar_blue.gif);
	background-repeat: repeat-x;
	width: 940px;
	height: 21px;
}

.news_bg_repeat {
	background-image: url(../images/news_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	//background-position: left;
	width: 320px;
}

.news_bg {
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 300px;
}

.bar_orange {
	background-image: url(../images/bar_orange.gif);
	background-repeat: repeat-x;
	width: 940px;
	height: 21px;
}

.search_input {
	width: 110px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.tahoma_title {
	font-family: tahoma;
	font-size: 17px;
	color: #7ea6cb;
}

.tahoma_bold_black, .tahoma_bold_black a {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tahoma_bold_black a:hover {
	text-decoration: underline;
}

.tahoma_11_black {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.tahoma_11_black a {
	color: #000000;
	text-decoration: none;
}

.tahoma_11_black a:hover {
	color: #000000;
	text-decoration: underline;
}

.tahoma_11_blue, .tahoma_11_blue a {
	font-family: tahoma;
	font-size: 11px;
	color: #7ea6cb;
	text-decoration: none;
}

.tahoma_11_blue a:hover {
	text-decoration: underline;
}

.news_holder {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	width: 260px;
	text-align: justify;
	padding-top: 12px;
}

.read_more, .read_more a {
	font-family: tahoma;
	font-size: 11px;
	color: #fc7300;
	padding-top: 3px;
	text-decoration: none;
}

.read_more a:hover {
	text-decoration: underline;
}

.events_holder {
	scrollbar-face-color: #f5f6f8;
	scrollbar-highlight-color: #f5f6f8;
	scrollbar-darkshadow-color: #f5f6f8;
	scrollbar-track-color: #f5f6f8;
	scrollbar-shadow-color: #8095a9;
	scrollbar-3dlight-color: #8095a9;
	scrollbar-arrow-color: #8095a9;
	overflow: auto;
	height: 260px;
	width: 260px;
}

.on {
	display: block;
}

.off {
	display: none;
}

#big_foto_mask {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #DBE2EA;
	opacity: .60;
	filter: alpha(opacity=60); -moz-opacity: 0.6;
	z-index: 1000;
}

#big_pic_holder {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 25px;
	text-align: center;
	z-index: 1001;
}
