/* 

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */

div.layout {
		width:100%;
}
div.wrapper {
		width: 980px;
		margin: 0 auto;
		}
div#layout-top {
		background:url(/mainpics/bgs/bg-layout-top.jpg) center 0 repeat-x;
		height:280px;
}
div#layout-content {
		background:url(/mainpics/bgs/bg-body-tile.jpg) 0 0 repeat;
}
div#layout-bottom {
		background:url(/mainpics/bgs/bg-layout-bottom.jpg) center 0 repeat-x;
		height:110px;
}
div#wrapper-mid {
}
div#top {
		clear: both;
		}
div#banner {
		position:absolute;
		top:-140px;
		left:-40px;
		width:1060px;
		}
div#logo {
		padding-top:40px;
		width:246px;
		}
div#navContainer {
		width:700px;
		}
div.content {
		clear: both;
		padding-top:100px;
		padding-bottom:20px;
		}
div.contentCentre {
		padding:0 20px;
		}
div#footer {
		clear: both;
		padding-top:45px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
