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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #00CCCC;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}

.blueswood #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: auto;
}
.blueswood #container2 {
	width: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: auto;
}


.blueswood #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: auto;
}
.blueswood #mainContent {
	padding: 0 40px;
	margin-top: 10px;
}
.blueswood #mainContent2 {
	padding: 0;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	border-left: 15px ridge #09C;
	padding-left: 5px;
}
.smallItalic {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 6px;
}
.pieceName {
	font-size: 12px;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 3px;
	color: #0099CC;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #0099CC;
}


.blueswood #footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	border-top: 1px solid #CC0000;
	padding-top: 10px;
	margin-top: 10px;
}
.blueswood #footer p {
	font-size: 10px;
	font-weight: bold;
}
