	/*
	css by Justin Sternberg
	*/
	
	body {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #333333;
	}
	
	h1, h2, h3, h4 {
		color: #666666;
	}
	
	.style1 {
	font-size: 30px;
	font-style: italic;
	color: #FFFFFF;
}
.WHITE {
	color: #BAC6CC;
	font-size: 16px;
}
	
	h2 {
		font-size: 24px;
		color: #DA0312;
		font-style: italic;
	}
	
	h3 {
	font-size: 14px;
	color: #FCFDFE;
	}
	
	h4 { font-size: 12px; }
	
	p, ol, ul {
		color: #3C1116;
	
	}
	
	a {
		text-decoration: none;
		color: #999999;
	}
	
	a img { 
		border:none; 
		}
	
	
	a:hover {
		color: #FFFFFF;
	}
	
	
	.byline {
		margin: 0;
		padding: 0 0 0 5px;
		background: #645B43;
		font-size: 9px;
	}
	
	
	/* Header2 */
	
	#header2 {
		width: 900px;
		margin: 0 auto;
		padding: 0px;
	}
	
	#header2 p, ol, ul {
		font-size: 18px;
		color: #FFFFFF;
		text-align: right;
		
	
	}
	
	#header2 img{
		border-style: none;
	}
	
	#headerright {
		float: right;
		width: 550px;
		padding: 0px;
		}
	
	#headerleft {
		float: left;
		width: 200px;
		height: 35px;
		padding-left: 80px;
	}
	
	
	
	/* Content */
	
	#content {
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		width: 910px;
		height:452px;
	
	}
	
	
	
	
	
	#content img.noborder {
		padding: 10px;
		border: 0px;
	}
	
	
	#content a:hover {
		text-decoration: none;
	}
	
	#colOne {
	
		float: left;
		width: 80px;
		text-align: center;
	}
	
	#colTwo {
		float: right;
		width: 824px;
		z-index:-1;
	}
	
	#colTwo img{
		border: 10px solid #999999;
	}
	
	#colThree {
		float: LEFT;
		width: 692;
		padding: 20px;
	}
	
	#colThree ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#colFour {
		float: middle;
		width: 780px;
	}
	
	
	
	/* Footer */
	
	#footer {
		float: right;
		width: 824px;
		position:relative;
		padding: 0px;
		margin: 25px 0px 0px 0px;
	}
	
	#footer img{ 
	vertical-align: middle;
	}  
	
	#footer p {
		margin: 0;
		padding: 0 0 4px 0;
		text-transform: lowercase;
		text-align: right;
		text-vertical-align: top;
		font-size: 10px;
		color: #FFFFFF;
	}
	
	#footer a {
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #ffffff;
		text-decoration: none;
	}
