body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #F6F5F3;
}

#wrapper-window
{
	width: 80%;
	margin: 0 auto;
}

#header
{
	background-color: #ddd;
	background-color: #83B93D;
	height: 200px;
	margin-top: 30px;
}


#menu {
	margin: 0px;
	padding: 0px;
	background-color: #476623;
	height: 30px;
	position: relative;
	border-top: 1px solid #FFFFFF;
}

#menu-positioning {
	position: absolute;
	right: 10px;
}
#wrapper-content
{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content-left
{
	float: left;
	width: 250px;
}

#intro {
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 5px;
	background-color: #83B93D;
	margin-left: 10px;
	}
	
#intro p {
	text-align: justify;
	padding: 1em;
	color: #FFFFFF;
	line-height: 1.2em;
}

#whatson {
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 5px;
	background-color: #E7E7E7;
	margin-left: 10px;
	padding: 1em;

	}
	
#facebook {
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 5px;
	background-color: #E7E7E7;
	margin-left: 10px;
	padding: 1em;
	margin-bottom: 20px;
	}

#whatson h1 {
	text-align: center;
	color: #333333;
}

#whatson p {
	text-align: justify;
	color: #333333;
	line-height: 1.2em;
}

#facebook-contact {margin: 10px;}

#content-main
{
	margin-left: 290px;
	margin-right: 50px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}


#content-main p
{
	line-height: 1.5em;
	text-align: justify;
}

#footer
{
	height: 33px;
	background-color: #476623;
	background-repeat: no-repeat;
	background-position: right top;
}

#footer p
{
	margin: 0px;
	color: #FFFFFF;
	height: 33px;
	font-family: "Trebuchet MS";
	font-size:70%;
	font-weight:bold;
	padding-top: 8px;
	padding-left: 25px;
}

#footer a {
	color: #F0FF8A;
	text-decoration: none;
}
