/* 

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

*/

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

div#wrapperBg {
		}
div#wrapper {
		width: 860px;
		margin: 20px auto;
		background: #fff;
		border:1px solid #a73e3e;
		}
div#top {
		clear: both;
		height:130px;
		}
div#logo {
		position: absolute;
		left: 10px;
		top: 5px;
		width:794px;
		height:95px;
		}
div#topTag {
		position: absolute;
		right: 10px;
		bottom: 0px;
		width:200px;
		height:65px;
1		border: 1px solid #ccc;
		}
div#navContainer {
		clear: both;
		background:url(/mainpics/bg-menu-grad.jpg) 0 0 repeat-x;
		height:50px;
		padding-left:10px;
		}
div#vatc2 {
	display:block;
	position:absolute;
	top:0;
	right:10px;
	width:300px;
	height:50px;
	text-align:right;
		}
div#vatc2 p {
	color:#efd51c;
	line-height:50px;
	font-size:2em;
		}
div.content {
		clear: both;
		border-top: 5px solid #b6ac7e;
		border-bottom: 5px solid #b6ac7e;
		background:url(/mainpics/bg-content.jpg) 0 0 repeat-y;
1		padding:5px;
		padding-bottom:10px;
		}
div.contentCentre {
		float: left;
		width: 575px;
		padding:10px;
		}
div.contentRight {
		float: right;
		width: 240px;
		margin-right:10px;
		padding-top:10px;
		}
div#footer {
		clear: both;
		background:url(/mainpics/bg-footer-grad.jpg) 0 0 repeat-x;
		height:100px;
		padding:0px 10px;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
