@charset "utf-8";
/* CSS Document */

html,body{ 
font-family:Tahoma, Geneva, sans-serif; 
background:#1a290e;
background-image:url(../img/bgbottomfoother.jpg);
background-position:bottom;
background-repeat:repeat-x; 
margin:0; 
padding:0;
height:100%; /* needed for container min-height */
}

a{ text-decoration:none;
	color:#dfa538;}
a:hover{color:#fff;}

/* Navigation */
#nav{ 
position:absolute;
margin: 60px 0 0 70px;
width:770px;
}
#nav ul{ 
margin:0;
padding:0;
}
#nav ul li{
	list-style:none;
	float:left;
	padding:0 15px 3px 0;
	margin:0;
}
#nav ul li a{
	text-decoration:none;
	font-size:9px;
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height:10px;
	text-shadow:#000 1px 1px 2px ;
}
#nav ul li a:hover{
	color:#C90;
}
/* Navigation end */
.bgtop{
	position:absolute;
	background:#1a290e url(../img/bgtopheader.jpg) no-repeat top;
	background-position:left;
	width:100%;
	height:307px;
	 	 }
.maincont{
	margin-left:60px; 
	width:930px; 
	background: #0a0604;
	margin-top:80px;
	padding:0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
.rigtcolumn{
	float: left;
	width:158px;
	}

.leftmargin{ 
	display: inline;
	float: left;
	width:275px;
	background:url(../img/logo.jpg) no-repeat top left;
	min-height:374px;
	padding:318px 0 0 0;

}
.rigthmargin{ 
	width:495px;
	display: inline;
	float: left;
	background-color:#060;
	margin:1px 0 1px 0;
 }
.lastcont{
	margin:0 27px 0 32px;
	font-size:10px;
	color:#FFF;
	text-align: left;
}
.lastcont p{
	color:#a2a2a2;
	margin:0;
	padding:0;

}

/** Calendar **/
.Calendar {
	border-collapse: separate;
	margin: 10px auto;
	font-size: 11px;
	cursor:default;

}
td, th {
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	position: relative;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
}
th {
	height: 20px;
	font-size: 11px;
}
td:hover, th:hover {
	color: #111;
	background-color:#CCC;
}
td.date_has_event {
	color: white;
	background-color:#2b1d0d;
}
td.date_has_event:hover {
	background-color:#333;
}
td.old {
	color:#8f8f8f;
}
tr.day th {
	color:#b4882b;
}
td.today {
	color: #020202;
	background-color:#b4882b;
}
td.today:hover {
	background-color:#FC3
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

/** Calendar end **/

h2{ 
	line-height:normal; 
	font-size:11px;
	color:#dfa538;
	margin:0;
	padding:0;
}
.copyrigth{ 
	margin:0 27px 0 32px;
	font-size:10px;
color:#4c4637;
padding-bottom:20px;
}

.clear{ clear:both}
