/* Furtherfield- Zero Gamer - CSS Document - Interface Styles*//**** GENERAL ************************************************************/body 	{	font-family: helvetica,arial, sans-serif;	font-size:0.9em;	font-weight: normal;	color: black;	background-color: white;	margin:0px;	padding:0px;	text-align:left;	}	a:link 	{         color: #0D8EDA;	text-decoration: none;        }	a:visited 	{         color: #0D8EDA;	text-decoration: none;        }	a:hover 	{         color: #CCCCCC;        background-color: #333333;        text-decoration: none;        }	a:active	{         color: #0D8EDA;	text-decoration: none;        }			/**** GENERAL: OVERALL PAGE CONTAINERS *************************************/#container	{	overflow: auto;	width:800px;	margin: 0px auto;	line-height: 130%;	background-repeat: repeat;	}	/*-----MAIN TITLE -------------------------------*/#title	{	float:left;	width:287px;	height:153px;	margin-top: 15px;	margin-left: 10px;	padding: 0px 0px 30px 0px;	}		/*-----HOME PAGE -------------------------------*//*-----DOWNLOAD CATALOGUE ----------------------*/	#download_catalogue	{	float:right;	width: 124px;	height: 115px;	margin: 20px 20px 9px 0px;	border: none;	}	#menu	{	float:right;	width: 53%;	height: auto;	margin-right: 10px;	margin-bottom: 10px;	color: #0D8EDA;	background-color:white;	padding: 10px;	}	#content	{	float: right;	margin-right: 10px;	width: 53%;	height: auto;	background-color:white;	padding: 10px;	}	#zero_one	{	float:left;	width: auto;	height: auto;	margin-left: 10px;	}	#max_payne	{	float:left;	width: auto;	height: auto;	margin-top: 45px;	margin-left: 13px;	font-size: 1em;	font-style:bold;	color: black;	}	#logos	{	float: right;	width: 53%;	margin-right: 10px;	height: auto;	border: none;	background-color:white;	padding: 10px;	margin-top: 80px;	text-align: left;	margin-bottom: 300px;	}		/*-----EXHIBITION -------------------------------*//*-----KEYNOTE -------------------------------*/		#the_exhibition	{	float:right;	margin-top: 45px;	margin-right: 10px;	margin-bottom: 50px;	height: auto;	width: auto;	font-size: 2.2em;	font-style:bold;	color: #0D8EDA; 	line-height: 0.9em;	text-align: right;	background-color:white;	padding: 10px;	}		#catalogue_pics	{	float:left;	margin-left: 10px;	width: 30%;	height: auto;	background-color:white;	padding: 10px;	font-size: 0.75em;	font-style:bold;	color: black; 	line-height: 1.1em;	}			/*-----Contacts -------------------------------*/#contact_text	{	clear:both;	margin-top: 50px;	margin-left: 10px;	margin-bottom: 15px;	width: 37%;	height: auto;	background-color:white;	padding: 10px;	}		#contact_col_left	{	float: left;	margin-left: 10px;	width: 37%;	height: auto;	background-color:white;	padding: 10px;	}#contact_col_right	{	float: right;	margin-right: 10px;	width: 53%;	height: auto;	background-color:white;	padding: 10px;	}	