
.flash { 
	width: 435px;
	height: 400px;
	float: left;
	margin:13px 0pt 0pt 25px 
}

.banners { 
	float: right;
	margin: 13px 0px 0px 25px;
	width: 410px;
}

.banner {
	width: 370px; 
	float: left; 
	height: 125px;
	margin: 0 35px 16px 5px;
	/*background-image: url(/img/banner.png);*/
	background-position: 50% 50%;
}

	.banner a {
		color: #666666; 
		text-decoration: none;
		font-weight: bold;
		float: left;
	}
	
	.banner a:hover {
		color: #0099CC;
	}

	.banner p {
		margin-left: 20px;
		margin-right: 10px;
		float: left;
		margin-top: 0px; 
		padding-left: 0px;
		width: 320px;
	}
	
		.bannerp a{  
			width: 95%;
			margin: 0 !important;
			padding: 0 !important; 
			height: auto;
		}

.home {
	padding: 10px 25px;
	width: 900px;
	background-image: url("/img/home_bg.jpg"); 
	background-repeat: no-repeat;
	background-position: 50% 0;
}

	.home h1 a, .home h1 a:visited {
		color: white;
		text-decoration: none;
		margin: 10px 0 15px 5px;
		float: left;
		width: 100%;
		font-weight: normal;
	}

	.home h1 a:hover, .home h1 a:visited:hover {
		color: #cccccc;
	}
	
	#rss_header {
		width: 100%;
		padding: 0;
		margin: 10px 0 15px 5px;
		float: left;
	}
	
	#rss_header a, #rss_header a:visited {
		width: 320px;
		color: white;
		text-decoration: none;
		float: left;
		font-weight: normal;
		font-size: 1.25em;
	}
	
	#rss_header a:hover, #rss_header a:visited:hover {
		color: #cccccc;
	}
	 
	.rss a {
			width: 20px !important;
			border: none;
			margin: 0;
			float: right !important; 
			margin-right: 5px;
	}
		
		.rss img{
			border: none;
			margin: 0;
			float: right;
		}

.poverflow p {
height: 60px;
overflow: hidden;
}
	
	
	
/* IE6 Only */
* html .flash { 
	margin-left: 12px 
}

	
/* IE6 Only */
* html .banner {
	width: 370px;  
	margin: 0 0px 16px 5px;
}
		
		/*==IE7 only==*/
	*:first-child+html .banner p {
		margin-top: 15px;
	}

	/*==IE7 only==*/
	*:first-child+html .rss_banner p {
		margin-top: 0px;
	}
	
		/* IE6 Only */
		* html p.rss_header_ie6  { 
			margin: 0px !important;
			padding: 0px !important;
			margin-top: 20px;
			line-height: 18px;
		}
		
		/* IE6 Only */
		* html p.rss_header_ie6 a { 
			
		}
		
		/* IE6 Only */
		* html .home h1 a, * html .home h1 a:visited {
			margin-left: 0px;
		}
		
		/* IE6 Only */
		* html.rss a {
			margin: 0 !important;
		}
		
		/* IE6 Only */
		* html #rss_header_ie6_title a{
		margin-top: 2px; 
		float: left;
		}
		
		/* IE6 Only */
		* html p.bannerp { 
			margin-top: 15px;  
		}
		
		/* IE6 Only */
		* html p.bannerp a{ 
			width: 95%;
			margin: 0 !important;
			padding: 0 !important;
			height: auto;
		}
		
		/* IE6 Only */
		* html .banner p { 
			margin-left: 8px;
		}


