body{
	margin: 0 !important;
	padding:  0 !important;
	background: url("../images/bg.jpg") repeat-x right top #D3E1E4;
	
}
.btn-color,.btn-color:hover{
	background-color:  #FF8304;
	color: #fff
}

.clear{
	clear: both;
}
a:hover{
	color: #9DC43D;
}
a{
	text-decoration: none;	
	color:#FF8304;
}
.container{
	margin: 20px auto;
}
.title{
	color: #FF8304;
	font-weight: bold;
	font-size: 48px;
}
ul.nav{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	margin: 10px 0;
}
ul.nav li a{
	background-color: #9DC43D;
	color:#fff;
}
ul.nav li a:hover{
	background-color: #FF8304;
	color:#fff;
}

.center{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer ul.menu{
	margin: 10px auto;
	text-align: center;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.footer ul li{
	float: left;
	margin-right: 15px;
	border-right: 1px solid #ccc;
	padding: 5px;
	display: block;
	text-align: center;
}



.content{

	opacity: 0.8;
	padding: 20px 30px;
	width: 80%	;
	margin: 50px auto;
	border-radius: 10px;
	background-color: rgb(236, 236, 236);
	min-height: 500px;

}



/* Page Home */
	.content .page-home p{
		color: #000;
		line-height: 22px;
	}

/* Page Unsubscrib */
	
	.content .page-unsubscribe p{
		color: #000;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.content .page-unsubscribe form{
		margin: 50px 0;
	}
	.content .page-unsubscribe form input{
		margin: 5px;
	}
	.content .page-unsubscribe h3,.content .page-contact h3{
		font-weight: bold;
		font-size: 20px;
		float: left;
		margin: 20px 0;

	}
	.content .page-unsubscribe .contacting,.content .page-contact .contacting{
		font-size: 13px;
		line-height: 20px;
	}
	.content .page-unsubscribe .email{
		color: #FF8304;
	}

/* Page Contact */
	.content .page-contact form{
		
	}
	.content .page-contact form table{
		width: 100%;
	}
	.content .page-contact  h2{
		margin: 20px 0;
	}
	.content .page-contact  form p{
		margin: 10px 0;
		text-align: left;
		line-height: 30px;
	}
	.content .page-contact  form {
		text-align: left;
	}
	.content .page-contact  form .btn-color{
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 5px 30px;
	}
	strong{
		font-weight: bold;
	}