/* HOME */

/* GENERAL */

h1 {
	color: #e2001a;
	margin: 0px;
	padding: 20px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 22px;
}

p {
	margin: 10px 30px 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e2001a;
}

p a {
	color: #e2001a;
	text-decoration: none;
}

/* LAYOUT */

div#home-tl {
	width: 158px;
	float: left;
}

div#tl-top {
	width: 158px;
	height: 157px;
}

div#tl-bottom {
	width: 158px;
	height: 157px;
	margin-top: 14px;
}

div#home-tm {
	width: 158px;
	height: 328px;
	float: left;
	margin-left: 14px;
	font-size: 0px;
}

div#home-tr {
	width: 329px;
	height: 328px;
	float: left;
	margin-left: 14px;
}

div#tr-top {
	width: 329px;
	height: 157px;
	background-color: #f4f2f0;
	overflow: hidden;
}

div#tr-bottom {
	width: 329px;
	height: 157px;
	background-color: #dcd9d3;
	margin-top: 14px;
	overflow: hidden;
}

div#home-bl {
	width: 330px;
	height: 157px;
	float: left;
	margin-top: 14px;
}

div#home-br {
	width: 329px;
	height: 157px;
	background-color: #ebe9e6;
	float: left;
	margin-top: 14px;
	margin-left: 14px;
	overflow: hidden;
}
