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

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 232px;
}

.logo {
	position: absolute;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 137px;
	margin-left: 115px;
	margin-top: 58px;
}

.menu_bg {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	width: 955px;
	height: 30px;
}

.menu_images {
	display: inline;
}

.main_bg {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	width: 955px;
	height: 480px;
}

.footer_bg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	width: 955px;
	height: 65px;
}

.gothic_11_black {
	font-family: century gothic;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

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

.gothic_11_black a:hover {
	color: #FF6400;
	text-decoration: underline;
}

.title {
	font-family: century gothic;
	font-size: 20px;
	color: #000000;
	padding-bottom: 20px;
}

.gothic_12_black {
	font-family: century gothic;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

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

.gothic_12_black a:hover {
	color: #FF6400;
	text-decoration: underline;
}

.gothic_11_orange {
	font-family: century gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FF6400;
}

.news_holder {
	font-family: century gothic;
	font-size: 11px;
	color: #000000;
	width: 200px;
	text-align: justify;
	padding-top: 5px;
}

.read_more {
	padding-top: 7px;
	padding-bottom: 12px;
}

.events_holder {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #333333;
	overflow: auto;
	height: 350px;
	width: 230px;
}

.on {
	display: block;
}

.off {
	display: none;
}

#big_foto_mask {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #333333;
	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;
}