body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #58595b;
	margin: 0;
	padding: 0;
	background:url(../grfx/backgrounds/bg_body.gif) repeat-x;
}

#wrapper
{
	width: 880px;
	padding-left: 100px;
	background: url(../grfx/backgrounds/bg_wrapper.gif) right top no-repeat;
}

	#navigation
	{
		width: 518px;
		height: 132px;
		float: left;
		background: url(../grfx/backgrounds/bg_nav.gif) repeat-x;
	}
	
	#logo
	{
		width: 362px;
		height: 132px;
		float: left;
	}
	
	* html #flash
	{
		margin-top: -2px;
	}		
	
	#content
	{
		width: 880px;
		clear: both;
		line-height: 1.45em;
		padding-top: 15px;
	}
		
		#content p
		{
			margin-top: 0;
			padding-left: 2px;
		}
			
		#content_welcome
		{
			width: 477px;
			float: left;
			padding-right: 23px;
			text-align: justify;
		}
		
		#content_div
		{
			width: 3px;
			height: 106px;
			float:left;
			background: url(../grfx/content_div.gif) top no-repeat;
		}
		
		#content_news
		{
			width: 322px;
			float: left;
			padding: 0px 23px;
			text-align: justify;
		}


	#footer
	{
		width: 880px;
		font-size: 0.91em;
		color: #a7a9ac;
		padding-top: 30px;
		text-align: right;
	}
	
		#footer a
		{
			color: #999999;
			text-decoration: none;
		}
		
		#footer a:hover
		{
			text-decoration: underline;
		}
