/* 

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

*/

/* --------- 2. layout	--------- */
div#layout-top {
		background:#a0ac81;
		height:30px;
		border-bottom:4px solid #fff;
		width:100%;
		z-index:2000;
}
div#wrapperBg {
		background:url(/mainpics/bgs/bg-wrapper-grad.png) 0 bottom repeat-x;
		min-height:750px;
		margin-top:-6px;
		z-index:1998;
		padding-bottom:2%;
		}
div.wrapper {
		width: 860px;
		margin: 0 auto;
}
div#wrapper-top {
		width: 950px;
		height:405px;
		height:410px;
		margin: 0 auto;
		background:url(/mainpics/bgs/bg-wrapper-top.png) 0 0 no-repeat;
		}
div#wrapper-mid {
		background:url(/mainpics/bgs/bg-wrapper-mid.png) 0 0 repeat-y;
		}
div#wrapper-bottom {
		height:45px;
		background:url(/mainpics/bgs/bg-wrapper-bottom.png) 0 0 no-repeat;
}
div#top {
		clear: both;
		}
div#logo {
		width:490px;
		height:68px;
		margin:0 auto;
		top:5px;
		}
div#banner {
		clear: both;
		margin:10px auto 0;
		width:922px;
		}
div#banner-text {
	background:url(/mainpics/banner/banner-text.png) 0 0 no-repeat;
	width:376px;
	height:144px;
	position:absolute;
	left:0;
	top:60px;
	z-index:8000;
}
div#navContainer {
		clear: both;
		background:#fff url(/mainpics/nav/bg-nav.jpg) center top no-repeat;
		width:850px;
		height:60px;
		margin:5px auto;
1		border:1px solid #f00;
		}
div.content {
		clear: both;
		width:848px;
		margin:0 auto;
		background: url(/mainpics/bgs/bg-wrapper-content.jpg) right 0 repeat-y;
		padding-top:0px;
		}
div.contentCentre {
		float: left;
		width:60%;
		width:550px;
		padding:10px;
		}
div.contentRight {
		float: right;
		width:250px;
		margin-right:5px;
		padding:10px;
		}
div#footer {
		clear: both;
		padding:20px 30px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
