<?php
include_once 'css_header.php';
?>
/***************************************************************
Style Sheet for NGEN

Copyright 2008 by NGEN, All Rights Reserved
***************************************************************/



#content {
	
}

#columnWrapper {
	position:relative;
	padding:0;
	width:860px;
}

#flashContent {
	margin-bottom:4px;
}

.column1 {
	display:inline;
	float:right;
	margin-top:46px;
	margin-right:43px;
	width:400px;
	text-align:right;
}

.column2 {
	display:inline;
	float:left;
	margin-top:38px;
	margin-left:43px;
	width:331px;
	text-align:justify;
	font-size:135%;
	color:#6d6d6d;
}


#news-ticker {
	display:none;
	clear:both;
	margin:0 38px ;
	padding:55px 7px 25px 7px;
	height:23px;
	font-size:125%;
	background: #fff;
}
	#news-ticker h2 {
		display:inline;
		margin-right:5px;
		font-weight:normal;
		text-transform:uppercase;
	}
		#news-ticker h2 img {
			vertical-align:middle;
		}
	#news-ticker ul {
		display:inline;
		margin: 0;
		padding: 3px;
		list-style-type: none;
		
		
	}
		#news-ticker ul li {
			display:inline;
		}


/* Modifed for the News Ticker */
.column2 p {
	margin-bottom:0;
}

#footerWrapper {
	
}