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

.topleft{
	width:375px;
	height:210px;
	float:left;
	margin-left:25px;
	position: relative;
	overflow: hidden;
}

.topright{
	width:375px;
	height:210px;
	float:right;
	margin-right:25px;
	position: relative;
	overflow: hidden;
}

.bottomleft{
	width:375px;
	height:210px;
	float:left;
	margin-left:25px;
	position: relative;
	overflow: hidden;
}

.bottomright{
	width:375px;
	height:210px;
	float:right;
	margin-right:25px;
	position: relative;
	overflow: hidden;
}

.explinationbox{
	width:200px;
	height:140px;
	text-align:center;
	position: relative;
	float: right;
	overflow: hidden;
}
.links{
	width:375px;
	height:25px;
	margin-top:0px;
	position: relative;
	float: left;
	text-align: center;
}
.title{
	width:375px;
	height:45px;
	position: relative;
	float: right;
	border: 0;
}
.imagearea{
	width:175px;
	height:140px;
	float: left;
	position: relative;
	overflow: visible;
	border: 0;
}

