@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#container {
	position: absolute;
	top: 50%;
	margin-top: -238px;
	left: 50%;
	margin-left: -477px;
	width: 954px;
	height: 400px;
}

#img {
	position: absolute;
	top:0px;
	left: 0px;
	width: 952px;
	height: 357px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#link {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 360px;
	font-size: 16px;
}
#link a:hover {
	color: #000;
}

#info {
	font-size: 10px;
	color: #666666;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 400px;
}
.content {
	position: absolute;
	height: 557px;
	width: 952px;
	margin: 0px;
	padding: 0px;
	left: 50%;
	margin-left: -476px;
	top: 50%;
	margin-top: -238px;
/*	border-left: 40px solid #fff;
	border-right: 40px solid #fff;*/
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}
.bandContainer {
	position: absolute;
	height: 357px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0;
	top: 50%;
	margin-top: -179px;
}
.bandContainer .band {
	position: absolute;
	left: 0;
	top: 147px;
	height: 70px;
	width: 100%;
	background: #f08b1d;
	border: 0;
}
div.logo {
	width: 476px;
	height: 93px;
	position: absolute;
	margin-left: -238px;
	top: 50%;
	left: 50%;
}
div.footer {
	height: 30px;
	background: #f08b1d;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
div.header {
	height: 30px;
	background: #f08b1d;
	position: absolute;
	top: 0px;
	width: 100%;
}
div.scroller {
	height: 	
}
div.borders {
	width: 952px;
	height: 357px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: transparent;
	position: absolute;
	left: -1px;
}
div.footerContent {
	width: 952px;
	position: absolute;
	left: 50%;
	margin-left: -476px;
	font-size: 12px;
	font-face: Arial;
	color: #fff;
	line-height: 30px;
}
div.footerContent span {
	position: absolute;
	right: 0px;
}
div.rafeCopelandLink {
	width: 120px;
	height: 16px;
	position: absolute;
	right: 3px;
	bottom: 7px;
}
div.noScript {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 20px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 20px;
	background: #b42025;
	text-align: center;
}
div.noScript a {
	color: #fff;
	text-decoration: underline;
}
div.noScript a:hover {
	text-decoration: none;
}