/* 
========================
matt from gridinator
    
=========================
*/
* { /* quick reset */
	margin: 0;	
}

body { 
	font-size: 11px;
	margin: 0;
	margin-top:80px;
	padding: 0;
	text-align: center;
	background: #f3f3f4;
}


.wrapper {
	margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	text-align: left;
	width: 960px;
	
}

.inner-wrapper {
	clear: both;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	padding: 0 10px 0 10px;
	position: relative;
	width: 905px;
}


h2 {
font-size: 13px;
color: #777;
font-family:"Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
letter-spacing:.13em;
}

h3 {
font-size: 11px;
font-family:"Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
font-style: italic;
}


p {
font-size: 11px;
font-family:"Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
letter-spacing:.11em;

}


p#cross-links { text-align: center }
		
		p#cross-links { margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
a {
  color: #333;
  text-decoration: none;
	}

.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}
.one-col, .two-col, .three-col, .four-col {
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	color: #ccc;
}
.one-col {
	width: 180px;
}

.two-col {
	width: 180px;
}

.three-col {
	width: 365px;
}

.four-col {
	width: 180px;
	margin-right: 0;
}

#header {
	width: 960px;
	margin:0;
	padding:0;
}

.logo-centre {
	text-align: center;
	
	}

.header_2_col {
	width: 475px;
	margin-bottom:10px;
	padding:0;
	float: left;
}


/*
.prefix-one {
	margin-left: 240px;
}

.prefix-two {
	margin-left: 480px;
}

.prefix-three {
	margin-left: 720px;
}

.suffix-one {
	margin-right: 250px;
}

.suffix-two {
	margin-right: 490px;
}

.suffix-three {
	margin-right: 730px;
}
/*

.clear { /* Useful generic clearing class. */
	clear: both;
}
.last-col {
	margin-right: 0;
}

.folio-white	{
	width: 180px;
	float: left;
	padding: 0px;
	position: relative;
	}

.folio-copy	{
	width: 365px;
	float: left;
	padding: 0px;
	position: relative;
	height: 460px;
	background: #fff;
	}
	
.inner-folio-copy	{
float: left;
padding: 20px;
position: relative;
	}
	
.folio-image 	{
margin-top: 15px;
}

