@charset "utf-8";
/* CSS Document */

#index_logo_left {
	position:relative;
	left:auto;
	top:60px;
	width:250px;
	height:180px;
	float:left;
	margin:auto;
	text-align:center;
}

#index_logo_right {
	position:relative;
	left:auto;
	top:60px;
	width:250px;
	height:180px;
	float:right;
	margin:auto;
	text-align:center;
}

#index_image {
	position:relative;
	left:auto;
	top:auto;
	width:300px;
	height:320px;
	float:left;
	margin:auto;
	text-align:center;
}

#index_awards {
	position:relative;
	left:auto;
	top:auto;
	width:800px;
	height:130px;
	float:left;
	margin:auto;
	text-align:center;
	background-color:#FFFFFF;
}
.award_img {
	position:relative;
	height:130px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
}
#index_credits {
	position:relative;
	left:225px;
	top:auto;
	width:350px;
	float:left;
	margin:auto;
	text-align:center;
	border-color:#FFFFFF;
	border:2px}
	
