html
{
	background: url(../grfx/backgrounds/bg_html_int.gif) left bottom repeat-x;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #58595b;
	margin: 0;
	padding: 0;
	background: url(../grfx/backgrounds/bg_body_int.gif) repeat-x;
}

#wrapper
{
	width: 880px;
	padding-left: 100px;
	background: url(../grfx/backgrounds/bg_wrapper_int.gif) left top no-repeat;
}

	#navigation_int
	{
		width: 548px;
		height: 148px;
		float: left;
		background-color: #292627;
	}
	
	#logo
	{
		width: 332px;
		height: 148px;
		float: left;
	}
	
	#header
	{
		width: 880px;
		height: 73px;
		margin-bottom: 3px;
		clear: both;
	}
	
	#content
	{
		width: 488px;
		padding-top: 25px;
		clear: both;
		line-height: 1.45em;
		text-align: justify;
	}
	
	#content_finishes
	{
		width: 882px;
		padding-top: 35px;
		clear: both;
		line-height: 1.45em;
		text-align: justify;
	}	

		.finish
		{
			width: 882px;
			padding-bottom: 10px;
			clear: both;
			background: url(../grfx/backgrounds/bg_finish.gif) no-repeat;
		}
		
		.finish_secure
		{
			width: 882px;
			clear: both;
			background: url(../grfx/backgrounds/bg_finish_horz.gif) no-repeat;
		}

			.finish img
			{
				border: none;
			}
			
			.finish_text
			{
				width: 214px;
				float: left;
				padding-top: 10px;
			}
			
			.finish_securetext
			{
				width: 478px;
				float: left;
			}
		
			.finish_image
			{
				width: 180px;
				padding: 10px 9px 10px 15px;
				float: left;
			}
			
			.finish_secureimage
			{
				width: 378px;
				float: right;
				line-height: 130px;
			}
			
				.finish_secureimage img
				{
					float: left;
					margin: 10px 0px;
				}
			
			.finish_div
			{
				background: url(../grfx/backgrounds/finish_div.gif) center top no-repeat;
				width: 17px;
				height: 130px;
				float: left;
				display: block;
			}
			
				.finish_horz_div
				{
					background: url(../grfx/backgrounds/bg_finish.gif) no-repeat;
					width: 378px;
					height: 1px;
					display: block;
					clear: both;
				}
			
			.finish_gallery_group
			{
				margin: 0;
				padding: 0;			
			}
			
			.finish_gallery
			{
				width: 452px;
				min-height: 128px;
				float: right;
				margin: 0;
				padding: 10px 0px 10px 10px;
			}			
			
			.finish_gallery_group
			{
				width: 452px;
				float: right;
			}
			
				.finish_gallery img
				{
					float: left;
					margin-right: 2px;
					margin-bottom: 2px;
					border: none;
				}
				
				

	#footer
	{
		width: 880px;
		font-size: 0.91em;
		color: #a7a9ac;
		margin-left: 110px;
		padding-top: 150px;
		text-align: right;
		line-height: 20px;
	}
	
		#footer a
		{
			color: #999999;
			text-decoration: none;
		}
		
		#footer a:hover
		{
			text-decoration: underline;
		}		
		
		.fb-like {
			float: right;
			margin-left: 10px;
		}
