		body
		{
			margin: 0;
			padding: 5px;
			font-size: 11px;
			font-family: georgia, verdana, arial, helvetica, sans-serif;
			color: #999;
		/*	line-height: 1.166;	*/
			background-color: #000000;
		}

/*  Layout Divs   */
		#masthead{
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #cccccc;
		width: 100%;
		height: 75px;
		background-color: #000;
		margin-bottom: 10px;
		}
		
		#masthead_85{
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #cccccc;
		width: 100%;
		height: 88px;
		background-color: #000;
		margin-bottom: 10px;
		}
		#globalNav a {
		
		padding: 0 4px 0 6px;
		}

		
		#gutter
		{
			float: left;
			width: 5px;
			height: 1px;
		}
		
		#gutter2
		{
			float: left;
			width: 35px;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 20%;
			background-color: #000;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right:0px;
			max-width:18em;
			min-width:18em;
			position: static;
		}
		
		#col2
		{
			float: left;
			width: 48%;
			height: 100%;
			max-width: 45em;
			background-color: #000;
			margin-bottom: 10px;
			margin-left: 0px;
			border-left: 1px solid #333;
			border-right: 1px solid #333;
			
		}
		
		#col3
		{
			float: left;
			width: 20%;
			margin-left: 0px;
			background-color: #000;
			margin-bottom: 10px;
			border-left: 0px solid #333;
			max-width:15em;
		}
		
		#large_column
		{
			float: left;
			width: 70%;
			height: 100%;
			max-width: 70em;
			background-color: #000;
			margin-bottom: 10px;
			margin-left: 5px;
			margin-right: 5px;
			border-left: 1px solid #333;
			border-right: 1px solid #333;
			
		}
		#large_column2
		{
	float: left;
	width: auto;
	height: 100%;
	max-width: 65em;
	min-width: 1em;
	background-color: #000;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	
		}

		
		#footer
		{
			clear: both;
			height: 50px;
			background-color: #000;
		}
		
		#topbox{
		position:absolute; 
		width:600px; 
		height:75x; 
		z-index:1; 
		left: 0px; 
		top: 122px;
		border:0px solid #cccccc
		}
		
		#videobox{
		position:absolute; 
		width:324px; 
		height:280x; 
		z-index:1; 
		left: 20px; 
		top: 240px;
		border:0px solid #cccccc
		}
		
		#videoinfobox{
		position:absolute; 
		width:320px; 
		height:300px; 
		z-index:1; 
		left: 360px; 
		top: 240px;
		border:0px solid #cccccc
		}

/* HTML tag styles */		
		
		
		h1
		{
			font-family:  "Trebuchet MS",Verdana,Arial,sans-serif;
			font-size: 48px;
			color: #ffffff;
			text-transform: uppercase;
			letter-spacing: 0px;
			margin: 0;
			padding-left: 5px;
			margin-left: 0px;
			margin-right: 0px;
		}
		
		h2
		{
			font-family:  Georgia,"Trebuchet MS",Verdana,Arial,sans-serif;
			font-size: 18px;
			color: #999966;
			text-transform: capitalize;
			letter-spacing: 0px;
			margin-top: 0;
			padding-top: 7px;
			padding-bottom:0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		h3
		{
			font-family:  Georgia, "Trebuchet MS",Verdana,Arial,sans-serif;
			font-size: 12px;
			color: #999966;
			text-transform: capitalize;
			letter-spacing: 0px;
			margin-top: 0;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		
		p
		{
			margin-left: 0px;
			margin-right: 0px;
			padding:0px;
		}
		
a{
	color: #eee;
	text-decoration: none;
}

a:link{
	color: #eee;
	text-decoration: none;
}

a:visited{
	color: #eee;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

.title{
	color: #999966;
	text-decoration: none;
	}
	
.title:link{
	color: #999966;
	text-decoration: none;
}

.title:visited{
	color: #999966;
	text-decoration: none;
}

.title:hover{
	color: #fff;
	text-decoration: underline;
}

.capslink{
font-family: "Trebuchet MS", Verdana,Arial,sans-serif;
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0px;
padding: 0px 0px 0px 0px;
color: #ffffff;
}

.siteName{
	color: #fff;
	text-decoration: none;
	}
	
.siteName:link{
	color: #fff;
	text-decoration: none;
}

.siteName:visited{
	color: #fff;
	text-decoration: none;
}

.siteName:hover{
	color: #fff;
	text-decoration: none;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}	


.feature img{
	float: left;
	padding: 0px 5px 0px 5px;
	
}


/************** .line_above styles *****************/

.line_above{
	clear: both;
	padding: 5px 0px 0px 5px;
	border-top: 1px solid #333;
	
}

