body {
	background: #ddd9cd;
	color: #222;
	font: 11px/16px "Helvetica", Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

	.clearfix { overflow: hidden; width: 100%; }
	
	div.languages {
		width: 940px;
		margin: 10px auto;
		text-align: right;
		padding: 0 10px;
	}
	
	#wrapper { 
		width: 960px; 
		margin: 0 auto 0 auto; 
		background: #fcfdf8 url(images/wrapper.jpg) repeat-y; 
	}
	
	#wrapper-container { padding: 2px 10px 0 10px; }
	
	#top, #bottom { 
		width: 960px; 
		height: 9px;
	}
	#top { background: url(images/wrapper-top.jpg) no-repeat; }
	#bottom { background: url(images/wrapper-bottom.jpg) no-repeat; }
	
	#menu {
		background: #da5c00 url(images/menu-bar.jpg) no-repeat;
		width: 940px;
		height: 45px;
		font-size: 12px;
		color: #fff;
		margin-bottom: 10px;
	}
	#menu ul, #menu * { z-index: 2000; }
	#menu ul, #footer ul, div.colum.submenu ul { list-style: none; padding: 0; margin: 0; }
	#menu ul li { float: left; position: relative;}
	#menu ul li a { display: block; padding: 14px 15px; color: #fff; text-decoration: none; }
	#menu ul li.current a { font-weight: bold; }
	#menu ul li.current a, #menu ul li a:hover { background: url(images/menu-hover.jpg) top center no-repeat; }
	#menu ul li.current ul li a { background-image: none; font-weight: normal; }
	#menu ul li ul {
		position: absolute;
		left: 5px; 
		top: 45px;
		display: none;
		width: 200px;
		background: #b71500;
		font-size: 11px;
	}
	#menu ul li ul li { 
		float: none; 
		border-bottom: 1px solid #d85800; 
		position: static;
		display: block;
	}
	#menu ul li ul li a  {
		padding: 5px 10px;
	}
	#menu ul li ul li a:hover, #menu ul li ul li.current a { background: #d85800;  }
	#menu ul li ul li.current a { font-weight: bold; }
	
	
	
	
	#banner {
		width: 620px;
		height: 285px;
		float: left;
		position: relative;
	}
	
	#logo-container {
		background: url(images/logo-container.png) no-repeat;
		width: 300px;
		height: 80px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1000;
	}
	#logo-container img#logo {
		float: left;
		margin: 5px 0 0 40px;
	}
	#logo-container ul.highlights { color: #da5c00; float: right; width: 125px; }
	#logo-container ul.highlights li span { color: #000; font-weight: bold; } 
	
	div.colum {
		width: 130px;
		height: 265px;
		float: left;
		margin-left: 10px;
		padding: 10px;
	}
	div.colum a {
		color: #fff;
		text-decoration: none;
	}
	div.colum.large { width: 300px; }
	div.colum.submenu { background: #da5c00 url(images/orange-rounded.jpg) no-repeat; color: #fff; }
	div.colum.submenu ul.sub li {
		font-weight: bold;
		border-bottom: 1px solid #930;
	}
	div.colum.submenu ul.sub li a { padding: 5px 3px; display: block; }
	div.colum.submenu ul.sub li a:hover { background: #cb5600; }
	div.colum.submenu div.random-img img { display: block; margin: 10px auto; border: 5px solid #bf2a00; }
	
		
	div.colum.calendar { background: #e8b074 url(images/light-brown-rounded.jpg) no-repeat; }
	
	#content { padding: 30px 10px; }
	#content div.box {
		width: 300px; 
		float: left;
	}
	#content div.box.middle { margin: 0 10px; }
	
	#footer { 
		background: url(images/wrapper-shadow.jpg) top center no-repeat;
		width: 900px;
		margin: 0 auto;
		padding: 20px 30px;
		color: #776f56;
	}
	#footer ul li { display: inline; margin-right: 10px; }
	
	h1 {
		color: #633;
		font-size: 23px;
		margin: 0;
		padding: 5px 0;
		font-weight: normal;
	}
	
	img { border: 0; }
	
	div.CalendarControl fieldset {
		border: 0;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
	}
	
	div.CalendarControl fieldset a.CalendarNextMonth {
		float: right;
	}
	
	div.CalendarControl fieldset a.CalendarPrevMonth {
		float: left;
	}
	div.CalendarControl fieldset span.CalendarStaticMonth {
		margin-right: 4px; 
		}
	
	
	div.CalendarControl table {
		width: 100%;
		font-size: 10px;
	}
	div.CalendarControl table thead tr { 	margin-bottom: 3px; }
	div.CalendarControl table thead tr th {
		padding: 2px; 
	
		border-bottom: 1px solid #f4d8ba;
	}
	div.CalendarControl table tbody tr td a {
		padding: 2px 3px;
		display: block;
		text-align: center;
		
	}
	div.CalendarControl table tbody tr td a:hover { background: #f4d8ba; }
	div.CalendarControl table tbody tr td a.CalendarMarkedDate {
		background: #db5b00;
	}
	
	a:link, a:visited {
		color: #db5b00;
	}
	a:hover { text-decoration: none; }