body{
	height: 100%;
}

#container{
	position: absolute;
	width: 100%;
	min-height: 100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

a{
	color: #F00; /* INSERT CORECT COLOR HERE  */ 
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #F00; /* INSERT CORECT COLOR HERE  */
}

a:hover{
	color: #F00; /* INSERT CORECT COLOR HERE  */
}


header {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

section{
	position: relative;
	width: 960px;
	margin-bottom: 18px;
}

#main{
	padding-bottom: 160px;
}

.wrapper {
	height: 100%;
	min-height: 100%;
	width: 960px;
	position: relative;
	margin: 0 auto;
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background:url('../images/footer-bg.png') repeat-x top left;

}

input{
	color: #BDBDBD;
}
h1 {
font-family: "GillSansStdLight", GillSansStdLight;
font-size: 30px;
color: #1f4464;
margin-bottom:18px;
}

h2 {
font-family: "CabinSemiBold", CabinSemiBold;
font-size: 18px;
color:#0f3759;
padding-bottom:10px;
}

h3 {
font-family: "CabinSemiBold", CabinSemiBold;
font-size: 24px;
color:white;
padding-bottom:10px;

}
h4{
font-family: "CabinRegular", CabinRegular;
font-size: 18px;
color:#0e3759;
}
p{
font-family:"arial", arial;
color: #797979;
}

@font-face {
    font-family: 'GillSansStdLight';
    src: url('gillsansstd-light.eot');
    src: url('gillsansstd-light.eot') format('embedded-opentype'),
         url('gillsansstd-light.woff') format('woff'),
         url('gillsansstd-light.ttf') format('truetype'),
         url('gillsansstd-light.svg#GillSansStdLight') format('svg');
}


/* START GRID STYLING */

.column {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.one {
	width: 60px;
}

.two {
	width: 140px;
}

.three {
	width: 220px;
}

.four {
	width: 300px;
}

.five{
	width: 380px;
}

.six{
	width: 460px;
}

.seven{
	width: 540px;
}

.eight{
	width: 620px;
}

.nine{
	width: 700px;
}

.ten{
	width: 780px;
}

.eleven {
	width: 860px;
}

/* END GRID STYLING */