/* @override http://corsavino.com/_support/css/aboutcorsa.css */

body#story {
	background: #030303 url(/about_corsavino/story_bg.jpg) repeat-x center 0;
}

body#story #content {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(57,57,57,0.72);
	#background-color: rgb(57,57,57);
	width: 800px;
	overflow: auto;
	padding: 24px 24px 0;
	margin-bottom: 24px;
}

#content div.story-header {
	width: 800px;
	height: 400px;
	border-bottom: 24px solid rgba(255,0,0,0.7);	
	#border-bottom: 24px solid rgb(255,0,0);
	position: relative;
	margin-bottom: 24px;
}

#story #content h2 {
	width: 800px;
	height: 81px;
	z-index: 100;
	position: absolute;
	bottom: 0;
	text-indent: -9999px;
	left: 0;
}

div.story-pics {
	width: 300px;
}

div.story-text {
	word-spacing: 2px;
	width: 450px;
}

#content div.story-pics img {
	margin-bottom: 24px;
}

#content div.story-pics.floatleft img {
	border-right: 24px solid rgb(255,0,0);
	border-bottom-color: rgb(255,0,0);
}

#content div.story-pics.floatright img {
	border-left: 24px solid rgb(255,0,0);
	margin-left: -24px;
}