/* COLUMN LAYOUTS */

/* Standard CSS - Do not remove */
.column { float: left; overflow:hidden; width:20%; }
.column.last { float: right !important; overflow:hidden; }

.column.first, .column.last { margin-left: 0 !important; }

.content2col, .content3col { width:940px; padding-left:26px; }

/* 3 Column Layout */
.content3col .column {  width:500px; margin-top:30px; margin-left:2%; }
.content3col .column.first { width:192px; border-right:1px dashed #b3b3b3; }
.content3col .column.last { width:192px; border-left:1px dashed #b3b3b3; }

/* End 3 Column Layout */

 /* 2 Column Layout */
.content2col .column.first { width:49%; }
.content2col .column.last { width:49%; }
 /* End 2 Column Layout */

#footer:after, #header:after, #main:after, .content3col:after, .content2col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



