/* @group banner image */
#site_bg {background:url('../images/back.gif') repeat-x scroll 0% 0%; background-color: #fff;}
div#banner_image {border: 4px solid #FFF; height: 194px; width: 756px; background: url('../images/header_banner.jpg');}


/* @group Layout */

div#page {width: 766px;} /* the width of the outermost container */

div.page_width {width: 766px} /*same as above, used to set the footer width to the same width as the rest of the page*/



div#nav_container{width: 600px;}	/* the width of the outermost __nav__ container minus any margin or padding */
div#nav {width: 580px;} /* set to approximately 20 pixels smaller than the nav container*/

	li.narrow {display: block;}
	li.wide {display: none;}

/* @group Maincontent */

/* This container holds the left column and mainbody content. This container loads first for SEO Source Ordering purposes.
The width of this container is based upon the content layout logic. (see includes/template_config.php) */
	.lf-both {width:622px !important; width:622px;} /* The available width minus the width of the right container 526*/
	.lf-left-only {width: 100%;} /* The available width because we no longer have the right container */
	.lf-right-only {width: 622px;} /* The available width minus the width of the right container */
	.lf-wide {width: 100%;} /* The available width because we no longer have the left or right containers */

/* The #MiddleCol container holds the mainbody content. This container loads before the left column for SEO Source Ordering purposes.
Set the width of this container based upon the content layout logic. (see template_config.php) */
		.mc-both {width: 462px !important; width:460px;} /* The available width 446*/
		.mc-left-only {width: 566px;} /* The available width minus the width of the left container */
		.mc-right-only {width: 622px;} /* The available width minus the width of the right container */
		.mc-wide {width: 100%;} /* The available width */

/* This container holds the left column content. This container loads before the right column for SEO Source Ordering purposes. */
		#left {width: 150px;} /* 'cause it looks nice*/

/* This container holds the right column content. */
	#right {margin-top: 12px;;width: 132px; border-left: 1px solid #ccc} /*120 pixels for banners + 14 pixels of padding */
/* @end Maincontent */


/* @end Layout */

/* @end banner image */		