@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Low Altitude NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gallery.css
	Date:			May 21, 2008
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	newsSect Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#newsSect{
		width:931px;
		background-color:#0b0d0d;
		margin:65px 0px 0px 0px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	left Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#left{
		width:601px;
		margin:0px 0px 0px 0px;
		float:left;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#left #gallery{
		width:601px;
		margin:0px 0px 0px 0px;
		padding:0;
	}
	#left #gallery .main {
		width:550px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#dea115;
		background-color:#191919;
		padding:31px 25px 18px 26px;
		margin:1px 0 0 0;
	}
	#left img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
		#left a {
		color:#dddddd;
		text-decoration:none;
	}

	#left #gallery .main h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		font-weight:normal;
		color:#dea115;
		line-height:25px;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	#left #gallery .main .img {
		width:550px;
		margin-bottom:12px;	
	}
	#left #gallery .main #thumbs {
		width:550px;
	}
	#left #gallery .main #thumbs .thumb {
		float:left;
		margin:0 12px 12px 0;
		width:100px;
		height:100px;
	}
	#left #gallery .main #thumbs .thumbR {
		float:right;
		margin:0 0 12px 0;
		width:100px;
		height:100px;
	}
	   /* nav*/
	   	/*
            #nav a.navNews:link, #nav a.navNews:active, #nav a.navNews:visited {
                width:47px; height:39px;
                display:block;
				float:left;
                background:url(../images/nav_news_active.gif) no-repeat bottom;
				margin:0px 0px 0px 0px;
            }
            #nav a.navNews:hover {
                background:url(../images/nav_news_active.gif) no-repeat bottom;
            }
		*/			
	/*	--------------------------------------------------------------------------------------------------------------------------
	right Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	

