/* STRUCTURE and LAYOUT*/

div#container
{
   width:1000px;
   margin:0 auto; 
}

div#wrapper 
{
   float:left;
   width:100%; 
}

div#content 
{ 
   margin: 0 190px 0 190px; 
}

div.leftCol 
{ 
   float:left;
   width:177px;
   margin-left:-1000px; 
   margin-top:0px;
}

div.rightCol 
{ 
   float:left;
   width:180px;
   margin-left:-185px; 
   padding:15px 0 0 0;
}

div#footer 
{ 
   clear:left; 
   margin-left:1px;
   text-align:center;
}

.content-wrapper 
{ 
   padding:15px 9px 0 12px;
   min-height:800px;
}

/*STRUCTURE STYLING*/

div#container 
{ 
   border:1px solid #eee; 
}

div#content 
{ 
   border-left:1px dotted #eee;
   border-right:1px dotted #eee; 
}

div#footer 
{ 
   border-top:1px dotted #eee;
   padding:0 0 0 0; 
}

