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

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

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