@charset "utf-8";
/* CSS Document */

html, body, * {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#container {
	width: 840px;
	margin: 15px auto;
}

#A, #B, #C {
	width: 270px;
	height: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	background-color: #E3E3C9;
}

#C {
	margin-right: 0;
}

#D {
	width: 840px;
	height: 393px;
	margin-bottom: 15px;
	clear: both;
	background-color: #E3E3C9;
}

#D2, #E, #F { 
	height: 440px;
	margin-bottom: 20px;
	float: left;

}

#D2 {
	width: 500px;
	clear: both;
	background-color: #E3E3C9;
}

#E {
	width: 203px;
	margin-left: 20px;
}

#F {
	width: 203px;
	margin-left: 14px;
}

.header {
	width: 191px;
	height: 26px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 2px solid #BBA85D;
	margin: 0 auto;
	margin-bottom: 5px;
}

.body {
		height: 402px;
		background-color: #E3E3C9;
}

#G, #H, #I, #J {
	width: 200px;
	height: 180px;
	margin-right: 13px;
	margin-bottom: 25px;
	float: left;
	background-color: #E3E3C9;
}

#J {
	margin-right: 0;
}

#social-icons {
	width: 840px;
	text-align: center;
	clear: both;
	margin-bottom: 25px;
}

#social-icons a {
	margin-right: 20px;
}