body {
	background: #539D8E url(images/bg.jpg) repeat-x top left;
	color: #D4E7E3;
	margin:0px;
	font-family: "Trebuchet MS",sans-serif;
}

#header {
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
}
#menu {
	width:70%;
}
#menu a {
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing: -1px;
	color: #F6FAF9;
}

#menu ul li.active {
	background: url(images/buttonbg.jpg) repeat-x top left;
	padding: 10px 6px 6px 10px;
}

#menu ul {
	list-style: none;
	text-align: center;
}

#menu ul li {
	display: inline;
	text-align: center;
	padding: 0 15px 0 15px;
}

#content {
	margin:0px auto;
	width:960px;
	border-radius:10px;
	padding: 20px;
	background: #FFF;
	color: #333;
}

#iframeContent {
	background:#ffffff;
	color:#333333;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.5em;
    line-height: 1.75em;
}

#footer {
	width:100%;
	margin: 0px auto;
	text-align: center;
}

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

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.titleContainer{
	margin:0px;
	font-size:5em;
	font-family: 'Rouge Script', cursive;	
	font-weight:normal;
	color:#ffffff;
	width:70%;
}

