/***** Global Settings *****/

@import url(reset.css);

body {	background: url('../images/bg.jpg');
	color: #003355;
	font-family: tahoma;
 }
	
/***** Font Styles *****/

a 	{ color: #005588;  }
a:hover { 
	color: #006699;
	text-decoration: underline;
}

p	{ padding: 6px; }

h1 { 	font-size: 30px;
	letter-spacing: -0.5pt; }
	
h2 { 	color: #224466;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.5pt;
	text-transform: uppercase;
	height: 28px;
	
	margin-bottom: 5px;
	margin-top: 5px;
	}

#subtitle { 
	text-align: center;
	padding: 15px 0 5px 0;
	font-size: 14px;
	color: #335555;
	}


/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#container {
	position: relative;
	margin: 0 auto;
	width: 777px;
	min-height: 100%;
	}


#header {
	position: absolute;
	top: 0px;
	width: 399px;
	height: 113px;
	border: 0;
	padding: 0;
	display: block;
	background: url('../images/header.jpg');
}


#top { 
	position: relative;
	background: url('../images/top-bg.png');
	top: 116px;
	width: 757px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	}
	
#top .who {
	padding: 3px;
	float: left;
	margin-top: 55px;
	margin-left: 26px;
	height: 123px;
	width: 270px;
}

#top .join {
	padding: 3px;
	float: left;
	margin-top: 55px;
	margin-left: 17px;
	height: 123px;
	width: 191px;
}

#top .new {
	padding: 3px;
	float: left;
	margin-top: 55px;
	margin-left: 17px;
	height: 123px;
	width: 197px;
}

#boxes { 
	height: 100%;
}

#box {
	margin-left: 10px;
	margin-top: 115px;
}

#box div {
	float: left;
	position: relative;
	width: 379px;
	height: 332px;
	font-size: 11px;
	line-height: 17px;
	color: #333;	
}

#box a {
	display: block;
	width: 150px;
	height: 25px;
	margin: 20px 0 0 29px;
	float: left;
}

#box p {
	padding-top: 60px;
	padding-left: 38px;
	width: 310px;
	line-height: 17px;
}

#box span {
	position: absolute;
	float: right;
	top: 15px;
	right: 20px;
	font-size: 11px;
	text-align: right;
	color: #111;
}

#box sub {
	display: block;
	font-style: none; 
	font-size: 9px;
	color: #555;
	margin-bottom: 5px;
}

#movie {
	background: url('../images/box-movie.png');
}

#fpsgc {
	background: url('../images/box-fpsgc.png');
}
#fpsgc a { width: 222px;}

#ettv {
	background: url('../images/box-ettv.png');
}

#qltv {
	background: url('../images/box-qltv.png');
}

#fable2 {
	background: url('../images/box-fable2.png');
	margin-left: -1px;
}

#mattc0m {
	background: url('../images/box-mattc0m.png');
	margin-left: -1px;
}


#footer {
	color: white;
	float: left;
	width: 777px;
	height: 40px;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	}
	
