/* CSS Document */
/* Column definitions =================================================================== */

	
	#column1 {
		width:100%;
		float:left;
		background-color:transparent;
		overflow: hidden;
	}
	#column3 {
		width:100%;
		float:left;
		background-color:transparent;
		overflow: hidden;
	}

/*======================================================================================= */	
@media only screen and (min-width: 481px) {
/*======================================================================================= */	
	/* tablet */	
	/* Columns */

/* Column definitions =================================================================== */
	
	#column1 {
		width:60%;
		float:left;
		padding-right:5%;
	}
	#column3 {
		width:40%;
		float:right;
		top:0px;
	}
}

/*======================================================================================= */	
@media only screen and (min-width: 769px) {
/*======================================================================================= */	
	/* desktop */	

/* Column definitions =================================================================== */

	#column1 {
		width:70%;
		float:left;
		padding-right:5%;
	}
	#column3 {
		width:30%;
		float:right;
	}
}

