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

#maintext {
	width: 1070px;
	height: 280px;
	float: left;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: alegreya;
	font-style: normal;
	font-weight: 400;
	color: #a8805f;
	font-size: 24px;
	border-color: #A8805F;
	border-bottom: double;
}

#photos {
	width: 400px;
	height: 300px;
	margin-bottom: 5px;
	float: right;
}

img.image {
	width: 400px;
	height: 300px;
}

#iframe {
	width: 400px;
	height: 300px;
	background-image: url(bg_iframe1.png)
}

#graph {
	width: 1520px;
	height: 400px;
	background-color: white;
	float: none;
	clear: both;
}
