html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #000000 top center url(../images/background.jpg) no-repeat;
} 
img { border: none; }
#container {	
	top: 0px;	
	width: 800px;	
	height: 100%;	
	min-height: 100%;	
	margin: auto;	
	position: relative;
	background: #000000 url(../images/top_dec.jpg) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html>body #container {	height: auto;}
hr { border: 1px dashed #f15a24; border-bottom: none; }
#top_dec{
	background: url(../images/top_dec.jpg) no-repeat top left;
	position: absolute;
	top: 0px;
	right:0px;
	width: 800px;
	height: 314px;
	z-index: 10;
}
#content {
	text-align: left;
	padding: 335px 300px 100px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
#events {
	background: url(../images/events.jpg) no-repeat;
	position: absolute;
	top: 313px;
	right:240px;
	width: 181px;
	height: 280px;
}
#events_content {
	padding: 95px 10px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#events a { color: #666666; text-decoration: none; }
#events a:hover { color: #CCCCCC; text-decoration: none; }
#right_container {
	background: url(../images/right_dec.jpg) repeat-y;
	position: absolute;
	top: 313px;
	right: 0px;
	width: 240px;
	height: 370px;
}
#right_container_area {
	padding: 10px 9px 20px 6px;
}
#left_container {
	background-color: #b2b2b2;
	position: absolute;
	top: 313px;
	left: 0px;
	width: 375px;
	height: 370px;
}
#left_container_area {
	padding: 20px 15px 20px 15px;
}
#nav {
	position: absolute;
	top: 95px;
	left: 27px;
	width: 150px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 100;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	display: block;
}
#nav li {
	list-style-type: none;
	padding-bottom: 5px;
	margin: 0px;
}
#nav li:hover, #nav li.current { color: #ff0000; text-decoration:none; }
#nav a { color: #b2b2b2; text-decoration: none; margin-top: 10px;}
#nav a:hover, #nav li.current a { color: #ff0000; text-decoration: none;}
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	right: 0px;
	background-color: #000000;
	height: 70px;
	z-index: 10;
}
#footer_text {
	text-align: right;
	padding: 15px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#footer_text a {
	color: #cccccc;
	text-decoration: none;
}
#footer_text a:hover {
	color: #666666;
	text-decoration: none;
}
.red { 
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #950000;
}
#footer_home {
	position: absolute;
	top: 700px;
	width: 800px;
	right: 0px;
}
#footer_text_home {
	text-align: right;
	padding: 5px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#footer_text_home a {
	color: #cccccc;
	text-decoration: none;
}
#footer_text_home a:hover {
	color: #666666;
	text-decoration: none;
}
.fm-logo {	
	float: right;	
	padding-top: 4px;	
	padding-right: 5px;	
	padding-left: 5px;
}