@charset "UTF-8";
.container {
	background-color: #ffffff;
	margin: auto;
	width: 780px;
}
.container2 {
	background-color: #A7B095;
	margin: auto;
	width: 780px;
	height: 345px;
}
.rightbox {
	background-color: #A7B095;
	float: right;
	width: 350px;
}
.header {
	background-color: #FFFFFF;
	height: 107px;
}
.content {
	background-color: #A7B095;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0024B8;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 225px;
	height: 305px;
	
}
.nav {
	background-color: #A7B095;
	float: right;
	width: 118px;
	height: 305px;
}
.animation {
	background-color: #A7B095;
	float: left;
	width: 430px;
}
.video {
	background-color: #A7B095;
	float: right;
	width: 350px;
	height: 40px;
}
.sidebar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
.footer {
	background-color: #FFFFFF;
}
