/* CSS Document */

#container {
	background-image:url(images/flower_top.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
	
#wrapper {
	background-image:url(images/flower.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	margin:4% auto;
}
#logo {
	padding-top:100px;
	padding-bottom:10px;
}
#footer {
	padding-bottom:50px;
}
#enter {
	padding-bottom:25px;
}
#location{
	text-align:right;
	padding-bottom:150px;
}
body {
	text-align:center;
	font-size:14px;
	color:#666666;
	background-color:#ddcec0;
	font-family:"trebuchet MS";
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#FFFFFF;
}
span.content {
	display:block;
	text-align:justify;
	line-height:1.3em;
	margin-left:46px;
	margin-right:44px;
}
span.underheader {
	line-height:3.0em;
	font-style:italic;
	color:#FFFFFF;
	font-size:16px;
	margin-right:44px;
}
span.footer_info {
	line-height:2.0em;
	font-size:12px;
}
span.highlight {
	font-weight:bold;
}
span.signature {
	font-size:11px;
}

