h1{
	font-size: 1.15em;
	font-weight: normal;
	margin-bottom: 1em;
}
p{
	margin-bottom: 1em;
}

.float_right{
	float: right;
	margin: 0 0 18px 18px;
	display: inline;
	clear: right;
}


#hero_image{
	height: 241px;
	width: 960px;
	overflow: hidden;
}

#outer_wrapper{
	background: URL(/images/layout_images/background_image_internal.jpg) no-repeat center top;
}

#page{
	background: URL(/images/layout_images/page_shadow_inner.gif) left top no-repeat !important;
	/* min-height: 450px; */
	padding: 20px 0 20px 38px;
}


#left_column{
	width: 586px;
	float: left;
	margin-right: 10px;
	display: inline;
}


#right_column{
	float: right;
	width: 316px;
	display: inline;
}

/* Side bar blog entries
***************************/
#blog_entries{
	width: 305px;
	height: 157px;
}
#blog_entries h2{
	color: #e71f27;
	font-size: 1.15em;
	font-weight: normal;
	margin-bottom: 1em;
}
.blog_entry a{
	color: #e71f27;
	text-decoration: none;
	font-weight: bold;
}

a#sidebar_downloads{
	display: block;
	width: 316px;
	height: 84px;
	background-position: 0px 0px;
	background: URL(/images/layout_images/sidebar_downloads.gif) no-repeat;
	text-indent: -5000px;
}

a:hover#sidebar_downloads {
	background-position: 0 -84px;
}

a#sidebar_garage{
	display: block;
	width: 316px;
	height: 73px;
	background-position: 0px 0px;
	background: URL(/images/layout_images/sidebar_garage.gif) no-repeat;
	text-indent: -5000px;
}

a:hover#sidebar_garage {
	background-position: 0 -73px;
}

#sidebar_scrapbook{
	display: block;
	width: 316px;
	height: 74px;
	background-position: 0px 0px;
	background: URL(/images/layout_images/sidebar_scrapbook.gif) no-repeat;
	text-indent: -5000px;
}

a:hover#sidebar_scrapbook {
	background-position: 0 -74px;
}



/* TV
***************************/
#main_player{
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	width: 505px;
	border: 1px solid #ddd;
	padding: 5px;
}
#tv_thumbs {
	float: left;
	width: 365px;
}
#tv_thumbs img{
	float: left;
	margin-right: 5px;
	display: inline;
	border: 1px solid #ddd;
	padding: 5px;
}
#tv_thumbs .text_link{
	color: #e71f27;
	text-decoration: none;
	padding-top: 5px;
	display: inline-block;
}
.tv_thumb{
	clear: left;
	margin-bottom: 5px;
	float: left;
	display: inline;
}
