#page				{
				width:		980px;		/* edit to change the width of the page */
				margin:		0px auto;	/* remove 'auto' and the width to switch to a fluid width */
						}

/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.center				{
				margin-left:	200px;
				margin-right:	200px;
						}
#sidebar-left			{
				float:		left;
				width:		200px;
				margin-right:	0px;
						}
#sidebar-right			{
				float:		right;
				margin-left:	580px;
				width:		200px;
						}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner				{
				padding:	0px;
						}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

/* header */

#header #header-region		{
				overflow:	hidden;
						}

/* footer */

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

/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node		{
				clear:		both;
						}
