/* Copyright 2004 - 2007 TJK Design ~ divaHTML */
#container {
float:left;
width:auto;
padding:0 160px 0 0;
margin:0 160px 0 0;
}
#left {
float:left;
width:140px;
padding:0 0 10px 0;
}
#main {
background-image:url(/img/left-NN.gif);
background-repeat:repeat-y;
margin:0 5px 0 0;
padding:0 0 0 20px;
}
/* use the width here to "position" the content of this DIV */
#sidebar {
background-image:url(/img/left-NN.gif);
background-repeat:repeat-y;
float:right;
width:165px;
padding:0 10px 10px 10px;
}
.clearing {
clear:both;
}