	body{
	margin:0;
	padding:0;
	background-color:#5e1c10;
	text-align:center;
	font-family:Verdana,Arial,Sans-serif;
	font-size:10pt;
	}
	
	#wrap{
	width:1000px;
	margin:0 auto;
	background-image:url(img/content.jpg);
	background-repeat:repeat-y;
	text-align:left;
	}
	
	#banner{
	height:252px;
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	}
	
	#link{
	height:30px;
	background-image:url(img/link.jpg);
	background-repeat:no-repeat;
	padding:0 60px;
	}
	
	#flag{
		float:right;
		color:#fff;
		line-height:30px;
	}
	
	#flag a:link, #flag a:visited{
		color:#fff;
	}
	
	#flag a:hover{
		text-decoration:underline;
	}
	
	#link ul, #link ul ul {
	margin:0;
	list-style: none;
	line-height: 30px;
	font-size:13px;
	padding:0;
	z-index:999;
	color:#fff;
}

a:link, a:visited{
color:#5f1c10;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#link ul a {
	display: block;
	padding: 0 12px;
	margin:0;
	color: #fff;
	text-decoration: none;
}

#link ul a.currentLink{
	background-color:#5f1c10;
}

#link ul a:hover{
	color: #fff;
	background-color:#5f1c10;
}

#link ul li {
	float: left;
	padding: 0 1px 0 0;
}

#link ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	font-size:1em;
	padding:0.2em;
	width:210px;
	background-color:#9e2f1a;
}

#link ul li li {
	padding-right: 1em;
}

#link ul li ul a {
	text-align:left;
	display:block;
	width:185px;
}

#link ul li ul a:hover {
	
}

#link ul li ul ul {
	margin: -1.2em 0 0 12em;
}

#link ul li:hover ul ul, #link ul li:hover ul ul ul, #link ul li.sfhover ul ul, #link ul li.sfhover ul ul ul {
	left: -999em;
}

#link ul li:hover ul, #link ul li li:hover ul, #link ul li li li:hover ul, #link ul li.sfhover ul, #link ul li li.sfhover ul, #link ul li li li.sfhover ul {
	left: auto;
}
	
	#contentwrap{
	position:relative;
	}
	
	#sidebarwrap{
	position:absolute;
	left:50px;
	bottom:0;
	top:O;
	height:100%;
	width:265px;
	background-image:url(img/sidebar.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
	
	#sidebar{
		padding:20px 25px 10px 10px;
	}
	
	#sidebar .widget{
		
		padding:5px;
	}
	
	#sidebar ul{
		list-style-type:none;
		padding:0;
		margin:0;
	}
	
	#sidebar ul li{
		line-height:30px;
	}
	
	#sidebar ul li a:link, #sidebar ul li a:visited{
		display:block;
		line-height:30px;
		text-indent:10px;
	}
	
	#sidebar ul li a:hover{
		background-color:#5d1c10;
		text-decoration:none;
		color:#fff;
	}
	
	#content{
	margin:0 50px 0 315px;
	min-height:500px;
	padding:20px 0;
	}
	
	#footer{
	position:relative;
	height:100px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:10px 0 0 20px;
	}
	
	form{
		padding:0;
		margin:0;
	}
	
	dl.zend_form{
		margin:0;
		padding:0;
	}
	
	dt{

	margin:15px 0 5px 40px;
	}
	
	
	table.calendar{
		border:1px solid #ccc;
		border-collapse:collapse;
		width:95%;
	}
	
	table.calendar td{
		border:1px solid #ccc;
		width:70px;
		text-align:center;
	}
	
	table.calendar tr.weekdays{
		background-color:#5e1c10;
		height:20px;
		line-height:20px;
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.today{
		
		background-color:#ccc;
		color:#000;
		font-weight:bold;
	}
	
	table.calendar td.dayLink{
		background-color:#5e1c10;
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.dayLink a:link, table.calendar td.dayLink a:visited{
		
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.today a:link, table.calendar td.today a:visited{
		
		color:#fff;
		font-weight:bold;
	}
	
	textarea{
		height:100px;
	}
	
	dl.zend_form input[type=text],select,textarea{
		width:90%;
	}

	
	
	
	a#epis:link, a#epis:visited{
		position:absolute;
		right:60px;
		top:20px;
		display:block;
		width:70px;
		height:67px;
		background-image:url(img/epislink.jpg);
		background-repeat:no-repeat;
	}
	
	a#epis:hover{
		background-image:url(img/epishover.jpg);
		background-repeat:no-repeat;
	}
	
	h1,h2,h3,h4,h5,h6{
		color:#5e1c10;
		margin:15px 0 0 5px;
	}
	
	h1{
		font-size:14pt;
	}
	h2{
		font-size:13pt;
	}
	h3{
		font-size:12pt;
	}
	h4{
		font-size:11pt;
	}
	h5{
		font-size:10pt;
	}
	h6{
		font-size:9pt;
	}
