/*-------------------------------------------------------
Positioning Stylesheet for http://support.motioneng.com

Author:			Andrew Le
Version:		1.0
Last Revised:	2 Apr 2008
-------------------------------------------------------*/

/* Header
-------------------------------------------------------*/
#header {
	background-color: #333399;
}
* html #header { margin-bottom: 1.5em; } /* IE6 Fix */


/* Navbar - nothing actually goes in here. It's actually just here
   so that the AllWebMenus navbar doesn't look screwy.
-------------------------------------------------------*/
#navbar {
	background-color: #7171C6;
	width: 100%;
	height: 24px;
	top: 61px;
	left: 0;
}
* html #navbar { position: absolute; } /* IE6 Fix */

/* Main
-------------------------------------------------------*/
#main { 
	position: relative;
	width: 680px; 
	margin: 0 0 3em 0.5em;
}

/* Footer
-------------------------------------------------------*/
#footer {
	background-color: #333399;
	padding: 5px;
}