@font-face {
	font-family: 'Didact Gothic';
	font-style: normal;
	font-weight: 400;
	src: local('Didact Gothic'), local('DidactGothic'), url(AhaesIwA.woff) format('woff');
}
body {
	/* font-family: Tahoma, Verdana, sans-serif; */
	font-family: 'Didact Gothic', sans-serif;
	font-size: 22px;
	*font-family: Tahoma, Verdana, sans-serif;
	*font-size:17px;
	margin: 0;
	padding: 0;
	background-image: url('body.jpg');
	background-position: 50% 0%;
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	color: #444;
	text-shadow: #bbb 0px 0px 1px;
	overflow-y: scroll;
}
#body2, #body3, #body4 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	text-align: center;
}
#body2 {
	background-image: url('body2-1.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 1000px;
	z-index: 0;
}
#body3 {
	height: 330px;
	z-index: 2;
	overflow: hidden;
}
#body4 {
	overflow: auto;
	z-index: 1;
}
#blurbox {
	width: 100px;
	height: 100px;
	border-radius: 250px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 300px 200px rgba(255,255,255,1);
	margin: 300px auto 0 auto;
	opacity: 0;
	display: none;
}
a, a:link, a:visited {
	text-decoration: none;
	color:#9A0000;
}
a:hover {
	color:#D69696;
}
#wrapper {
	width: 940px;
	border: 0px solid #00f;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 330px;
}
#feather {
	margin: 260px 0 0px 0;
	opacity: 1;
}
#cont_w {
	min-height: 600px;
	/* margin: 0 0 100px 0; */
	padding: 0 0 40px 0;
	border: 0px solid #b74c4c;
	border-width: 0 0 6px 0;
	overflow: auto;
	background-color: #fff;
	box-shadow: 0 0 40px #000;
}
#cont {
	text-align: justify;
	float: right;
	width: 650px;
	padding: 20px 40px 20px 10px;
	border: 0px solid #f00;
}
#m_left {
	float: left;
	width: 290px;
	padding: 10px 0 10px 10px;
	border: 0px solid #00f;
	/* margin: 50px 0 0 0; */
	margin: 0px 0 0 0;
}
#menu {
	float: right;
	/* width: 940px; */
	width: 930px;
	margin: 0 10px 0 0;
	height: 60px;
	line-height: 50px;
	min-height: 60px;
	border: 0px solid #00f;
}
ul.menu {
	height: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0px;
}
.menu li {
	height: 100%;
	min-width: 50px;
	width: 100px;
	position: relative;
	float: right;
	margin: 0 10px 10px 10px;
	padding: 5px 8px 5px 8px;
	border: 0px solid #b74c4c;
	border-width: 6px 0 0 0;
	border-width: 0px;
	font-size: 24px;
}
.menu li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	color: #444;
	text-shadow: #bbb 0px 0px 1px;
}
.menu li.active a {
	color: #b74c4c;
}
.menu .menu_flag {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	background-color: #b74c4c;
}
#footer {
	clear: both;
}
#design {
	/* width: 940px; */
	width: 900px;
	padding: 0 20px;
	margin: 20px auto 80px auto;
	height: auto;
	/* text-align: right; */
	font-size: 66%;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

/* CALENDAR */

#jl_calendar_header {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 50px 30px 0 25px;
	padding: 5px;
	background-color: #b54b4b;
	border-radius: 5px;
}
#jl_calendar {
	padding: 5px 20px;
}
#jl_calendar_footer {
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.ui-datepicker a {
	height: 28px;
	margin: 1px;
}
.ui-datepicker td.calendar_mark a:not(.ui-state-hover)
{
	
	background: none #f7e6e6;
	border: 2px solid #B74C4C;
	margin: 0px;
}
.ui-datepicker td.calendar_mark a:not(.ui-state-hover).ui-state-active
{
	color: #B74C4C;
}

#cont_mod_top {
	margin-bottom: 20px;
}
#cont_mod_top:empty {
	display: none;
}






