@charset "UTF-8";
/* CSS Document */
html,body	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/pgbkgd.jpg);
	background-repeat:repeat-x;
}
a:link, a:visited	{
	text-decoration:none;
	color: #069;
}
a:hover	{
	color: #999999;
}
.subnav	{
	font-size: 12px;
	line-height: 14px;
}
#spread	{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header	{
	background-image:url(images/header-bkgd.jpg);
	background-repeat:no-repeat;
	height: 125px;
	padding: 0 10px;
	background-color:#069;
}
#logo	{
	margin-top: 10px;
	float: left;
}
#headerright	{
	float: right;
	margin-top: 20px;
	color: #ffffff;
}
#contentwrapper	{
	padding-top: 10px;
	height: 630px;
	background-color:#FFF;
	background-image:url(pictures/background.jpg);
}
#navigation	{
	width: 165px;
	float: left;
	padding-top: 10px;
	padding-left:10px;
}
#maincontent	{
	float:left;
	width: 630px;
	padding: 0;
}

#rightcol	{
	width: 175px;
	float: right;
}
#rightcol img 	{
	margin-bottom: 10px;
}
#footer	{
	color: #ffffff;
	font-size:10px;
	padding-left: 10px;
	margin-top: 5px;
}
.clear	{
	clear: both;
}
.subnavigation	{
	margin-left:15px;
}