@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	text-align:center;
}

#wrapper {
	width:100%;
	background-color:#ccc;
	min-height:400px;
}
#wrapper.home { background-color:#000; }
#header {
	width:100%;
	height: 200px;
	background-color:#000;
	padding:0;
	background-image:url(../images/hutsallogo.png); 
	background-repeat:no-repeat;
	background-position:center;
}
#headerBlank {
	width:100%;
	height: 200px;
	background-color:#000;
	padding:0;
}

#mainImg {
	text-align:center;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-350px;
	margin-top:10px;
}
#mainImg img {
	border:thin ridge silver;
	width:700px;
	height:auto;
}

#topnav {
	position:absolute;
	height: 20px;
	width:600px;
	text-align:center;
	padding:10px 5px;
	left:50%;
	margin-left:-300px;
	margin-top:-30px;
}
#footnav {
	position:absolute;
	height: 20px;
	width:600px;
	text-align:center;
	padding:10px 5px;
	left:50%;
	margin-left:-300px;
	top:90%;
	margin-top:300px;
}

.navbar a {
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	padding: 3px 15px;
	color:#fff;
	text-decoration:none;
}

.navbar a:hover {
	color:#C00;
	text-decoration:none;
}
.navbar a.selected, #topnav a.selected:hover {
	color:#F00;
	cursor:default;
}



.photos {
	float:right;
	padding:0 1.5%;
	background-color:#CCC;
}	
.photos img {
	width:375px;
	height:500px;
	border:2px inset #f00;
}

.content {
	font-family:"Bell MT", "Abadi MT Condensed Extra Bold", "Abadi MT Condensed Light";
	line-height: 133%;
	padding:2% 3%;
	text-align:justify;
	
}

.text {
	text-align:justify;
	margin: 2%;
	line-height:133%;
	font-family:"Bell MT", "Abadi MT Condensed Extra Bold", "Abadi MT Condensed Light";
}	
.text a {
	color:#CC3333;
	text-decoration:none;
}

.photo {
	padding:1%;
	margin-left:1%;
	margin-top:-2%;
	float:right;
}

.photo2 {
	padding:1%;
	margin-left:1%;
	margin-top:1.5%;
	margin-bottom:1.5%;
	float:right;
}


.photo2 img {
	border:thin inset #f00;
}

.photo img {
	border:thin inset #f00;
}




.noscript {
	font-family:"Courier New", Courier, monospace;
	color:#C00;
	font-size:12pt;
	width:30%;
	height: 20%;
	margin:40% 35%;
}
.noscript a {
	color:#9F0;
	text-decoration:none;
}
.noscript a:hover {
	color:#C00;
	text-decoration:underline;
}

a:hover {
	color:#666666;
}




#debug {
	position:absolute;
	top:10px;
	left:10px;
	border:thin ridge #c00;
	background-color:#fff;
	width:200px;
	height:300px;
	overflow:auto;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:8pt;
	display:none;
	text-align:left;
}
#debug.on { display:block; }



.demonstration {
	display:none;
}