@charset "utf-8";
/* CSS Document */

/*Elements*/
#wrapper {
	max-width: 1280px;
	}
	
#leftcol {
	float:left;
	width: 60%;
	}

#rightcol {
	float: right;
	width: 35%;
}
