#sitetop
{
	background-color: #000000;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	width:970px;
	height: 55px;
}

#sitetop h1
{
	margin: 0px;
	padding-top: 20px;
	text-indent: 300px;
	color: #ffffff;
	font-size: 18px;
	text-shadow: #000000 2px 2px 2px;
}

#sitewrapper
{
	background-image: url(../images/site_top.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 970px;
	min-height: 100px;
}

#sitefoot
{
	margin-top: 5px;
	background-color: #003366;
	background-image: url(../images/footimg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 970px;
	height: 50px;
	font-size: 10px;
	text-align: center;
	color: #b3c2d1;
	padding-top: 5px;
}

#sitefoot p
{
	padding: 10px;
	margin: 0px;
	text-align: center;
}

#sitefoot a
{
	color: #b3c2d1;
}

.linkfoot
{
	margin-top: 5px;
	background-color: #003366;
	background-image: url(../images/footimg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: auto;
	height: 50px;
	font-size: 10px;
	text-align: center;
	color: #b3c2d1;
	padding-top: 5px;
	clear: both;
}

.linkfoot p
{
	padding: 10px;
	margin: 0px;
	text-align: center;
}

.linkfoot a
{
	color: #b3c2d1;
}

