*{
padding:0;
margin:0;
}
body{
/*	padding:0 50px;  Now moved into html doc as inline css into main div */
	}
#container{
	margin:0 auto;
/*	padding:0 50px; */
//	width:700px;
  max-width: 750px;
  min-width: 650px;
  width: auto;
	}
/*#header{
	display:none;
	} */
	
#header{
	margin:0 auto;
	width:auto;
	padding: 15px 0;
	}
#header h1{
	float:left;
	font-weight:bold;
	}
#header p{
	float:right;
	}
	
#main {
	width:650px;
	margin:5px auto 0 auto;
	}
.center{
	text-align:center;
	}
#main_left{
	width:70%;
	float:left;
	}
#main_right{
	width:30%;
	float:right;
	}
.main_right_images{
	}
.main_right_images .mobile_gt{
	display:none;
	}
.main_right_images p{
	text-align:center;
	width:170px;
	}
.main_right_images a{
	display:block;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:0 0 0 20px;
	text-decoration:none;
/*	height:160px; */
	}
/* .fadewhite a:hover{
	background:url(http://www.imagicam.co.uk/RSDEVALBUMS/trans_white.png);
	}
.fadeblack a:hover{
	background:url(http://www.imagicam.co.uk/RSDEVALBUMS/trans_black.png);
	}  */


#footer{
	clear:both;
	width:70%;
	}