/* main stylesheet for boreriders.com */

body {
	background-color: #000000;
	margin: 5px 0px 5px 0px;
	color: #ffffff;
	font-family: arial, sans-serif;
}

img { border: 0px; }

a { text-decoration: none; }

p { margin: 0px; }

:link, :visited, :active {
	color: #cccccc;
	background-color: inherit;
}

:hover {
	color: #ffffff;
	background-color: inherit;
}

#pageLayout {
	text-align: center;
}

#tableLayout {
	width: 740px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

#topBar {
	background-color: #333366;
	color: #ffffff;
	height: 16px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 8pt;
	letter-spacing: 0.6em;
	word-spacing: 20px;
}

#introBar {
	text-align: center;
	height: 20px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 8px;
	padding-top: 0px;
}

#imageBar {
	text-align: center;
	padding: 10px;
}

#lowerMenu {
	background-color: #669966;
	height: 16px;
	font-size: 8pt;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: inherit;
}

#bottomBar {
	background-color: #333366;
	color: #ffffff;
	height: 16px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 8pt;
	letter-spacing: 0.2em;
}

#copyright {
	width: 740px;
	background-color: #000000;
	color: #999999;
	font-size: 8pt;
  font-weight: bold;
	text-align: right;
	letter-spacing: 0.2em;
	margin-top: 3px;
}

.contentBox, .wideBox {
	font-size: 9pt;
	background-color: #666699;
	color: inherit;
	padding: 8px;
	text-align: justify;
	border: 2px ridge #9999cc;
	line-height: 16pt;
}

.contentBox {
	margin: 5px 15px 15px 15px;
	width: 230px;
}

.contentBox:first-letter {
	font-size: 16pt;
	font-family: Tolkien, Herald, fantasy;
	font-weight: bold;
}

.wideBox {
	width: 400px;
}

.links {
	text-align: center;
	font-size: 9pt;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 14pt;
}

.border {
	margin-left: 5px;
	margin-right: 5px;
}

.news, .reports, .history {
	width: 400px;
	padding: 0px;
}

.news {
  height: 194px;	
}

.reports {
	height: 280px;
}

.history {
	height: 380px;
}

.experiences {
	height: 350px;
	width: 600px;
	margin-left: 65px;
	margin-right: 65px;
	margin-bottom: 10px;
}

.facts {
	width: 230px;
	height: 120px;
	margin: 5px 15px 15px 15px;
}

.news, .reports, .history, .border, .experiences, .facts {
	border: 2px ridge #9999cc;
}

.spacer {
	margin-top: 10px;
	clear: both;
}

.centerBox {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

cite {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.quote {
	float: right;
	font-size: 8pt;
}

.imageMargins {
	margin-left: 10px;
	margin-right: 10px;
}

.hitbox {
  text-align: center;
	margin-top: 80px;
}

.hitbox img { border: 0px; }