#main {
	position:relative;
	width:800px;
	height:1250px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	left:45px;
	top:300px;
	width:491px;
	height:950px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#boog {
	position:absolute;
	left:0px;
	top:75px;
	width:800px;
	height:205px;
	z-index:4;
	background-repeat: no-repeat;
}
.intro {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	z-index: 10;
}
#quote {
	position:absolute;
	left:575px;
	top:300px;
	width:180px;
	height:925px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: left;
	line-height: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
	margin-left: 0px;
	padding-left: 10px;
	font-style: italic;
}
#quote a:link {
	color: #808080;
	text-decoration: none;
}
#quote a:hover {
	color: #1FBECA;
	text-decoration: none;
}
#quote a:visited {
	color: #808080;
	text-decoration: none;
}
#content a:link {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#content a:visited {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
}
#footer {
position:absolute;
	left:10px;
	top:1225px;
	width:780px;
	height:50px;
	z-index:7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #1B3F95;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}
