/* Left & Right alignment */
.left { float:left }
.right { float:right }
.clear { clear:both }
.margintop10 { margin-top:10px; }
.margintop20 { margin-top:20px; }
.paddingtop10 { padding-top:10px; }
.paddingtop20 { padding-top:10px; }
.marginleft10 { margin-left:10px; }
.marginleft20 { margin-left:20px; }
.bgtop {background:#777}
.bgcent {background:url(../images/b3.jpg) no-repeat top center;margin: 0 auto}
.bgcent2 { background:url(../images/bg.jpg) repeat-y center;margin: 0 auto}
.tygia {width:500px}
.cols2 {width:500px}
.cont_left {float:left;width:290px;}
.cont_right_outer{float:right;margin-left:30px;width:680px}