/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
background-color: #5778AE;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #000000;
line-height: 20px;
text-align:right;
}

#wrapper {
width: 900px;
margin: 0 auto;
}

#top {
background-image:url(images/top.jpg);
padding: 220px 120px 30px 400px;
margin: 0;
}

#bottom {
margin: 0;
background-image:url(images/base.jpg);
background-position:bottom;
padding: 0 120px 180px 400px;
}

p {
	font-size: 80%;
	margin-bottom: 30px;
}


h1 {
	color: #7C046E;
	font-size: 150%;
	font-weight:normal;
	line-height: 150%;
	/*margin-bottom: 30px;*/
}

h2 {
	/*color: #0FA3C1;*/
	color: #7C046E;
	font-weight:bold;
	font-size: 95%;
	margin-bottom: 10px;
	margin-top: 30px;
}

#footer {
margin-top: 10px;
color: #FFFFFF;
font-size: 70%;
text-align:center;
}