/* CSS Document */
	
body {
	background-color:black;
	background-image:url(../20ten/art/back_lg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
	background-attachment:scroll;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #c7c7c7;
	font-size:12px;
	}
	
.contentMain strong {
	font-size: 16px;
	color: #d14a3c;
	font-weight:bold;
	}
	
a {
	color: #d14a3c ;	}
	
div.contentArea a {
	color: #d14a3c ;
	font-weight: bold;
	}

a:hover {
	color: #c73829;
	}

div.contentArea a:hover {
	color: #c73829;
	font-weight: bold;
	text-decoration:underline;
	}
	
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 {
	position: relative;
	background-image:url(../conf09/art/submenu_back.gif);
	background-repeat:repeat-x;
	height:26px;
	width:950px;
	}
	

table.subMenuBar {
	color: #000000;
	}
	
td.subCenter a{
	color:#000000;
	}

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