.banner {
	background-image: url(banner.gif);
	height: 200px;
	width: 600px;
	position: relative;
	left: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-top: 50px;
}
.linkline {
	font-size: 18px;
	position: relative;
	height: 26px;
	width: 600px;
	left: 100px;
	font-family: "Arial Narrow";
	font-weight: lighter;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box {
	position: relative;
	width: 500px;
	left: 100px;
	font-family: "Arial Narrow";
	font-size: 14px;
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-right: 23px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 20px;
}
.boxhead {
	position: relative;
	width: 521px;
	font-family: "Franklin Gothic M...";
	font-size: 24px;
	font-weight: 900;
	color: #000000;
	font-weight: lighter;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-left: -20px;
}
.boxfoot {
	position: relative;
	width: 491px;
	font-family: "Franklin Gothic M...";
	font-size: 12px;
	color: #000000;
	padding-right: 3px;
	padding-left: -20px;
}
.footbanner {
	padding: 3px;
	position: relative;
	width: 600px;
	left: 100px;
	font-family: "Lucida Console";
	font-size: 11px;
	font-weight: lighter;
	font-variant: small-caps;
	border-top-style: none;
	margin-top: 50px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
