
body {
	background-image: url('/resources/images/front/background.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c4d8d9;
}

div.front {
	width: 1000px;
	margin: 0px auto;
}

div.front > div.left {
	float: left;
	width: 360px;
	margin-left: 20px;
}

div.front > div.right {
	float: left;
	width: 600px;
	margin-right: 20px;
}

div.front div.block-1, div.front div.block-2 {
	float: left;
	clear: left;
	width: 314px;
	height: auto;
	padding: 12px 23px 12px 20px;
	background-image: url('/resources/images/front/block-background.png');
	background-repeat: repeat;
}

div.front div.block-1 {
	color: #4c4c4c;
	line-height: 18px;
	text-align: justify;
}

div.front div.block-1 p a.name {
	font-size: 14px;
}

div.block-separator-1 {
	float: left;
	clear: left;
	height: 30px;
}

div.block-separator-2 {
	float: left;
	clear: left;
	height: 20px;
}

div.front div.block-2 {
	line-height: 17px;
}

div.front div.block-2 p.citation {
	padding-left: 22px;
	padding-right: 20px;
	padding-bottom: 3px;
	font-style: italic;
	color: #727272;
	background-image: url('/resources/images/front/raquo.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: justify;
}

div.front div.block-2 p.citation img.laquo {
	margin-left: -22px;
}

div.front div.block-2 p.author {
	padding-left: 22px;
	color: #4c4c4c;
}

div.front > div.bottom div.line {
	background-image: url('/resources/images/front/bottom-line.png');	
}
