* {
			font-family:Verdana;
			font-size:11px;
		}
		
		.searchBar {
			height:32px;
			width:100%;
			
			border-left:1px solid #93b29a;
			border-right:1px solid #93b29a;
			border-bottom:1px solid #93b29a;
			background-color:#3e5d45;
		}
		
		.main {
			height:100%;
			width:100%;
		}
		
		
		.left2 {
			/*background-color:#52514b;*/
			height:100%;
			width:177px;
			float:left;
		}
		.left {
			/*background-color:#52514b;*/
			background-image:url('images/menu_bg.jpg');
			background-repeat:repeat-y;
			height:100%;
			width:177px;
			margin-left:0px;
			/*float:left;*/
			/*border-left:1px solid #a1b9a8;
			border-right:1px solid #a1b9a8;*/
			border-bottom:1px solid #a1b9a8;
		}
		
		.menua {
			width:167px;
			margin-left:4px;
			line-height:23px;
			display:block;
			color:#ffffff;
			font-weight:bold;
			text-decoration:none;
			border-bottom:1px solid #a1b9a8;
			
		}
		
		.menua:hover {
			color:#52514b;
			background:url('images/menu_bg_ov.jpg');
		}
		
		.menua_sub {
			width:167px;
			line-height:23px;
			display:block;
			background-color:#605f59;
			color:#ffffff;
			font-weight:bold;
			text-decoration:none;
			border-bottom:1px solid #a1b9a8;
		}
		
		.menua_sub:hover {
			color:#52514b;
			background:url('images/menu_bg_ov.jpg');
		}
		
		.center {
			display:block;
			width:830;
			float:left;
		}
		
		.content {
			margin-top:10px;
			margin-left:10px;
			/*height:100%;*/
		}
		
		.bg_borders {
			background-color:#f8efe2;
			border:1px solid #5f7f66;
		}
		
		.top_box_left {
			width:559px;
			height:6px;
			font-size:1px;
		}
		
		.top_box_right {
			width:244px;
			height:6px;
			font-size:1px;
		}
		
		.content_left {
			width:559px;
			float:left;
		}
		
		.content_right {
			height:100%;
			width:244px;
			float:right;
		}
		
		.padding5px {
			padding:5px;
			text-align:justify;
		}
		
		.gallery {
			background-color:#3e5d45;
			height:84px;
			width:559;
		}
		
		.bottom_colons_header_left {
			float:left;
			height:6px;
			width:270px;
			font-size:0px;
		}
		
		.bottom_colons_header_right {
			float:right;
			height:6px;
			width:270px;
			font-size:0px;
		}
		
		.bottom_colons_content_left {
			float:left;
			display:inline;
			width:270px;
		}
		
		.bottom_colons_content_right {
			float:right;
			display:inline;
			width:270px;
		}
	
		.top_menu {
			border-left:2px solid #a1b9a8;
			float:left;
			margin-top:5px;
			margin-left:3px;
			height:20px;
			line-height:18px;
		}
		
		.top_menu_without_border {
			float:left;
			display:inline;
			margin-top:5px;
			margin-left:3px;
			height:20px;
			line-height:18px;
		}
		
		.top_menu_without_border a {
			color:#b2cfba;
			font-weight:bold;
			text-decoration:none;
		}
		
		.top_menu_without_border a:hover {
			color:#f8efe2;
			font-weight:bold;
			text-decoration:underline;
		}
		
		.top_menu a {
			color:#b2cfba;
			font-weight:bold;
			text-decoration:none;
		}
		
		.top_menu a:hover {
			color:#f8efe2;
			font-weight:bold;
			text-decoration:underline;
		}
		
		.calendarHeader {
			color:#d7d4d5;
			background-color:#52514b;
			font-size:11px;
			font-weight:bold;
		}
		
		.calendarLinks {
			color:#9b9991;
			font-weight:bold;
			font-size:11px;
			display:block;
			text-decoration:none;
		}
		
		.calendarToday {
			background-color:#f8efe2;
		}
		
		.calendarToday a {
			color:#070707;
		}
		
		.calendarLinks:hover {
			color:#070707;
			background-color:#f8efe2;
			font-weight:bold;
			font-size:11px;
			text-decoration:none;
		}
		