/* CSS Document Created 28/08/08 by Fraser Patullo*/
*{
	margin:0;
	padding:0;
	color:#FFFFFF;
}
#left{
	width:240px;
	float:left;
	margin-left:10px;
	
}
body{
	background-color:#000000;
}
#wrapper{
	width:984px;
	margin: 0 auto;
	font-family:"Times New Roman", Times, serif;
}
#nav{
	font:1em Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	color:#8e8e8e;
	border-bottom:1px solid #545353;
	height:1em;
	margin:10px 0;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	float:left;
	margin-left:38px;
}
#nav ul li a, #nav ul li a:visited{
	display:block;
	text-decoration:none;
	color:#8e8e8e;
}
#nav ul li a:hover{
	color:#FFFFFF;
}
#topBit{
	text-align:center;
	border-bottom:1px solid #545353;
	padding-bottom:6px;
}
.boxOut{
	width:240px;
	height:266px;
	margin:12px 12px 0 0;
	background:#3c3c3c url(../attributes/boxOut.jpg);
	float:left;
	clear:left;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
}
.boxOut h2{
	font:1.6em lighter Verdana, Arial, Helvetica, sans-serif;
	margin:12px 0;
}
.boxOut a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.boxOut a:hover{
	text-decoration:underline;
}
.boxOut p{
	padding:0 10px;
	margin-top:6px;
}
#bottomBit{
	text-align:center;
	width:100%;
	clear:both;
	margin-top:15px;
	font: 0.8em "Century Gothic", Tahoma;
}

