/*	Custom layout for site*/*	{	margin: 0;	padding: 0;	}/* HEADER */#header	{	position: absolute;	top: 10px;	left: 0;	width: 80px;	height: 400px;	margin-left: 20px;	text-indent: -1000em;	}#nav	{	display: none;	top: 10px;	}#nav li a	{	margin-right: 1em;	padding: 5px 5px 3px 3px;	line-height: 100%;	font-size: 100%;	font-weight: normal;	color: #666;	background: transparent none;	border-left: #ccc 1px solid;	}	#footer	{	padding-top: 1em;	border-top: #eee 1px solid;	}ul#accessToolbar	{	display: none;	position: absolute;	top: 0;	left: 0;	list-style-type: none;	text-align: right;	text-indent: 0;	}ul#accessToolbar li	{	display: inline;	}#extra1	{	width: 770px;	padding: 40px 0 5px 0;	text-align: center;	font-size: 80%;	}#content	{	padding-top: 70px;	margin-left:150px;		}body	{	background: #F7F7F7 url(images/bg-content.gif) repeat-y top left;	}#container	{	background: transparent url(images/bg-top.gif) no-repeat top left;	}#header	{	background: transparent url(images/bg-header.gif) no-repeat top center;	}#extra1	{	background: #F7F7F7 url(images/bg-bottom.gif) no-repeat top left;	padding-bottom: 600px;	}