/* 1 COLUMN LAYOUT */

	#content {	padding-top:278px; } /* Header.Height + Menu.Height */
	
	#left {		width:0px; } /* Left.Width */
	#right {	width:0px; } /* Right.Width */
	#innerwrap {	width:770px; } /* Outer.Width - Left.Width - Right.Width - Content.Margin */
	#content { margin:0 0 0 0; }
	#outer { background-color:#f3f5f7; background-image:url(../images/bg_content.gif);
		background-position:center; background-repeat:repeat-y }

	body { background-color:#a6cfe1; }
	body { 	background-image:url(../images/bg.jpg); background-position:center top;
		background-repeat:repeat; }
		