*, html, body { margin:0; padding:0; border: none;}
	
body{
	background-image:url('http://www.sethdailey.org/images/bg.png');
	background-repeat:repeat-x repeat-y;
	background-attachment:fixed;
	background-color:#1b1b1a; 
	
	font-size:13px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#bbb;
	
	SCROLLBAR-FACE-COLOR: #000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #000;
	SCROLLBAR-ARROW-COLOR: #ccc;
	SCROLLBAR-TRACK-COLOR: #42423d;
}

textarea{ border: none; border:1px solid #aaa; padding:0px; background:#575751; color:#fff;}
input{    border: none; border:1px solid #aaa; padding:0px; background:#575751; color:#fff;}

a{
	text-decoration:none;
	color:#eee;
	border-bottom:1px dotted #fa8910;
}
	a:hover{ color:#fa8910; }

h1, h2, h3{
	font-weight:lighter;
	font-size: 16px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
}

h1, h2{
	border-bottom:1px solid;
}
	
ol, ul {
	line-height:18px;
}
	ol {	margin: 15px 40px; }
	ul { margin:0; }
		ul.indent { margin: 5px 30px; }
	li { padding:0 0 5px 0; }
		li span { color:#878787; }
		
table{border-collapse:collapse; border-spacing:0; width:100%}
td {
	vertical-align:top; 
	line-height: 20px; 
	padding:20px 10px;
	font-size:13px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

.hide { display:none; }
.dark  { background:#000; }
.light{ background:#555; }
.borderMe { border: 1px dotted #555; }
.noSeeEm { opacity:0; filter: alpha(opacity=0); }
	
/* Light Box */
.LightBoxBase { 
	display:none; 
	position:fixed; 
	background:#000; 
}
#divLbBackLight { 
	width:100%; 
	height:100%;
	z-index:100;
	opacity:0;
	filter: alpha(opacity=0);
}
#divLbView { 
	margin:0 auto;
	padding:0 0 18px 18px;
	border:1px dotted #555;
	text-align:center; 
	z-index:101;
	opacity:0;
	filter: alpha(opacity=0);
}
	#divLbView  #divLbContent {
		float:left;
		padding:18px 0 0 0;
		width:716px;
	}
		#divLbView div.close { 
			float:right; 
			width:18px;
		}
			#divLbView div.close a{
				margin:-2px 0 0 -6px;
				font-size:18px;
				position:absolute;
				border: 0px;
				font-weight:bold;
				cursor:pointer;
				z-index:200;
			}
	

/* Content */
.wrapper {
	width:870px;
	margin:0 auto;
}
	.wrapper .head {
		width:870px;
		cursor:default;
		height:200px
	}
		.wrapper .head  #LinkBlocker {
			position:absolute; 
			height:180px; 
			width:700px;
		}
		
		.wrapper .head .logo {
			width:282px; 
			height:132; 
			overflow-x: hidden;
		}
			.wrapper .head .logo img { margin:0 588px 0 0; height:132px;}
			
		.wrapper .head .navBar{
			width:16px;
			height:32px;
			float:left;
			background-color:#1b1b1a;
		}
		.wrapper .head #nav { 
			float:left;
		}
			.wrapper .head #nav div{
				margin:0 1px 1px 0;
				float:left;
				height:32px;
				line-height:32px;
				text-align: center;
				background-color:#42423D;
				color:#999;
			}
				.wrapper .head #nav div.dark{ background-color: #1b1b1a;}

				.wrapper .head #nav div.active, /** Browser support **/
				.wrapper .head #nav div:active{  
					margin:0 1px 0 0;
					border-bottom: 5px solid #1b1b1a;
					cursor:pointer;
				}
	
	#spotter {
		background: #1b1b1a;
		position: absolute;
		display: block;
	}
	
	.wrapper .contentContainer {
		width:870px;
		height:450px; 
		overflow-x: auto;
		overflow-y: auto;
	}
		.wrapper #PageContent{
			height:450px; 
			margin:0 0 0 35px;
			width:800px;
			line-height: 20px;
			display: none;
			opacity: 0;
			filter: alpha(opacity=0);
		}
