@charset "utf-8";
/* CSS Document */

	#site-container { width:870px; height:1090px; margin:auto; z-index:+1;}

	#content #lower { width:870px; height:131px; float:left; margin:15px 0 0 0; clear:both;}
	
	#midsection { width:870px; height:420px; float:left; background-color:#FFF; position:absolute; }
	
	#banners-container { width:850px; height:250px; margin:5px 0 5px 10px; clear:both; }
	
	#flash-banner { width:850px; height:250px; margin:5px 0 5px 10px; clear:both; }
	
	#packages { width:555px; height:142px; float:left; margin:5px 18px 0 10px;}
	#news { 
		width:245px; 
		height:70px; 
		float:left; 
		background-image:url(../images/news.gif); 
		background-position:right; 
		background-repeat:no-repeat; 
		margin:5px 0 0 0;
		padding: 10px 30px 0 0;
		}
	
	#news ul {  }
	#news li { 
		margin: 4px 0 4px 0;
		text-align:right;
		}
	#news li a {
		
		}
	#news li a:link { color:#666; }
	#news li a:visited { color:#666; }
	#news li a:hover { color:#F60; }
	
	#media {width:275px; height:70px; float:left;}
	#midend { width:870px; height:17px; background-image:url(../images/bg_midend.gif); position:absolute; margin-top:410px; }
	#content { width:870px; height:470px; position:absolute; margin-top:427px;  }
	#content #left { width:500px; height:235px; float:left; margin:0 5px 0 5px;}
	#content #left h1 { font-size:16px; color:#eb6e2a; margin:10px 0 5px 0;}
	#content #left p { color:#4a5c29; margin:10px 10px 5px 0; 
						text-align:justify;
						}
	
	#content #right { width:400ps; height:230px; float:left;}
	#content #right h2 { font-size:16px; color:#eb6e2a; margin:10px 0 5px 0;}
	
	#content #left a:link, a:visited { color:#eb6e2a;}
	
	
	
	
	
