	/* GLOBAL */
	body {
		background:#ffffff;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-color:#000000;
		height:1000px;
	}
	
	#ContentArea {
		margin: 0 auto 0;
		width:800px;
		background:url( ../images/global/body_bg.gif ) repeat-y;
		/* border:1px solid black; */
		
	}
	
	#ContentHeader {
		height: 114px;	/* Was 80 */
		padding: 32px 42px 6px;
		background:url( ../images/global/header_bg.gif ) no-repeat;
	}
	
	
	h1,h2,h3,h4,h5,h6 {
		margin:0;
		padding:0;
	}
	
	h2 { 
		color:#000000;
	}
	
	h3 {
		height:24px;
	}
	
	h4, h5, h6 {
		font-size:1em;
	}
	
	p {
		margin:0 0 1em;
		padding:0;
	}
	
	img {
		margin-top:6px;
		padding:0;
	}
	
	#ContentBody {
		min-height:350px;
		padding:35px 40px 40px;
		background:url( ../images/global/footer_bg.gif ) no-repeat left bottom;
		/* border:1px solid gray; */
	}
	
	#LeftColumn {
		float:left;
		width:132px;
		margin:0 0px 0 0;
		/* border:1px solid green; */
	}
	
	#LeftColumn ul {
		margin:0;
		padding:0;
	}
	
	#LeftColumn li {
		list-style:none;
		margin:0;
		padding:0 0 10px;
	}
	
	#RightColumn {
		float:left;
		width:500px;
		/* border:1px solid orange; */
	}
	
	#ContentFooter { 
		background:#ffffff;
		padding:9px 69px 9px 27px;
		/* border:1px solid orange; */
	}
	
	#Copyright {
	    background-color:#ffffff;
		padding:0;
		margin:0;
		text-align:right;
		font-size: xx-small;
		color:#000000;
		text-transform:uppercase;
	}
	
	.Clearing {
		clear:both;
		font-size: 6px;
	}
	
	.Highlighted {
		color:#000000;
	}
	
	.Highlight {
		color:#000000;
		font-size:12px;
		text-transform:uppercase;
}
	a.bad {
		text-decoration:none;
		color:#000000;
}
	a.bad:hover {
		text-decoration:underline;
		color:#000000;
	}
	.videonew {
		text-decoration:none;
		color:#000000;
}

	a.videonew {
		text-decoration:none;
		color:#000000;
}
	a.videonew:hover {
		text-decoration:underline;
		color:#000000;
}

	a.contact {
		text-decoration:none;
		color:#000000;
}
	a.contact:hover {
		text-decoration:underline;
		color:#000000;
	}
	/* /GLOBAL */

