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: auto;	
	min-height: auto;	
	margin: auto;	
	position: relative;
	background: url(../images/background_inside.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html>body #container {	height: auto;}
hr { border: 1px solid  #333333; 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: 322px 270px 150px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
#content a {
	color:#950000;
	text-decoration: none;
}
#content a:hover {
	color:#000000;
	text-decoration: none;
}
#content li {
	list-style-type: square;
	color: #950000;
} 
#events {
	background: url(../images/events.jpg) no-repeat;
	position: absolute;
	top: 313px;
	right:240px;
	width: 181px;
	height: 280px;
}
#right_area { 
	position: absolute;
	top: 322px;
	right: 7px;
}
#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;
}

h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #ff0000;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content li .green {
	list-style-type: square;
	color: #008e00;
} 
.right_image { margin-left: 10px; margin-bottom: 10px; }
.white { color:#FFFFFF; }
.grey { color: #333333; }
.red { 	color: #FF0000; }
.green { color: #008e00; }
.amber { color: #ffb400; }
.blue { color: #0000ff; }
.yellow { color: #ffff00; }
.black { color: #000000; }
.bold { color:#000000; font-weight: bold; }
#footer_home {
	position: absolute;
	top: 620px;
	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;
}
