﻿/* CSS layout */
.silktext {
	color: #6633CC;
	font-weight: bold;
	font-size: small;
}
.hawktext {
	color: #FF0000;
	font-weight: bold;
	font-size: small;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	font-family: Verdana, sans-serif;
}
#masthead {
	margin: 0px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
#left_col {
	width: 121px;
	float: left;
}
#page_content {
	margin-left: 130px;
	text-align: left;
	font-size: medium;
}
#fullwidth{
	clear: both;
	width: 100%;
	right: auto;
	left: auto;
}
#footer {	
	font-size: xx-small;
	text-align: center;
	clear:both
	}
.image {
	float: left;
	margin-right: 15px;
	text-align: center;
	font-weight: bold;
	clear: left;
}
.imageR {
	float: left;
	margin-right: 15px;
	text-align: center;
	font-weight: bold;
	margin-left: 15px;
}
.linkbar{
	font-size: xx-small;
	text-align: center;
}
.poembody{
	font-size: small;
	text-align: center;
}
.center{
	text-align:center;
}
.photobox{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.clearboth{
	clear:both;
}
