/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
body {
	background-color: #111111;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
}
#outerBorder {
	border: 1px solid #7C0F0F;
}
#mainCollection {
	border: 3px solid #000000;
	background-image: url(../img/backContent.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #755245;
}
#baseInfo {
	padding-top: 15px;
	text-align: center;
	font-size:x-small;
	color:#666666;
	padding-bottom: 15px;
}
#baseInfo a {
	color:#666666;
	text-decoration:underline;
}
#leftCol {
	width: 324px;
	float: left;
}

#mainCol {
	padding-top: 9px;
	margin-left: 324px;
}
#textCol {
padding-top: 15px;
	width: 590px;
}
#textCol img {
	border: 1px solid #3F2218;
}
