	html
	{
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-x;
	}
	
	body 
	{
		padding:0;
		margin:0;
		text-align:center;
		min-width:1000px;
	}
	
	/* SKETLETON *****************************************************************************************/
	/* ***************************************************************************************************/
	#container
	{
		position:relative;
		width:1000px;
		margin:0 auto;
		text-align:left;		
	}
	
	.bgcol
	{ 
		background:#fff;
		margin-left:39px;
		width:909px; 
	}
	
	#header
	{
		position:relative;
		height:172px;
		width:1000px;
		background-image:url(../images/header4.jpg);
		background-repeat:no-repeat;
	}
	
	#header #logo
	{
		position:absolute;
		bottom:-10px;
		left:60px;
	}
	
	#content
	{
		min-height:560px;
		height:auto !important;
		height:560px;
 		width:908px;
	}
	
	.inner
	{
		margin:0 20px 0 20px;
	}
	
		#left
		{
			float:left;
			width:563px;
			margin-bottom:20px;
		}
			div.slideshow
			{
				width:562px;
				height:180px;
				border:1px solid #fff;
			}
			
			img.flash
			{
				width:562px;
				height:180px;
				border:0;
			}
			
			img.b1
			{
				margin-right:12px;
			}
			
		#right
		{
			float:right;
			width:291px;
		}
		
		.left
		{
			float:left;
		}
			#homespace
			{
				margin-top:30px;
			}
			
			img.flash, img.rcvs
			{
				border:0;
			}
			
		.right
		{
			float:right;
		}
		
			img.zero
			{
				border:0;
				margin:0;
			}
			
			img.info
			{
				border:0;
				margin:3px 0 0 0;
			}
			
			img.rcvs
			{
				float:right;
			}
			
			img.info2
			{
				border:0;
				margin:3px 18px 0 0;
			}
			
			img.info3
			{
				border:0;
				margin:3px 0 10px 0;
			}
		
	#footer
	{
		border:0;
		padding:0;
		margin:0;
		text-align:left;
	}
		
		#navbase
		{
			float:left;
		}
		
		#footer span
		{
			float:right;
			margin-right:10px;
		}
		
	.clear:after 
	{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clear 
	{
		display: inline-block;
	}
	 
	html[xmlns] .clear 
	{
		display: block;
	}
	 
	* html .clear 
	{
		height: 1%;
	}

	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* IMAGE *********************************************************************************************/
	/* ***************************************************************************************************/
	#logo
	{
		margin: 0;
		border:0;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* MAP ***********************************************************************************************/
	/* ***************************************************************************************************/
	#map
	{
		width:550px;
		height:400px;
		border:1px solid #ccc;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/