/* 

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

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

div {
	1	border: 1px solid #666666;
1		position: relative;
		}

/* --------- new rules to accomodate family tree positioning	--------- */

div.layout {
		position: relative;
		}

div.layout div {
		position: relative;
		}

/* --------- new rules to accomodate family tree positioning	--------- */

body {
		background:#072b45;
		}
		
div:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
