@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding:0;
	padding-left:0px;
	padding-top: 0px;
	color: #000000;
}
.oneColFixCtr #container {
	margin-left:inherit 0;
	text-indent:0px;
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/Darkroom_spotlight.jpg);
	
	
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:0px;
	padding-top: 0px;
	margin: 0 0px;
	marker-offset:inherit;
	position:absolute;
	left: 0px;
}

.headerTable{
	position:relative;
	width: 674px;
	border: 0px solid #FFFFFF;
	border-right:0px;
	border-top:0px;
	position:static;
	left:13px;
	top:13px;
}

.MenuTableSpacing{
	height: 32px;
}

.YouTube{
	text-align:center;
}
.contents{
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size:14px;
	color:#DDDDDD;
}
.contentTitle{
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#CCCCCC;
}

.MenuTable{
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	 height:40px;
	 font-size:14px;
	 background-color:#444444;
	 border-color:#FFFFFF;
	 border:2px;
	 text-decoration:none;
	 text-transform:uppercase;
}
.MenuTable a{
   	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	text-transform:uppercase;
}

.TailLinks{
	   	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
		text-decoration:none;
		text-align:center;
	color:#888888;
}

.TailLinks a{
	text-decoration:none;
	color:#CCCCCC;
	text-transform:uppercase;
}
