@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#C2D8EF;
	padding-top: 15px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#container {
	height: auto !important;
	height: 100%;
	margin: 0;
	min-height: 100%;
	overflow: hidden !important;
	overflow: visible;
	background-image: url(images/green-background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

#wrapper {
	clear: both;
	height: 100%;
	margin: 0 auto;
	width: 600px;
	height: 500px;

	}

#wrapper h1{
	font-weight:bold;
	font-size: 14px;
	color: #003300;
	padding: 10px;
	border-bottom: 2px #003300 dotted;
	}
	
#wrapper p{
	font-size: 13px;
	color: #003300;
	padding: 5px 40px 5px 40px;
	text-align:justify;
	}