/*==========================================================================

	Structure Elements Stylesheet
	____________________________________________________________

	Date:		11th February 2009
	Author:	Andrew Cahill
	Website:	www.dataportability.org
	Version:	3.0

===========================================================================*/

	/* [Site Container] */
	
	.site
	{
		width: 910px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

/*=========================================================================*/

	/* [Header Styles] */
	
	.header
	{
		width: 100%;
		height: 187px;
		float: left;
	}
	
		.header .logo
		{
			float: left;
			width: 341px;
			height: 90px;
			margin: 77px 0 0 0;
		}
		
		.header .statement
		{
	float: right;
	width: 480px;
	padding: 10px;
	background-image: url(../images/statement-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
		}
		
			.header .statement p
			{
				margin: 0;
				
				font-size: 0.9em;
				line-height: 1.8em;
			}
		
/*=========================================================================*/

	/* [Page Styles] */
	
	.page
	{
		width: 100%;
		float: left;
		margin: 60px 0 0 0;
	}
		
/*=========================================================================*/

	/* [Content Styles] */
	
	.content
	{
		width: 100%;
		float: left;
	}

/*=========================================================================*/

	/* [Sidecol Styles] */
	
	.sidecol
	{
		width: 25%;
		float: right;
	}
	
/*=========================================================================*/

	/* [Footer Styles] */
	
	.footer
	{
		width: 100%;
		float: left;
		margin: 100px 0 0 0;
		padding: 0 0 20px 0;
		
		color: #9e9e9e;
	}
	
		.footer .details
		{
			float: left;
			width: 60%;
			
			line-height: 1.6em;
		}
		
		.footer a.hidden:link,
		.footer a.hidden:visited
		{
			text-decoration: none;
			color: #9e9e9e;
		}	

/*=========================================================================*/

	/* [Legal Styles] */
	
	#legal
	{
		background-color: #eee;
		
		color: #666;
		text-align: justify;
	}
		
	.legal
	{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
		.legal p
		{
			margin: 15px 0;
		}
		
		.legal p.border
		{
			border-top: 1px solid #ccc;
			padding: 10px 0 0 0;
		}
