/* 

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

*/

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

div#wrapperBg {
		}
div#wrapper {
		width: 960px;
		margin: 0 auto;
		}
div#top {
		clear: both;
		}
div#banner {
		clear: both;
		background:url(/mainpics/banner-pic-1.jpg) 0 0 no-repeat;
		height:240px;
		}
div#logo {
		display: none;
		background:url(/mainpics/logo.jpg) 0 0 no-repeat;
		width:150px;
		height:150px;
		position:relative;
		top:50px;
		left:10px;
		}
div#navContainer {
		clear: both;
		background:#ac5d07;
		background: #75bce8;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		padding-left:20px;
		height:50px;
		}
div.content {
		clear: both;
		background:#fff url(/mainpics/bg-content.jpg) 2px 0 repeat-y;
		padding-bottom:20px;
		border-bottom:2px solid #fff;
		}
div.contentLeft {
		clear: both;
		float: left;
		width: 240px;
		padding:10px 5px;
		}
div.contentCentre {
1	border:1px solid #f00;
		float: left;
		width: 680px;
		padding-left:10px;
		padding-right:10px;
		}
div#linkHolder {
1	border:1px solid #f00;
		margin:40px auto;
		text-align:center;
	}
div.holder {
	float:left;
	margin-right:30px;
	width:300px;
}
div.left {
	clear:both;
	margin-bottom:20px;
	}
div#footer {
		clear: both;
		}
div#footerLogo {
1	border:1px solid #f00;
		background: #fff;
		width:500px;
1		height:30px;
		margin-top:-10px;
		float:left;
		text-align: left;
		padding: 5px;
		}
div#footerLogo img {
		margin-right: 10px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
