#container2 {
clear:left;
float:left;
width:100%;
overflow:hidden;
background:#2d2d2d; /* column 2 background colour */
font-family: 'Arimo', sans-serif;
   font-size: 12px;
   line-height: 175%;
   text-align: justify;
   color: #ffffff;
}
#container1 {
float:left;
width:100%;
position:relative;
right:50%;
background:#2d2d2d; /* column 1 background colour */
}
#col1 {
float:left;
width:46%;
position:relative;
left:52%;
overflow:hidden;

}
#col2 {
float:left;
width:46%;
position:relative;
left:56%;
overflow:hidden;
}

#fullColumn {
float:left;
width:92%;
position:relative;
left: 52%;
}

/* Two Thirds Column */

#twoThirds {
float:left;
width:60%;
position:relative;
left:52%;
overflow:hidden;

}
#oneThird {
float:left;
width:32%;
position:relative;
left:56%;
overflow:hidden;
}

img.logo {
	clear: right;
	}
/*Pure Buttons Customization */
.button-green {
	color: black;
    border-radius: 4px;

	
	}


h1 {
	font-style: italic;
	color:#da0c0c;
	font-weight: 700;
	font-size:18px;
	}
h2 {
	color:#da0c0c;
	font-weight: 700;
	font-size:14px;
	}
p.rightFeature {
	text-align:right;
		}
		
p.rightFeature img {
	padding-left: 6px;
	float:right;
	
	}
	
p img {
	align="left";
	clear:right;
	}
.nocolor {
	color:#ffffff;
	}
/* START OF FOOTER */

/* Start of Column CSS */
#footer {
		clear:both;
float:left;
width:100%;
background-color:#2d2d2d;
color: #ffffff;
 font-family: 'Arimo', sans-serif;
   font-size: 10px;
}

#footer table {
	background-color: #000000;
	font-family: 'Arimo', sans-serif;
   font-size: 10px;
   line-height:150%;

	}

#rcorners1 {
    border-radius: 10px;
	border: 1px solid #3f3f3f;
    background: #8AC007;
    padding: 5px; 
    width: 97%;
     
}
#footer h3 {
	color:#da0c0c; 
	padding-left: 20px;
	margin-bottom: 5px;
	}
#footer p {
	margin:0px;
		}