/* ******************  Structure styles (No colours)  ************** */
#wrapper {
    margin:0 auto;
    width:1000px;
    padding:0;
}
#header {
    height:140px;
    position:relative;
}
.column-one,
.column-two,
.column-three,
.column-five {
	float:left;
    width:306px;
	margin-left:20px;
}
.column-one {
}
.column-two {
}
.column-three {
}
.column-four {
	float:left;
	margin-top:15px;
	margin-left:20px;
	width:634px;
}
.column-five {
	margin-top:15px;
}
.single-column {
    width:960px;
	margin:0 auto;
}

/* ******************  Inner column styles  ************** */
.inner-column-one {
	float:left;
	width:47%;
}
.inner-column-two {
	float:right;
	width:47%;
}

#footer {
    clear:both;
	margin:0 auto;
	height:77px;
	width:960px;
	position:relative;
}

/* ******************  Spacer/divider styles  ************** */
.clear {
    clear:both;
}
div.clear-rule {
	clear:both;
    font-size:0;
    line-height:1px;
    height:0;
}
.row-divider {
	width:100%;
	height:40px;
	clear:both;
}
.row-divider-two {
	width:100%;
	height:1px;
	clear:both;
	border-top:solid 1px #d6d4d4;
	margin:10px 0 10px 0;
}
.row-divider-three {
	width:100%;
	height:10px;
	clear:both;
}
.row-divider-five {
	width:100%;
	height:20px;
	clear:both;
}

