﻿* {
	padding: 0;
	margin: 0;					
}
body {
	background-color: #000;
	color: #808080;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px/18px;
}
a { color: #808080; }
a:hover { text-decoration: none; }
#wrapper {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 10px auto 0 auto;
	background: url("../fhome2.jpg") left top no-repeat;				
}
#footer {
	width: 831px;
	height: 27px;
	margin: 20px auto 0 auto;
	background: url("../contact.jpg") left top no-repeat;
	text-indent: -9000px;
}
#logo {
	color: #000;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 230px;
	width: 400px;
	font-weight: bold;
	font-size: 30px;
}
#logo a {
	display: block;
	text-transform: lowercase;
	font-size: 14px;
	margin: 15px 0 0 40px;
	color: #000;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#news {
	width: 675px;
	position: absolute;
	top: 150px;
	right: 0;
	height: 618px;
}
#news h2 {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#news h3 {
	color: #fff;
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
}
#news p {
	margin-bottom: 1em;
	color: #ccc;
	font-weight: bold;
}
#news .indent1 { padding-left: 50px; }
#news .indent2 { padding-left: 75px; }
#news .indent3 { padding-left: 100px; }
#news .indent4 { padding-left: 125px; }
