

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #e3dcea;
	color: #000;
	}

a {
	color: #202020;
}

a:hover {
	color: #9b9a8f;
}

a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 798px;
	}
	
	
/* ___| header |_____________________ */


#header {
	margin: 0;
	width: 798px;
	height: 115px;
	background: #41156f url("../graphics/bg_head.png") no-repeat;
	}
h1 {
	margin: 5px 0 0 163px;
	width: 241px;
	height: 76px;
	float: left;
	}
#head_img {
	margin: 0 4px 0 0;
	float: right;
	}
#head_img img {
	margin: 0 0 0 2px;
	float: left;
	}
#header ul {
	margin: 5px 0 0 146px;
	padding: 0;
	float: left;
	}
#header ul#tright {
	margin: 0;
	float: right;
	}
#header ul#tright li {
	margin: 0 21px 0 0;
	text-transform: none;
	}
#header ul li {
	margin: 0 15px 0 0;
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: 110%;
	color: #9f7638;
	}
#header ul li.now a {
	color: #41156f;
	border-left: 11px solid #41156f;
	}
#header ul li a {
	margin-right: 20px;
	padding: 0 0 0 10px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	border-left: 11px solid #FED700;
	text-decoration: none;
	color: #9f7638;
	display: block;
	float: left;
	}
#header ul li a:hover {
	border-left: 11px solid #41156f;
	color: #41156f;
	}
#header ul li.nohover a:hover {
	border-left: 11px solid #FED700;
	color: #41156f; 
}
	
/* ___| menu |_____________________ */


menu {
	margin: 0;
	padding: 0;
	}
menu li {
	margin: 0;
	list-style: none;
	font-size: 110%;
	color: #a088a0;
	}
menu li a {
	text-decoration: none;
	color: #a088a0;
	padding: 0 0 0 8px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	border-left: 11px solid #fffcd1;
	display: block;
	}
menu li.now a {
	border-left: 11px solid #41156f;
	color: #41156f;
	}


#left menu li.now2 a {
	border-left: 11px solid #41156f;
	color: #41156f;
	}	

	
menu li a:hover {
	border-left: 11px solid #41156f;
	color: #41156f;
	}

menu ul {
	margin: 0;
	padding: 0;
	}
menu ul li a {
	padding-left: 18px;
	}
	
	
/* ___| main |_____________________ */


#main {
	margin: 0;
	width: 798px;
	min-height: 300px;
	background: #fffcd1 url("../graphics/bg_main.png") repeat-y;
	}
	
	
/* ___| left column |_____________________ */


#left {
	margin: 23px 0 0 -3px;
	width: 155px;
	float: left;
	}
	
	
/* ___| content |_____________________ */


#content {
	margin: 0 21px 0 12px;
	width: 470px;
	min-height: 100px;
	float: left;
	overflow-x: hidden;
	}
#main .wide {
	margin: 0 0 0 15px;
	width: 604px;
	}
#content h2 {
	margin-bottom: 4px;
	font-size: 120%;
	color: #000;
	}
#content p {
	margin-bottom: 8px;
	line-height: 150%;
	text-align: justify;
	}
#content p#back {
	margin: 0 0 0 1px;
	padding: 30px 0 10px 0;
	width: 100%;
	height: 14px;
	text-align: center;
	color: #9b9a8f;
	font-size: 90%;
	background: url("../graphics/bg_back.png") no-repeat top;
	clear: both;
	}
#content p#back a, #content p#back_n a {
	color: #9b9a8f;
	text-decoration: none;
	}
#content p#back a:hover, #content p#back_n a:hover {
	color: #000;
	}
#content p#back_n {
	margin: 0;
	padding: 0 0 14px 0;
	text-align: center;
	color: #9b9a8f;
	font-size: 90%;
	clear: both;
	}
#content p#path {
	margin: 2px 0 6px 0;
	color: #000;
	font-size: 80%;
	font-style: italic;
	}
#content p#path a {
	color: #000;
	text-decoration: none;
	}
#content p#path a:hover {
	text-decoration: none;
	color: #888;
	}
.news {
	margin: 0 0 14px 0;
	padding: 0 11px 2px 2px;
	width: 454px;
	min-height: 60px;
	background: #fffcd1 url("../graphics/bg_news.png") no-repeat bottom;
	float: left;
	clear: both;
	}
.news_img {
	margin: 0 20px 0 0;
	width: 100px;
	text-align: center;
	float: left;
	}
.news_con {
	padding: 0 0 4px 0;
	width: 333px;
	float: left;
	}
#content .news h3 {
	margin-bottom: 1px;
	font-size: 120%;
	color: #707173;
	text-transform: uppercase;
	}
#content .news h3 a {
	text-decoration: none;
	color: #707173;
	}
#content .news h3 a:hover {
	text-decoration: underline;
	}
#content .news p {
	margin: 0;
	line-height: 140%;
	text-align: left;
	}
#content .news p.date {
	margin-top: 2px;
	font-size: 90%;
	color: #7f7e68;
	text-align: left;
	}
.news p.date span {
	text-align: left;
	float: right;
	}
.news p.date span a {
	color: #7f7e68;
	text-decoration: none;
	}
.news p.date span a:hover {
	color: #000;
	}
.gal {
	margin: 23px 0 0 0;
	clear: both;
	}
