/* Final Main CSS Document */
/* Author: Liam Dilley */
/* Notes: order: top right bottom left */
/*  */

/* ***** Standard ***** */

body {
	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	
	font-size: 11px;
	
	font-style: normal;
	
	font-weight: normal;
	
	color: #ffffff;
	
	
	background-color:#575757;
	
	margin:0px 0px 0px 0px;
	
	text-align:center;
	
}

#mediabox {
	width:761px;
	height:86px;
	display:block;
	background-color:#ffffff;
}

#mediaSpacer {
	width:761px;
	height:55px;
	display:block;
}

#linkBar {
	padding-top:2px;
	width:761px;
	height:31px;
	background: url("images/link_strip2.gif"); background-repeat: no-repeat;

}

