/* CSS Document */
/* Simon Cook, 2008 */

html, body {
	margin:0;
	padding:0;
	display:block;
	min-width:722px;
	height:100%;
}

#container {
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#container, #footcontainer {
	width:976px;
	margin:0 auto;
}

/*OPEN HEADER*/
	#rightside {
		float:right;
		margin-top: 2pt;
		margin-right:16px;
		width:240px;
	}
	#logo a {
		display:block;
		height:81px;
	}
	/*navigation menu*/
	#nav {padding:10pt 0 0 1px}
	#nav ul {margin:0}
/*CLOSE HEADER*/

/*OPEN MAIN CONTENT*/
#text, #myGallery {
	min-height:442px;
	margin-left:16px;
}

#text #content {
	padding-top:142px;
	padding-left:20px;
}

/*CLOSE MAIN CONTENT*/

h1, p {margin-bottom:18pt}
h2, h3 {margin-bottom:-18px}
h3 {margin-top:18px}

#footcontainer {
	position:absolute;
	bottom:0.36%;
}
#foottext {padding-right:16px}


/* print styling: makes sure any print specific headers and footers don't display */
#printheader {display:none}
#printfooter {display:none}