.image {
	margin: 10px 20px 8px 6px;
	border: 2px solid #fee34c;
	float: left;
	}
.image img {
	margin: -7px 0 0 -7px;
	float: left;
	position: relative;
	}

.gal .image {
	margin: 0 17px 23px 6px;
	}
	
	
#calendar {
	margin: 0; 
	text-align: center; 
	width: 150px;
	background: #FFFCD1;
	border-collapse: collapse;
	}
	

#calendar th {
	background: #41156F;
	padding: 4px 2px;
	}
		
#calendar th a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
#calendar th a:hover{
	color: #FFF;
	}
#calendars {
	margin: 0;
	width: 150px;
	}
#calendars td {
	font-weight: normal;
	color: #52524B;
	font-size: 95%;
	padding: 2px;
	}
#calendars tr.wkdays td {
	color: #4D4D4C;
	font-size: 92%;
	font-family: Arial;
	font-weight: bold;
	background: #FFF099;
	border: none;
	}
#calendars td.noevent {
	border-right: 1px solid #FED700;
	border-bottom: 1px solid #FED700;
	color: #000;
	font-weight: normal;
	}
#calendar td.event a {
	color: #000;
	font-weight: bold;
	}
#calendar td.event a:hover {
	color: #333;
	}


#calendars td.event {
	border: 1px solid #CCC;	
	color: #000;
	}
#calendars td.today {
	border-right: 1px solid #41156F;
	border-bottom: 1px solid #41156F;
	color: #000;
	}
#calendars td.today a {
	/*color: #FFF;*/
	/*background: #41156F;*/
	background. #FFF;
	color: #41156F;
	}	
	
#calendar_big {
	background: #EEE;
	margin: 0;	
	border-collapse: collapse;
	width:455px;
	flo_at:left;
}	
#calendar_big th {
	/*background: #AC4040;*/
	background: #41156F;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
#calendar_big td {
	padding: 5px;
	color: #000;
	background-color: #fff8bd;
}
#calendar_big td.even {
	background: #FFF;
}
#calendar_big td a {
	text-decoration:none;
	color: #333;
}
#calendar_big td a:hover {
	text-decoration: none;
	color: #8C0000;
}

/* ___| columns in content |_____________________ */


#col_left {
	margin: 11px 18px 0 0;
	width: 102px;
	float: left;
	}
#col_left .image {
	margin: 0 0 14px 5px;
	}
#col_left h4 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	background: #41156f;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	}
#col_right {
	margin: 11px 0 0 0;
	width: 480px;
	float: left;
	}
	
	
/* ___| table |_____________________ */


table.tab {
	margin: 0 0 17px 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
	}
table.tab th {
	padding: 6px 12px 6px 12px;
	background: #41156f;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	}
table.tab td {
	padding: 3px 6px 3px 6px;
	background: #fff099;
	color: #000;
	text-align: left;
	vertical-align: middle;
	}
table.tab td.light {
	background: #fff8bd;
	}


/* ___| right column |_____________________ */


#right {
	margin: 23px -16px 0 0;
	width: 155px;
	float: left;
	}


/* ___| box |_____________________ */


.box {
	margin: 0 0 16px 0;
	width: 146px;
	border: 2px solid #fee34c;
	float: left;
	clear: both;
	}
.ibox {
	margin: -5px 0 0 -7px;
	width: 153px;
	position: relative;
	background: #fffcd1;
	float: left;
	clear: both;
	}
	
.boxv {
	margin: 0 0 22px 0;
	width: 146px;
	border: 2px solid #b2a0c5;
	position: relative;
	float: left;
	clear: both;
	}
.iboxv {
	margin: -5px 0 0 -7px;
	width: 153px;
	position: relative;
	background: #f3eafe;
	float: left;
	clear: both;
	}
.boxv h3 {
	margin: 0 0 3px 0;
	padding: 3px 0 3px 0;
	background: #41156f;
	width: 153px;
	font-size: 130%;
	color: #fff;
	text-align: center;
	font-weight: normal;
	}
.boxv h3 a {
	text-decoration: none;
	color: #fff;
	}
.boxv ul {
	margin: 6px 7px 0 7px;
	padding: 0;
	}
.boxv ul li {
	margin: 0 0 6px 0;
	padding-left: 10px;
	line-height: 140%;
	list-style: none;
	font-size: 90%;
	position: relative;
	background: url("../graphics/bg_item.png") no-repeat left 5px;
	color: #615e66;
	}
.boxv ul li a {
	text-decoration: none;
	color: #615e66;
	}
.boxv ul li a:hover {
	color: #999;
	}

	
/* ___| footer |_____________________ */


#footer {
	margin: 0;
	width: 798px;
	height: 31px;
	background: #41156f url("../graphics/bg_footer.png") no-repeat;
	}
#footer p {
	margin: 0;
	padding: 7px 18px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	color: #c6b9d4;
	}
#footer p a {
	text-decoration: none;
	color: #c6b9d4;
	}
#footer p a:hover {
	color: #fff;
	}
	
	
	
#left menu ul li a {
	border-left: 11px solid #fffcd1;
	color: #a088a0;
	}
#left menu ul li a:hover {
	color: #41156f;
	border-left: 11px solid #41156f;
	}


.light {
	background: #EEE;
}


a {
	color: #9b9a8f;
	text-decoration: none;
}

a:hover {
	color: #000;
}
