@charset "utf-8";
#one_third, #two_thirds, #full_width, #one_quarter, #one_half_full, #one_half_half, #training, #video{
	background-color: #3f62a4;
	border: 2px solid #7694cb;
	float: left;
	height: 510px;
	overflow: auto;
	padding: 7px;
}

.lifeisgood_home {
	background-color: #3f62a4;
	border: 2px solid #7694cb;
	float: left;
	height: auto;
	overflow: auto;
	padding: 7px;
	width: 219px;
}

.whoarewe_team {
	background-color: #3f62a4;
	border: 2px solid #7694cb;
	float: left;
	height: 510px;
	overflow: auto;
	padding: 7px;
	width: 456px;
}

.whoarewe_vision {
	background-color: #3f62a4;
	border: 2px solid #7694cb;
	float: left;
	height: 510px;
	overflow: auto;
	padding: 7px;
	width: 455px;
}

#full_width {
	width: 930px;
}

#one_half_full {
	width: 456px;
}

#one_half_half {
	height: 246px;
	width: 456px;
}

#one_quarter {
	width: 219px;
}

#one_third {
	width: 298px;
}

#training {
	height: 100%;
	width: 930px;
}

#two_thirds {
	width: 614px;
}

#video {
	float: none;
	height: 480px;
	width: 640px;
}