body {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	color: #73abbf;
	opacity: 1;
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #142431 url('/images/bg.jpg') no-repeat center top fixed;
	text-shadow: black 0.1em 0.1em 0.2em;
/*	text-shadow: black 2px 2px #333;*/
}

#FM-header {
	overflow: hidden;
	margin-top: 20px;
}

#wrapper {
	text-align: left;
}



#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0 auto;
	color: #73abbf;
	font-weight: bold;
}

#frame_upper {
	margin: 0;
	background-image: url('/images/main_upper.png');
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	padding: 0;
}

#frame_middle {
	overflow: hidden;
	background-image: url('/images/main_middle.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0px 40px;
	position: relative;
}

#frame_lower {
	margin: 0;
	background-image: url('images/main_lower.png');
	background-repeat: no-repeat;
	height: 30px;
}

#FM-footer {
	margin: 0 0 30px 0;
}

A:link {text-decoration: none; color: #73abbf;}
A:visited {text-decoration: none; color: #73abbf;}
A:active {text-decoration: none; color: #73abbf;}
A:hover {text-decoration: none; color: white;}

#links li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	margin: 0;
	float: right;
	font-weight: bold;
}

#FM {
	float: left;
	font-weight: bold;
}
