@charset "UTF-8";


body, html  {

	background-color: #6b3903;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	margin:0; padding:0; border:0;	
	
}


a:visited {
	color: #921d0a;
	text-decoration: none;
}


a:active {
	color: #921d0a;
	text-decoration: none;
}


a:link {
	color: #921d0a;
	text-decoration: none;
}


a:hover {
	color: #c23018;
	
}


a.event:link {
	color: #f4edd1;
	text-decoration:underline;
}
a.event:active {
	color: #f4edd1;
	text-decoration:underline;
}
a.event:visited {
	color: #f4edd1;
	text-decoration:underline;
}
a.event:hover {
	color: #faf5df;
	text-decoration:underline;
}



.copy {
	text-align:left;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
	line-height:1.3em;
}


.copy_inside {
	text-align:left;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
	line-height:1.3em;
	padding-left:10px;
}

.head {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 12px;
	color:#6B3903;
	text-decoration: none;
	font-weight:bold;
	line-height:1.5;

}


.events {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:11px;
	color:#cde0ec;
	text-decoration: none;
	line-height:1.5;

}

.events_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:11px;
 color:#f4edd1;
	text-decoration: none;
	font-weight:bold;
	line-height:1.5;

}