@charset "utf-8";


#top-banner{
	height: 500px;
	background: url(images/bg_top-banner.png) left top repeat-x;	
}

#top-banner-inner{
	margin: 0px auto;
	width: 950px;
	padding: 0px 20px 0px 20px;
	text-align:center;
}
#top-banner-inner iframe{
	margin: 0px 0px 70px 50px;
}

#inner-left{
	width:430px;
	float:left;
	padding:10px;
	margin-bottom:10px;
}

#inner-right{
	width:430px;
	float:right;
	padding:10px;
	margin-bottom:10px;
	min-height: 150px;
}
#container h1{
	font-size:16px;
	color: #33bdff;
}

#container h2{
	font-size:16px;
	color: #33bdff;
}

#inner-right h3{
	font-size:16px;
	background-color:#679966;
	color:#ffffff;
	text-align:center;
	margin:0px;
}
