/* CSS Document */
	
body {
	background-image:url(art/back_bw09.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #6d6459;
	}

a {
	color: #a33600;
	}

a:hover {
	color: #ae7f75;
	}
	
div.featImg {
	position: relative;
	left:0px;
	width: 545px;
	height:239px;
	margin:0;
	z-index:2;
	}
	
div.video {
	position: relative;
	left:561px;
	width: 225px;
	top: -239px;
	height: 239px;
	margin: 0;
	z-index: 2;
	}
	
div.subMenuBar {
	width: 950px;
	position: relative;
	background-image:url(art/subMenu_back.gif);
	background-repeat:none;
	height:26px;
	}

div.sideBar a{
	color: #a33600;
	text-decoration:none;
	}
	
table.subMenuBar {
	color: #000000;
	}
	
td.subCenter a{
	color:#000000;
	}

td.subCenter a:hover{
	color:#535353;
	}
	

.contentMain strong {
	font-size: 14px;
	color: #000000;
	}
.bigLink, .bigLink a{
	font-size: 14px;
	font-weight:bold;
	color: #a33600;
	}
