/* $Id: layout.css,v 1.5.2.1 2007/01/17 05:28:41 jjeff Exp $ */

/* Layout */

#container {
  margin: 0 auto;
  width: 950px;
}

#block-block-77 {
    position:relative;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.both-sidebars {
  /*min-width: 980px;*/
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#main {
  float: left;
  width: 100%;
  padding:0;
}

/* So we move the #main container over the sidebars to compensate */
body.sidebar-left #main {
  margin-left: -455px;
}
body.sidebar-right #main {
  margin-right: -135px;
}
body.both-sidebars #main {
 margin: 0 -135px 0 -455px; }

#squeeze {
  /* position: relative; */
margin-right:10px;padding-right:8px;}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 472px;
}
body.sidebar-right #squeeze {
  margin-right: 145px;
}
body.both-sidebars #squeeze {
   margin: 0 145px 0 472px;
}

/* We ensure the sidebars are still clickable using z-index */
#container .sidebar {
  margin: 0;
  float: left;
  z-index: 1;
}

#container .sidebar .block {
  margin: 0;
}

#sidebar-left .block {
  padding: 0;
}

#sidebar-left{ 
  width:440px;
  border-right:1px solid #DEDEDE;padding-right:17px; }

#sidebar-right .block {
  padding: 0;
  width:130px; 
}

#sidebar-right
{float:right;}

.block .content {
  margin: 0;
}

#footer {
  float: none;   clear: both;   margin: 0;}


