/* $Id: layout-fixed.css,v 1.1.4.2 2008/06/20 17:10:44 stevek Exp $
*/

/** MAIN LAYOUT - FIXED WIDTH
---------------------------------*/

#page{

	width:750px;  /* 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: 700px;
  float: left;
  margin-left: 25px; /* The width of #sidebar-left */
  margin-right: 25px; /* Negative value of #content's width + left margin. */
  padding: 0; /* Changing this might break the layout. Add padding or margin to #content-inner. */
	overflow:hidden; /* hide content the overflow content */
}


#content-inner{
  margin: 0;
  padding: 0;
}
/** sidebar-left **/


/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node {
	clear: both;
}

#header,
#footer {
	
	padding: 10px;
}

.sidebar {

}

#navigation{
	
}

/* header 
--------------------------- */

#header #logo-title {
	margin: 0;
	position: relative;
}

#header #logo-title #logo{
	vertical-align: baseline;
}

#header #logo-title #name-and-slogan {
	display: inline;
}

#header #logo-title #site-name {
	margin: 0;
	display: inline;
}


#header #header-region {
	overflow: hidden;
}

/* footer 
--------------------------- */

#footer {
	float: none;
	clear:both;
	height: 20px;
}