BODY {
	background-color : #ffed5d;
	margin: 0px;
}

#twisted {
	background-image : url(images/wooden_twisted_post.png);
	background-repeat : repeat-y;
	vertical-align: top;
}

#maintable {
	width: 950px;
	height: 100%;
	background-color : #FFE401;
	border-right: 1px solid #64473f;
}

.content {
	background-image : url(images/yellow_gradient.gif);
	background-repeat : repeat-x;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	background-color : White;
}
.sidebar {
	background-image : url(images/yellow_gradient_sidebar.gif);
	background-repeat : repeat-x;
	vertical-align: top;
	background-color : White;
}
.footer {
	background-color: White;
	padding-left: 10px;
}
.header {
	padding-left: 10px;
}
#credit {
	width: 950px;
	background-color : #ffed5d;
}
.rockmill {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

A.nav:ACTIVE, A.nav:FOCUS, A.nav:LINK, A.nav:VISITED {
	color: White;
	text-decoration: none;
	font-weight: Bold;
	font-size: 16px;
}
A.nav:HOVER {
	color: Black;
	text-decoration: none;
	background-color: Transparent;
}
.navseperator{
	color: White;
	font-weight: Bold;
}
A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: Blue;
}
A:HOVER {
	color: Black;
	background-color: #ffed5d;
}
.active {
	color: yellow;
}
H1 {
	font-size: 1.2em;
}
.legend {
	font : small-caps 0.9em "Times New Roman", Times, serif;
}

.testimonial {
	border : 1px solid Maroon;
	margin: 0px 15px 0px 15px;
	width: 410px;
	padding: 8px;
	background-color: #ffed5d;	
}

iframe {
	border: 1px solid silver;
	margin-top: 1em;
}