
body{
	background: #510000 url('../images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	font-family: georgia, times new roman, times, serif, arial, verdana, sans-serif;
	font-size: .75em;
}

h1{
	margin: 0em;
	font-size: 1.5em;
	color: #333;
}

h2{
	margin: 1em 0em;
	font-size: 1.33em;
}

h3{
	font-size: 1em;
	margin: 0em;
	padding: 0em;
}

a{
	text-decoration: underline;
	color: #22E;
}

a:hover, a:focus{
	text-decoration: none;
	color: #E44;
}

a img{
	border: 0px;
}

#shell{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	position: relative;
}

#head{
	width: 100%;
	margin: 0em;
	padding: 0em;
	background: #E6E6E6 url('../images/div_1_bg.jpg');
}

#menu{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 188px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu img{
	margin: 0em .25em;
}

#menu a:hover, a:focus{
	text-decoration: underline;
	color: #22E;
}

#div_1{
	width: 100%;
	padding: 1em 0em;
	background: #E6E6E6 url('../images/div_1_bg.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.66;
}

#div_1 p{
	margin: 1em 0em;
	line-height: 1.75;
}

#div_2{
	width: 100%;
	clear: both;
	background: #510000 url('../images/div_2_bg.jpg') top;
	background-repeat: no-repeat;
	line-height: 1.5;
	color: #fff;
}

#div_2 a{
	color: #fff;
}

#div_2 .content{
	margin-left
}

#foot{
	width: 100%;
	clear: both;
	margin: .5em 0em;
	background: #631A1A url('../images/foot_bg.gif') top left;
	background-repeat: repeat-x;
	padding: 1em 0em;
	text-align: center;
	color: #fff;
	font-size: .8em;
}

#foot a{
	color: #fff;
}

#gallery{
	width: 100%;
	text-align: center;
}

table#calendar{
	width: 100%;
	border: 1px solid #333;
	margin: 1em 0em;
	background-color: #fff;
}

table#calendar td{
	width: 14.25%;
	border: 1px solid #333;
	vertical-align: top;
}

tr.month td{
	text-align: center;
	font-size: 1.3em;
	background: url('../images/cal_bg.jpg');
}

tr.cal_header td{
	text-align: center;
	background: url('../images/cal_bg.jpg');
}

tr.cal_days td{
	font-size: .8em;
	height: 9em;
}

table#calendar td.null{
	background-color: #a3a3a3;
}

table#calendar td.event{
	background-color: #eed3d3;
	/*background-color: #c3eec3;*/
}

.date{
	font-size: 1.25em;
	font-weight: bold;
	color: #933;
	display: block;
}

ul li{
	list-style: square inside;
}

.content{
	padding: 2em 2em 1em 2em;
}

p.pdf img{
	vertical-align: middle;
}

.map{
	float: right;
	margin: 1em;
	border: 1px solid #444;
}

.right{
	float: right;
	margin: 1em;
}

.left{
	float: left;
	margin: 1em;
}

input.btn_left{
	float: left;
	margin: 0em;
}

input.btn_right{
	float: right;
	margin: 0em;
}

#contact_form{
	width: 400px;
	float: right;
	background: #e6e6e6 url('../images/contact_bg.gif') top left;
	background-repeat: repeat-x;
	padding: 1em;
}

#contact_form input textarea{
	font: arial;
	size: 12;
}


.label{
	font-weight: bold;
	display: block;
}

.button{
	margin: .5em;
	display: block;
}

.error{
	color: #e22;
}