#container_site
	{
	margin: 3% auto 0 auto;
	width: 918px;
	}

	#header img
		{
		float: left;
		}
	
	#menu
		{
		width: 909px;
		height: 26px;
		padding: 0 0 0 9px;
		background: transparent url('../images/menu_background.png') no-repeat;
		}
	
		#menu a
			{
			display: block;
			float: left;
			padding: 0 15px 0 15px;
			margin: 0 0 0 5px;
			line-height: 24px;
			height: 26px;
			font-family: Calibri, Verdana, Arial, sans-serif;
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
			}

		#menu a:hover, #menu a.active
			{
			background: transparent url('../images/menu_background_hover.gif') repeat-x;
			}

	#container_content
		{
		width: 918px;
		min-height: 500px;
		background: transparent url('../images/container_content_background.png') repeat-y;
		}
	
		#container_content div.content
			{
			margin: 0 auto 0 auto;
			width: 880px;
			padding: 15px 10px 15px 10px;
			font-size: 13px;
			background: transparent url('../images/content_background_top.png') repeat-x;
			}
	
	#footer
		{
		width: 886px;
		height: 34px;
		padding: 0 16px 0 16px;
		background: transparent url('../images/footer_background.gif') no-repeat;
		}

		#footer div.contact, #footer div.producedby
			{
			font-size: 12px;
			line-height: 22px;
			}

			#footer div.contact a, #footer div.producedby a
				{
				text-decoration: underline;
				}

		#footer div.contact
			{
			float: left;
			}

		#footer div.producedby
			{
			float: right;
			}

body
	{
	background: #141414 url('../images/body_background_fade.gif') repeat-x;
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	}

div.clearfloat
	{
	clear: both;
	}

a
	{
	color: #ffffff;
	}
