body {
	font-family: 'Roboto', sans-serif;
	margin: 0; padding: 0;
	background: #222;
}

#background { 
	position: fixed; 
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	background-attachment: scroll;
	background-size: cover;
}

#background_iframe { position: absolute; z-index: 2; width: 100%; height: 100%; left: 0px; top: 0px; }

#topbar_wrapper { 
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 100%; 
	border-top: 4px solid #96c11f; 
	background: url(../img/topbar_bg.png) repeat;
}
#topbar { width: 960px; margin: 0 auto; position: relative; }

#topbar h1 { position: absolute; top: -4px; left: -82px; margin: 0; padding: 0; }
#topbar h1 a { 
	display: block; 
	width: 410px; 
	height: 121px;
	background: url(../img/logo_sangoma_healing.png) no-repeat top center;
	text-indent: -20000px;
}

#topbar ul { float: right; margin: 0 -15px 0 0; padding: 0; list-style: none; }
#topbar ul li { float: left; }
#topbar ul li a { 
float: left;
	display: block; margin: 0; 
	padding: 15px 12px; 
	color: #FFF; 
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
}
#topbar ul li a.active, #topbar ul li a:hover.active { background: #96c11f; color: #000; }
#topbar ul li a:hover { background: #96c11f; color: #000; }

#content_wrapper { float: left; width: 100%; margin: 150px 0 30px 0; height: auto; }
#content { 
	position: relative;
	margin: 0 auto;
	width: 960px;
	color: #000;
	font-size: 15px;
	line-height: 22px;
}

#content_left, #content_right, #content_full { 
	float: left;
	position: relative;
	background: url(../img/content_bg.png) repeat; 
	padding: 25px; 
	width: 33%;
	border-radius: 12px;
	z-index: 3;
}
#content_right { float: right; width: 52%; }
#content_full { width: 100%; }

#content h2 { 
	color: #709124; 
	font-weight: 700px; 
	margin: 0 0 20px 0; 
	padding: 0;
	font-size: 21px;
}

#content ul { margin-left: -20px; }
#content table tr { height: 25px; }
#content a { color: #000; text-decoration: underline; }
#content a:hover { color: #709124; }

form input, form textarea {
	border: 1px solid #666;
	background: #FFF;
	padding: 8px;
	display: block;
	width: 95%;
}

form #buttons input {
	display: inline-block;
	width: inherit;
	margin: 10px 10px 0 0;
	border: 0;
	background-color: #96c11f;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
form #buttons input:nth-child(2) {
	background-color: #ccc;
	font-weight: normal;
}

form label {
	display: block;
	width: 100%;
	margin: 10px 0 2px 0;
}

/* Animations */
#topbar ul li a, #topbar ul li a:hover {
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
  }