#top_content  {
	display: block;
}
#award {
	position: absolute;
	top: 130px;
	right: 10px;
}
#top_content #video, #rush_header{
	text-align: center;
}

#award_column {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	display: block;
}
#bottom_content h2   {
	text-align: left;
	width: 100%;
	background-color: #353535;
	-moz-border-radius-topright: 12.5px;
	-moz-border-radius-topleft: 12.5px;
	-webkit-border-top-right-radius: 12.5px;
	-webkit-border-top-left-radius: 12.5px;
}
#bottom_content .anim_img:hover {
	-webkit-transform: scale(1.01) rotate(0deg);
	-webkit-transition: all .15s ease-out;
}

#left_column  {
	background-color: #151515;
	width: 60%;
	float: left;
	padding: 3;
	margin: 3;
	-moz-border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
}

#left_column h2{
	padding-left: 10px;
	-moz-border-radius-bottomright: 12.5px;
	-webkit-border-bottom-right-radius: 12.5px;
}

.rush_section_left  {
	float: left;
	width: 100%;
}

.rush_section_left p  {
	float: left;
	width: 40%;
	margin: 10px 10px 10px 10px;
}

.rush_section_left img {
	float: right;
	margin: 10px 20px 10px 10px;
	width: 200px;
}

.rush_section_right{
	background-color: #151515;
	-moz-border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	padding-bottom: 10px;
	margin-bottom: 10px;;
}
.rush_section_right dl{
	font-size: 10px;
	color: #666666;
	margin-left: 25px;
}

#right_column {
	float: right;
	width: 35%;
	-moz-border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
}
#right_column h2 {
	text-align: center;
}
#right_column h3 {
	color: #ffcc00;
	padding: 7px;
}
