#header-r {
	text-align:right;
	padding-top:60px;
}

#header-switch {
	text-align:center;
	background-color:#8dc63f;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	padding-top:3px;
}

#header-switch:hover {
	background-color:#4d7520;
}

#hidden {
	visibility:hidden
}

#bar {
	background-color:#8dc63f;
	height:50px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

#footerbar {
	background-color:#8dc63f;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	padding-top:20px;
}

#line {
	border-bottom: 1px solid #8dc63f;
	padding-bottom:20px;
}

#linetop {
	border-top: 1px solid #8dc63f;
	padding-bottom:25px;
}


#linefoot {
	border-bottom: 1px solid #8dc63f;
}

#three {
	margin-top:20px;
	border-bottom: 1px solid #8dc63f;
	padding-bottom:15px;
}

#content {
	margin-top:20px;
	border-bottom: 1px solid #8dc63f;
	padding-bottom:50px;
}