body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background: url(../grfx/steel.jpg) repeat-y center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#pageholder {
	background: #FFFFFF;
	border: #663300 solid 4px;
	margin: 50px 30px 10px 30px;
	padding: 10px;
}

#kewlogo {
	/* background: url(../grfx/KEWsteelLogo.gif) center no-repeat; */
	position: relative;
	top: -59px;
	width: 420px;
	height: 120px;
}	

#footer {
	zoom: 1;
	margin: 0px 30px;
	padding: 3px;
	background: url(../grfx/whiteBG.gif) repeat;
	filter: alpha(opacity = 50);
	-moz-opacity:.50;
	opacity:.50;
	height: 15px;
	}

#footer span {
	z-index: 20;
	filter: alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

#footer span {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	}	

a:link {
	color: #996633;
	text-decoration: underline;
}

a:visited {
	color: #FF6633;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC6633;
	text-decoration: underline;
}

.bookmark {
	float: right;
	position: relative;
	top: -120px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	color: #FF6633;
	}
	
#samples {
	display: block;
	background: url(../grfx/collage3.jpg) repeat-x 50% 0;
	height: 100px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-large;
	color: #663300;
	}