@charset "UTF-8";
/* CSS Document */

body {
	background: #f2f2f2 url(../arts/splashpage_B17.gif) right 332px no-repeat;
	font: normal 14px/17px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
}

p {
	margin-bottom: 17px;
}

h1 {
	font-size: 132px;
	line-height: 132px;
	letter-spacing: -5px;
	text-align: justify;
	color: #900;
	text-transform: none;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	margin-bottom: 0;
}

h2 a {
	color: #900;
	text-decoration: underline;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
}


/* ______________ LAYOUT ______________ */

#wrapper {
	height: 1136px;
	margin: 0 auto;
	position: relative;
}

#welcome {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 19px;
}

#logo {
	position: absolute;
	top: 24px;
	right: 0;
}

#title {
	position: absolute;
	top: 180px;
	left: 0;
	width: 470px;
}

#colonnasx, #colonnadx {
	position: absolute;
	top: 327px;
	left: 0;
	width: 224px;
	text-align: justify;
}

#colonnadx {
	left: 246px;
}

#colonnadx b {
	font-weight: bold;
	font-style: italic;
}

#footersx, #footerdx {
	position: absolute;
	bottom: 100px;
	left: 0;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0;
}

#footerdx {
	right: 0;
	text-align: right;
}

#footersx a, #footerdx a {
	color: #900;
}

#footersx a:hover, #footerdx a:hover {
	color: #000;
}

