  /*  body styling */

.content{
	width:990px;
	margin:0 auto;
}
.left{
	float: left;
	padding-right: 5px;
}
.centre{
	float: left;
	padding: 0px 5px;
}

.column.left{
	width: 215px
}

.column.centre{
	width:760px;
}

.column{
	height: 100%;
}

.column{
	margin:10px 0px 10px 0px;
	height: 100%
}

.clear{
	clear: both;
}

.separator{
	width: 685px;
	margin: 0px auto;
	height: 1px;
	display: block;
	background: url('../images/separator.png');
}

.blocks{
	height: 300px;
	width: 600px;
	margin: 10px auto;
}

#blocks {
height: 275px;
width: 100% !important;
display: block;
margin: 0 auto;
}

.bottomDownload a{
	color: #555;
	font-size: 13px;
	text-decoration: none;
	font-family: arial;
	position: absolute;
	bottom: 6px;
}
.bottomDownload a:hover{
	text-decoration: underline;
}
