/* CSS Document */
body { 
	background: #ffffff url(/images/body-bg-home.jpg) top left repeat-x;
}


#wrapper
{
	padding: 0px auto;
	margin: 0px auto;
	width: 836px;
	background: transparent url(/images/container-bg-home.jpg)  top left no-repeat;
} 

#container
{
	position: relative;
	width: 800px;
	top: 0px;
	left: 16px;
}
	#header
	{
		height:110px;
	}
	
		#logo
		{
			background: #ffffff url(/images/logo-home.gif) no-repeat;
			width: 302px;
			height: 43px;
			display: block;
			position: absolute;
			top: 57px;
			left: 22px;
			display: inline;
		}
		
		#home-banner
		{
			margin-bottom: 34px;
		}

		#content
		{
			margin: 0px;
			padding: 0px;
			min-height: 130px;
		}
			
			#content-img
			{
				float: left;
			}
			
			#content-txt
			{
				margin-left: 32px;
				width: 436px;
				padding-right: 20px;
				float: right;
			}
		
		#site-links
		{
			background-color:#ffffff;
		}
		
			#site-links a
			{
				color:#8ca1bf;
				text-decoration: none;
			}
			
			#site-links a:hover
			{
				color:#9da94f;
				text-decoration: none;
			}
			
			.site-links-dividor
			{
				color:#8ca1bf;
			}
			