/* $Id: layout-fixed.css,v 1.1.4.2 2008/08/31 03:14:37 couzinhub Exp $ */


/** MAIN LAYOUT - FIXED WIDTH
---------------------------------*/

#page{
	width:878px;  /* If you change this value, you will have to change the 
										margins of the content and the sidebar right */
	margin:0 auto;
}
#content, .two-sidebars #content{
  width: 398px;
  float: left;
  margin-left: 200px; /* The width of #sidebar-left */
  margin-right: -678px; /* Negative value of #content's width + left margin. */
	overflow:hidden; /* hide content the overflow content */
}

.two-sidebars #content{
	padding:25px 20px;
	width:438px;
}

.sidebar-left #content{
  width: 598px;
  margin-left: 200px; /* The width of #sidebar-left. */
  margin-right: -878px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content{
  width: 598px;
  margin-left: 0;
  margin-right: -878px; /* Negative value of #content's width + left margin. */
}

.no-sidebars #content{
  width: 798px;
  margin-left: 0;
  margin-right: -878px; /* Negative value of #content's width + left margin. */
}
#content{
  padding: 35px 40px;
}

/** sidebar-left **/

#sidebar-left {
  float: left;
  width: 181px;
  margin-left: 0;
  margin-right: -201px; /* Negative value of #sidebar-left's width + left margin. */
  padding:20px 0 20px 20px; 
}

/** sidebar-right **/

#sidebar-right{
  float: left;
  width: 180px;
  margin-left: 677px; /* Width of content + sidebar-left. */
  margin-right: -877px; /* Negative value of #sidebar-right's width + left margin. */
  padding:20px 20px 20px 0; 
}



/*---------------------------------*/

/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node {
	clear: both;
}



/* footer 
--------------------------- */

#footer {
	float: none;
	clear:both;
}
