﻿@import "reset.css";
/* <!-- */
/* General styles */
#outer-wrapper {margin:0pt auto;width:980px; background:#FFF;padding-bottom: 1px;}

/* Header styles */
#header{clear: both;width: 980px;}


/* column container */
.colmask{position: relative; clear: both; float: left; width: 980px;  overflow: hidden;}

/* 2 column left menu settings */
.leftmenu{background:#FFF;}
/*.leftmenu .colright{background:Red; float: left;width: 200%;position: relative;left: 200px; }
.leftmenu .col1wrap{background: blue; float: right;width: 50%;position: relative; right:200px;padding-bottom: 1px;}
.leftmenu .col1{ background:green; margin: 0 15px 0 215px;    position: relative;    right: 100%;    overflow: hidden;}
.leftmenu .col2{background:pink; float: left;width: 170px;    position: relative;right: 185px; }*/

.leftmenu .colright{background:#FFF; float:left;width: 200%;position: relative; left: 280px;}
.leftmenu .col1wrap{background:#FFF; float:right; width: 50%;position: relative; right:280px;padding-bottom: 1px;}
.leftmenu .col1{background:#FFF;  margin: 0 10px 0 290px;  position: relative; right: 100%; overflow: hidden;}
.leftmenu .col2{background:#FFF; float: left;width: 260px;  position: relative; right: 270px;}

/* Footer styles */
#footer{clear: both;    float: left;    width: 100%;    border: 1px solid #666666;}
/* --> */
