a:link, a:active
{
	color: #111;
	font-family: verdana;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a:visited
{
	color: #000;
	font-family: verdana;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
body
{
	background: #fff;
	color: #111;
	margin: 0 auto;
	padding: 0;
	padding-top: 5px;
	text-align: center;
}
h1
{
	font-family: 'IM Fell DW Pica', georgia;
	font-size: 30px;
	padding-left: 5px;
}
p
{
	font-family: verdana;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-right: 5px;
	padding-left: 5px;
}
#container
{
	margin: 0 auto;
	padding: 0;
	margin-top: 5px;
	text-align: center;
	width: 850px;
}
#content
{
	padding-top: 5px;
	text-align: left;
	width: 850px;
}
#footer
{
	clear: both;
	color: #111;
	font-size: .8em;
	text-align: center;
	width: 850px;
}
#header
{
	background: transparent;
	color: #111;
	font-family: 'IM Fell DW Pica', Georgia;
	font-size: 60px;
	height: 230px;
	margin-left: 10px;
	text-align: left;
	text-transform:uppercase;
	width: 850px;
}
#header a
{
	color: #111;
	font-family: 'IM Fell DW Pica', Georgia;
	font-size: 60px;
	font-weight:bold;
	text-transform:uppercase;
}
.text
{
	background: #fff;
	float: left;
	width: 575px;
}
.imagecol
{
	background: #fff;
	float: right;
	text-align: center;
	width: 205px;
}
.images
{
	background: url(images/bluebg.png);
	border: 1px solid #999;
	float: left;
	font-size: .7em;
	font-style: italic;
	text-align: center !important;
	margin-bottom: 30px;
	margin-left: 5px;
	padding: 5px 0;
	width: 190px;
}
.images img
{
	border: 1px solid #999;
}
