/* Wiilam Bales CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C5AB31;
}

a:link {
	color: #C5AB31;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#pageContainer {
	clear: right;
	float: left;
	width: 732px;
	height: auto;
}

#navigationHeader {
	clear: right;
	float: left;
	height: 30px;
	width: 724px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5AB31;
}

#logoBox {
	float: left;
	height: 330px;
	width: 240px;
}

#stage {
	width: 484px;
	float: left;
}

#stageForText {
	float: left;
	width: 442px;
	background-color: #000000;
	overflow: visible;
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5AB31;
	border-left-color: #C5AB31;
}

#bottomTagLine {
	width: 724px;
	float: left;
	padding-top: 10px;
}

.articleCopy {
	font-size: 12px;
	color: #FFFFFF;
}

.aboutUsCopy {
	font-size: 16px;
	color: #C5AB31;
}
