@charset "UTF-8";
/* CSS Document */
p,ul,li,h1,h2,h3,h4 {
margin 0;
padding:0;
}

body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#404040 url(img/swirl.gif) no-repeat bottom center;
	font-size:100.01%;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	 
}
#wrap {
	
	width:100%;
	background:transparent url(img/graySwirl.gif) no-repeat top center;
	
}
#top {
	background:white url(img/darkGraySwirl.gif) no-repeat bottom center;
	
	height:140px;
	width:100%;
	
	
	text-align:center;
}
#top img{
	position:relative;
	xz-index:1000;
	top:30px;
}
#content {
	
	position:relative;
	background:transparent url(img/greenFlowers.png) repeat-x  left bottom;
	padding-bottom:5px;
	
	
}
.presentation {
	width:360px;
	color:white;
	margin:auto;
	padding-top:30px;
}
h2.intro {	
	display:block;
	font-size:x-large;
	text-align:justify;
}
h2.intro em{
	font-size:1.5em;
	font-style:normal;
	letter-spacing:0.12em;
}
.presentation p {
	font-size:large;
	text-align:justify;
}
.presentation .citation {
	font-size:large;
	xletter-spacing:0.05em;
	font-style:italic;
	display:inline;
	padding:0;
	margin:0;
	text-align:justify;
}
.presentation q:first-letter {
	font-size:3em;
}
.presentation .author {
	font-size:large;
}
.contact {
display:block; 
width:360px;
margin:auto;
font-size:2.4em;
color:white;
text-align:center;
font-weight:bold;
margin-top:20px;

}
.contact a {
color:#51ad23;
text-decoration:none;

}

.contact a:hover {

color:#51ad23;
border-bottom:5px solid #51ad23;

}
.contactSheet {
	width:360px;
	margin:auto;
	margin-bottom:50px;
	xbackground:white;
	xpadding:25px;
	font-size:large;
	color:#ffffff;

}
.contactSheet p,h3
{
	margin:0;
	padding:0;
	margin-top:10px;
}
.contactSheet .intro
{
	font-size:large;
	margin:0;
	color:#ffffff;

}
.contactSheet em{
	font-style:normal;
	font-weight:bold;
	color:#f2920c;
	display:block;
	font-size:1.2em;
}