*
	{
		margin:0em;
		padding:0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
	}
body
	{
		background-color: #012e57;
		font-size: 90%;
	}
a img
	{
		border: 1px solid #fff;
	}
#container
	{
		width:960px;
		margin: 0 auto;
	}
#bg
	{
		width: 860px;
		background-image: url(../img/bg.gif);
		background-repeat: repeat-y;
		padding: 40px 50px 60px 50px;
		float: left;
	}
#logo
	{
		width: 253px;
		height: 75px;
		float: right;
	}
#nav
	{
		width: 597px;
		height: 20px;
		float: left;
		font-size: 75%;
		margin: 57px 0 0 0;
	}
#nav ul
	{
		list-style: none;
	}
#nav li
	{
		display: inline;
	}
a
	{
		color: #fff;
		text-decoration: none;
		background: none;
	}
a:hover
	{
		text-decoration: underline;
	}
#freezehold
	{
		width: 829px;
		height: 192px;
		float: left;
		margin: 30px 15px 30px 16px;
	} 
#strapline
	{
		width: 100%;
		text-align: center;
		float: left;
		height: auto;
		
	}
#strapline h1
	{
		font-family: "Times New Roman", Times, serif;
		font-weight: lighter;
		font-size: 180%;
	}
#copy
	{
		width: 860px;
		float: left;
		margin-top: 30px;
		height: auto;
		text-align:justify;
	}
dt
	{
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 5px;
	}
dt:hover
	{
		text-decoration: underline;
	}
dd
	{
		margin-bottom: 15px;
	}
