﻿.container{
	border: 5px ridge #417060;
	overflow: hidden;
}
.container h2 {
	margin-top:5px;
	color:#417060;
}
.c_under{
	border-top: 5px ridge #417060;
}
.c_left{

	float:left;
}
.c_left img{
	height:300px;

}
.c_right{
	width: calc(100% - 393px);
	float:left;
}
.c_right table{
	height:300px;
	width:100%;

}

