*
	{
		margin:0em;
		padding:0em;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
body
	{
		width:960px;
		position:absolute;
		left:50%;
		margin-left:-480px;
		background-color: #fff;
		color: #171695;
	}
img
	{
		border: none;
	}
#header
	{
		width: 954px;
		height: 146px;
		background-color: #171695;
		background-image: url(../img/header_shadow.jpg);
		background-position: right;
		background-repeat: no-repeat;
		margin-left: 6px;
	}
#logo img
	{
		width: 418px;
		height: 133px;
		margin: 5px 0 0 20px;
		float: left;
	}
#strapline
	{
		color: #f1df22;
		width: 450px;
		float: left;
		font-size: 180%;
		margin: 30px 0 0 50px;
		font-style: italic;
	}
#nav
	{
		width: 960px;
		height: 57px;
	}
#nav ul
	{
		list-style: none;
	}
#nav li
	{
		display: inline;
	}
#left
	{
		width: 440px;
		float: left;
		margin: 30px 0 0 20px;
		font-size: 140%;
	}
#yellow_box
	{
		width: 440px;
		background-color: #f1df22;
		font-size: 90%;
		font-weight: bold;
	}
#yellow_box ul
	{
		list-style-image: url(../img/tick.jpg);
		margin-left: 40px;
		padding-bottom: 20px;
		font-style: italic;
	}
#right
	{
		width: 440px;
		float: left;
		font-size: 140%;
		font-weight: bold;
		font-style: italic;
		margin: 30px 0 0 50px;
	}
#blue_box
	{
		width: 415px;
		background-color: #171695;
		color: #fff;
		margin-top: 20px;
		font-size: 80%;
		padding: 10px;
	}
#bluebar
	{
		width: 960px;
		height: 12px;
		background-color: #171695;
		float: left;
		margin: 10px 0 10px 0;
	}
#footer_container
	{
		width: 960px;
		float: left;
		margin-bottom: 1em;
	}
#footer
	{
		font-size: 50%;
		color: #fff;
		float: left;
		margin-top: 5px;
		margin-left: 20px;
	}
		
#footer ul
	{
		list-style: none;
		
	}
#footer li
	{
		display: inline;
		background-color: #ed2d38;
		padding: 5px;
		float: left;
	}
#footer a
	{
		color: #fff;
	}	
#footer_container img
	{
		float: left;
		margin-left: 5px;
		
	}
a
	{
		text-decoration: none;
	}