﻿@media screen
{
	#Content
	{
		background-color:#cce718;
		background-image:url(../Images/BgContentGroups.gif);
		padding:60px 20px 19px 17px;
		border-bottom:2px solid #eeeded;
	}
	
	#ContentHeader
	{
		background-image:none;
		background-color:#eaf5a3;
		min-height:26px;
		padding-top:0px;
		padding-bottom:2px;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
	
	*:first-child+html #ContentHeader
	{
		padding-bottom:6px;
	}

	* html #ContentHeader
	{
		padding-bottom:6px;
		height:25px;
	}
	
	#ContentHeader h1
	{
		margin:9px 0px 0px -4px;
	}
	
	#Breadcrumbs
	{
		display:none;
	}
	
	#ContentBody
	{
		background-color:#fff;
		background-image:url(../Images/BgContentBodyGroups.gif);
		background-position:left bottom;
		padding-top:0px;
	}
	
	#SubNav
	{
		width:182px;
	}
	
	#ContentBodyInner
	{
		padding-bottom:18px;
	}

	#Footer
	{
		background-image:none;
		padding-top:29px;
	}
}