body { margin:0px; background:#121212 url(images/main-bg2.jpg) repeat-x;} 

body, div {
	font:9pt Helvetica,sans-serif;
	color:#d6d6d6;
	letter-spacing: 0.01cm;
	line-height: 125%;
}

h1 {font:16pt Helvetica,sans-serif; 
	font-weight:bold;
	letter-spacing: 0.2cm;
	line-height:160%;
}
	
h2 {font-size:1.85em;  
	font-weight:bold; 
	letter-spacing: 0.1cm;
	line-height:100%;
} 
h3 {font-weight: normal; 
	text-transform:uppercase;
	letter-spacing:.2em;
	font-size:10pt;
	color:#7F7F7F;
}
h4 {font-size:1.11em; 
	font-weight:normal;
	letter-spacing:.1em;
	line-height:120%;
}

a {outline:none;}

a:link { text-decoration:none; color:#d6d6d6; position:relative;}
a:visited { text-decoration:none; color:#d6d6d6; position:relative;}
a:hover { text-decoration:none; color:#c4ccc9; position:relative;}
a:active { text-decoration:none; color:#d6d6d6; position:relative;}

#outer-container {
	width:800px;
	margin:0 auto;
	padding-top:10px;
	position:relative;
}

#header {
	width:800px;
	height:80px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(images/f-logo.png) no-repeat;
}

#nav {
	width: 500px;
	padding-top: 35px;
	padding-right:10px;
	float:right;
	text-align: right;
	letter-spacing: 0.1cm;
	word-spacing: 30px;
}

#media {
	width: 800px;
	height: 498px;
	margin:0 auto;
	
}

#content {
	width:800px;
	margin:0 auto;
	padding-top: 30px;
	position:relative;
	text-align:left;
}

#footer {
	width:800px;
	height:190px;
	background: url(images/footer-bg.gif) no-repeat;
	margin-top:10px;
	
}


#footer-box a:link {color:#c4ccc9;}
#footer-box a:visited {color:#c4ccc9;}
#footer-box a:hover {color:#d6d6d6;}
	

<!-- end containers -->

.clearingElement {
	clear: both;
	height: 1px;
	overflow: auto;
}
