@import url(/_css/views/default.css);

@media screen {

	#splash {
		 position: absolute;
		 left: 0;
		 border-right: 1px solid #FFF;
	}
	
	#around_the_bend {
		position: absolute;
		right: 0;
		height: 260px;
		width: 220px;
		background: url(/_elements/home/around_bend_bkg.jpg) repeat;
		border-right: 1px solid #FFF;
		color: #FFF;
	}
	
	#around_the_bend ul {
		list-style-type: none;
	}
	
	#around_the_bend li {
		padding-bottom: 12px;
	}
	
	#around_the_bend a {
		color: #FFF
	}
	
	#around_the_bend_inset {
		padding: 15px;
	}

	#did_you_know {
		padding: 0 15px 25px 15px;
		font-size: 12px;
		color: #660000;
	}
	#right_sidebar_content {
	}
	
	div#video_ad {
		border-top: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		background-color: #000032;
		text-align: center;
		padding: 10px;
	}
	
	div#video_ad a {
		color: #FFFFFF;
	}
}
