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

#wrapper
{
	width: 762px;
	margin: 0 auto;
	background: url(../grfx/backgrounds/bg_wrapper.png) repeat-y;
}

	#header
	{
		width: 754px;
		height: 103px;
		margin: 0 auto;
	}
	
	#navigation
	{
		width: 754px;
		height: 50px;
		margin: 0 auto;
		background: url(../grfx/nav/navigation.gif) no-repeat;
	}
	
	#flash
	{
		width: 738px;
		margin: 0 auto;
		margin-top: 6px;
	}
	
	#internal_header
	{
		width: 754px;
		margin: 0 auto;
	}
	
	#banners
	{
		width: 738px;
		height: 109px;
		margin: 0 auto;
		margin-top: 6px;
	}
	
		.banner_middle
		{
			margin-left: 4px;
			margin-right: 5px;
		}
	
	#content
	{
		width: 529px;
		margin: 0 auto;
		padding: 58px 0px 125px 0px;
		line-height: 1.45em;
		text-align: justify;
	}
	
	#content_int
	{
		width: 529px;
		margin: 0 auto;
		padding: 10px 0px 125px 0px;
		line-height: 1.45em;
		text-align: justify;
	}
	
		#logo
		{
			width: 360px;
			margin: 0 auto;
			text-align: center;
		}
		
			#logo img
			{
				margin-right: 15px;
				border: 1px solid #000000;
			}
			
	
	#footer
	{
		width: 522px;
		height: 51px;
		margin: 0 auto;
		padding: 5px 90px 5px 150px;
		text-align: center;
		font-size: 0.82em;
		background: url(../grfx/backgrounds/bg_footer.gif) no-repeat;
		color: #fad394;
		line-height: 20px;
	}
	
		#footer a
		{
			color: #fad394;
			padding: 0px 6px;
			text-decoration: none;
		}	