@charset "UTF-8";
/* LAYOUT */

/* Left & Right alignment */
.left { float: left }
.right { float: right }

.wrapper { position: relative; width: 960px; margin: 0 auto; text-align: left; }
.clear { clear: both; }


.col-full { width: 930px; padding: 15px; }
.col-half-left, .col-half-right { position: relative; float: left; width: 465px; padding: 15px; }
.col-half-right { float: right; }
.col-13-left { position: relative; float: left; width: 300px; padding: 15px; }
.col-23-right { position: relative; float: right; width: 630px; padding: 15px; }
.col-23-left { position: relative; float: left; width: 630px; padding: 15px; }
.col-13-right { position: relative; float: right; width: 300px; padding: 15px; }

.col-14-left { position: relative; float: left; width: 240px; }
.col-34-right { position: relative; float: right; width: 720px; }

.col-34-left { position: relative; float: left; width: 720px; }
.col-14-right { position: relative; float: right; width: 240px; }

.col-12-text-left { position: relative; float: left; width: 335px; padding-right: 10px; }
.col-12-text-right { position: relative; float: right; width: 335px; padding-left: 10px; }

