/* 

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

*/

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

div#layout-top {
	width:100%;
	background: url(/mainpics/bg-layout-top.jpg) 0 0 repeat-x #a3a3a3;
	height:170px;
		}
div#layout-mid {
	width:100%;
	background:#fff;
		}
div#layout-bottom {
	width:100%;
	border-top:3px solid #a5a5a5;
		}
div.wrapper {
	margin:0 auto;
	width:915px;
		}
div#top {
	background:url(/mainpics/header.jpg) 0 0 no-repeat;
	height:249px;
		}
div#navContainer {
	clear: both;
	background:#a3a3a3;
	position:absolute;
	top:130px;
	left:0;
	height:40px;
	width:480px;
		}
div.content {
		clear: both;
		padding-top:20px;
		}
div.contentLeft {
		clear: both;
		float: left;
		width: 100px;
		}
div.contentCentre {
		float: left;
		width: 900px;
		}
div.contentRight {
		float: left;
		width: 100px;
		}
div#footer {
		clear: both;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
