body {
	background-color: #a95f0f;
	background-image: url(../images/BSW_bg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: yellow;
	cursor: pointer;
}
.bodyCopyWhite {
	font-size: 14px;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.bodyCopyBlack {
	font-size: 14px;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.footer {
	color: #a98b5d;
	font-size: 10px;
}
.error {
	color: red;
	font-weight: bold;
}
.link {
	font-size: 11px;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
}
#aboutDiv {
	shadow: 2px 2px 2px black;
	padding: 10px;
	position: absolute;
	z-index:3;
	visibility: hidden;
	text-align: center;
	background-color: white;
	outline-width: 1px;
	outline-style: solid;
	outline-color: #cccccc;
}
img {
	border: none;
}
