/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	background: url(../grfx/backgrounds/bg_body.gif) repeat;
	color: #000000;
}

#wrapper
{
	width: 950px;
	margin: 0 auto;
}

	#header
	{
		width: 940px;
		height: 211px;
		margin: 0 auto;
		background-color: #000000;
		padding-left: 10px;
	}

	#header img
		{
			float: left;
		}

		#flash
		{
			width: 580px;
			height: 211px;
			float: right;
		}

	#container_content
	{
		width: 950px;
		margin: 0 auto;
		background: url(../grfx/backgrounds/bg_content.gif) repeat;
		margin-bottom: 18px;
	}

		#content
		{
			width: 880px;
			margin: 0 auto;
			padding: 20px 35px;
			line-height: 1.33em;
			text-align: justify;
		}

		#footer
		{
			width: 870px;
			height: 40px;
			clear: both;
			background: url(../grfx/backgrounds/bg_footer.gif) bottom repeat-x;
			font-size: 0.83em;
			text-align: center;
			padding: 0px 40px;
		}

			#footer a
			{
				color: #000000;
				text-decoration: none;
			}

			#footer a:hover
			{
				text-decoration: underline;
			}

		#links
		{
			width: 930px;
			height: 111px;
			clear: both;
			background: url(../grfx/backgrounds/bg_links.gif) repeat-x;
			padding: 20px 10px;
			margin-bottom: 18px;
		}
		
			#links a
			{
				margin: 0px 27px;
			}