/* Website Title
 * Layout
 *
 * © Ross Cairns 2007
*/


/* 														------------- Basic Structure */

body {
	width:100%;
	height:100%;

}

img {
	display: block;
}

img a {
	border: none;
}

a#skipnav{
	 visibility: hidden; 
	 position: absolute; 
	 left: -9999px; 
}

.clear-fix {
	clear:both;
}

#container {
	}

#header {
	}

/* 														------------- Basic Structure Specifics */
p {
	margin: 0 0 12px 0;
}

#background {
	position:fixed;
	width:100%;
	height:100%; /* Note: Changed from 99%. not sure why */
}

#container {
	left:0pt;
	position:absolute;
	top:0pt;
}

/* 												--- Content */

#primary {
	/* menu pos fixing */
	position:fixed;
	top:0;
	left:0;
	
	/* float:left; */
	padding: 5px 5px 25px 9px;
	background-color: #FFF;
	width: 165px;
}

#secondary p { width: 400px;}

#secondary h2 { width: 400px;}

#secondary {
	padding-top: 102px;
	padding-bottom: 36px;
	padding-left: 179px;
}

/* Because I.E. 6 isn't the brightest crayon in the box */
	* html #secondary {
		position: absolute;
		top:0;
		left:0;
		overflow:auto;
	}

	* html #secondary h2 {
		width: 800px;
	}
/* ------------------------------------------------------ */



#menu ul {
	margin: 0 0 12px 2px;
}

#menu ul ul{
	margin: 0;
}

/* 														------------- Layout Specifc */

/* 												--- Header */

#header h1 {
	padding: 1px 0 1px 0;
}

.slideshow {
	padding-top: 9px;
	padding-bottom: 2px;
}
.slideshow .flashcontent {
	padding-bottom:2px;
}



