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


body {
	background-color:#13b5ea;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: AppleGothic, Geneva, Helvetica, sans-serif;
	font-size: 26px;
	color:#ff9900;
}

h2 {
	font-family: AppleGothic, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color:#ff9900;
}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	
}
#topbox {
	width:900px;
	height:217px;
}
#midbox {
	width:900px;
	background-color:#fff;
	min-height: 400px;
	overflow:auto;
}

#videobox {
	width:900px;
	background-color:#ffffff;
	min-height: 400px;
	overflow:auto;
	margin: 0px auto;
}






#bottombox {
	width:900px;
	height:350px;
}
#rightbox {
	width:460px;
	padding:0px 30px 0px 30px;
	float:right;
	min-height: 400px;
}
#leftbox {
	width:380px;
	float:left;
	min-height: 400px;
}
#flashbox {
	width:520px;
	height:317px;
	float:right;
	
}

a:link {
	text-decoration: none;
	color: #13b5ea;
}
a:visited {
	text-decoration: none;
	color: #13b5ea;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
