﻿body 
{
	background: url(Images/body-bg.jpg) repeat-x;
	font-size: 11px;
	font-family: Arial;
	padding: 0;
	margin: 0;
}

#body-container-bg
{
	background: url(Images/body-container-bg.jpg) no-repeat center top;
}

#site-container
{
	margin: 0 auto 20px;
	width: 942px;
}

#header
{
	height: 94px;
}
	#logo
	{
		float: left;
		width: 211px;
		height: 94px;
	}
	#menu-1
	{
		float: right;
		width: 718px;
		margin: 53px 0 0;
		border-top: solid 1px #636363;
		border-bottom: solid 1px #636363;
	}
		#menu-1 ul
		{
			float: right;
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#menu-1 li
			{
				float: left;
				border-left: solid 1px #636363;
			}
			#menu-1 li.first
			{
				border-left: none;
			}
				#menu-1 a
				{
					color: #bbb;
					display: block;
					padding: 0 13px;
					height: 28px;
					line-height: 28px;
					text-decoration: none;
				}
				#menu-1 a:hover
				{
					background: #3D3D3D;
				}

#header-content
{
	height: 258px;
}
	#menu-2
	{
		float: left;
	}
	#menu-3
	{
		float: right;
		width: 225px;
	}

#content-container
{
	background: #fff;
	border: solid 1px #B9B9B9;
	border-top: none;
}
	#content-area
	{
		background: url(Images/content-area.png) repeat-y top right;
	}
		#content
		{
			float: left;
			width: 690px;
			padding: 10px;
		}
		#menu-4
		{
			padding: 0;
			margin: 0 0 10px;
			float: right;
			display: block;
			list-style: none;
			width: 220px;
		}
			#menu-4 li
			{
				display: block;
				border-bottom: solid 1px #e4e4e4;
			}
				#menu-4 a
				{
					background: url(Images/menu-4-blip.png) no-repeat;
					text-decoration: none;
					color: #000;
					display: block;
					height: 21px;
					line-height: 21px;
					padding: 0 0 0 23px;
				}
				#menu-4 a:hover
				{
					color: #EC1E22;
				}
		
	#menu-5
	{
		border-top: solid 1px #B6B6B6;
		height: 26px;
		line-height: 26px;
		text-align: center;
	}
		#menu-5 a
		{
			text-decoration: none;
			color: #454545;
			padding: 0 15px;
		}
		#menu-5 a:hover
		{
			text-decoration: underline;
		}
	




