
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Rambla', sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
.content_wrapper{
	background-color: #F1F2E9;
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	min-width: 700px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.dashed_top{
	border-top-color: #D1D2C9;
	border-top-style:dashed;
	border-top-width:1px;
}
.dashed_bottom{
	border-bottom-color: #D1D2C9;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
.header{
	margin: 0 auto;
	padding-top:20px;
}
.header .header_center{
	width: 70%;
	margin:0 auto;
}
.header .logo{
	float: left;
	width: 30%;
}
.header .header_title{
	margin-top:10%;
	width: 70%;
	float: left;
}
h1 {
	font-size: 35px;
	color: #006633;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align:center;
} 
h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align:center;
} 
.text_entry h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 
.text_entry a {
	text-decoration: none;
	color: #000;
}
.text_entry h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 
.text_entry{
	font-size:15px;
	margin-bottom:30px;
}
.text_entry img{
	padding-left:50px;
}
.text_entry a img{
	padding-left:0px;
	border: none;
}
.header .logo img{
	width:100%;
}

.left_column_wrapper{
	width: 40%;
	float: left;
	margin: 0;
}
.left_column_content{
}
.right_column_wrapper{
	width: 60%;
	float: left;
	margin: 0;
}
.right_column_content{
	padding:1%;
	margin-top:10%;
}
.vertical_20px_separator{
	clear: both;
	height: 20px;
}
.vertical_10px_separator{
	clear: both;
	height: 10px;
}


.nav {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

.footer{
	font-size:10px;
	color:#CCC;
	text-align:center;
	margin-bottom:30px;
}
#s3_image{
	width:100%;	
}
.content_button{
	display: block;
	height: 50px;
	width: 200px;
	background: #00b7ea;
	
	/*TYPE*/
	color: white;
	font: 17px/50px Helvetica, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
	background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
#how-work{
	display: none;
}
#what-need{
	display: none;
}
#how-use{
	display: none;
}
#thanks-to{
	display: none;
}
#contact{
	display: none;
}