html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #005493 url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: none;}
html>body #container {	height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin:20px 0; }
hr { border: 0px; background-color: #c7ced1; height: 1px; }
#container {	
	top: 0px;	
	width: 800px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
	background: url(../images/background_container.jpg) repeat-y right top;
}
#top_dec {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 123px;
	background: url(../images/top_dec.jpg) repeat-x;
}
#logo {
	position: absolute;
	top: 22px;
	right: 40px;
	width: 154px;
	height: 70px;
}	
#slogan {
	position: absolute;
	top: 60px;
	left: 35px;
	width: 354px;
	height: 21px;
}	
#header {
	position: absolute;
	top: 123px;
	right: 0px;
	width: 602px;
	height: 271px;
}
#shadow_top {
	position: absolute;
	top: 123px;
	left: 0px;
	background: url(../images/shadow_top.jpg) no-repeat;
	width: 800px;
	height: 10px;
}
#shadow_bottom {
	position: absolute;
	top: 384px;
	left: 0px;
	background: url(../images/shadow_bottom.jpg) no-repeat;
	width: 800px;
	height: 10px;
}
#titles {
	position: absolute;
	top: 438px;
	left: 35px;
}
#right_content {
	position: absolute;
	top: 438px;
	right: 20px;
	left: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #85CBE8;
}
#right_content a {
	color: #85CBE8;
	text-decoration: none;
}
#right_content a:hover {
	color: #cccccc;
	text-decoration: none;
}
#nav {
	position: absolute;
	top: 160px;
	left: 35px; 
	z-index: 10;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	padding: 0px 0px 4px 0px;
	margin: 0;
	list-style-type: none;
}
#content {
	padding: 415px 280px 100px 220px;
	color: #FFFFFF;
}
#content a {
	color: #8de2f9;
	text-decoration: none;
}
#content a:hover {
	color: #cccccc;
	text-decoration: none;
}
#gallery a { color: #FFFFFF; }
#gallery a:hover { color: #0092cf; }

.bold {
	font-weight: bold;
}
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #ffffff;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 50px;
	background: #005493 url(../images/shadow_footer.jpg) no-repeat top right;
}
#footer_text {
	padding: 25px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0092cf;
	text-align: right;
}
#footer_text a, #terms a {
	color: #0092cf;
	text-decoration: none;
}
#footer_text a:hover, #terms a:hover {
	color: #8de2f9;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 6px 0px 5px 10px;
}
