	body 
	{
		padding:10px 0 10px 0;
		margin:0;
		text-align:center;
		min-width:1000px;
	}
	
	/* SKETLETON *****************************************************************************************/
	/* ***************************************************************************************************/
	#container
	{
		position:relative;
		width:980px;
		margin:0 auto;
		text-align:left;
	}
	
	#header
	{
		height:185px;
		width:980px;		
		position:relative;
	}
	
	#content
	{
		min-height:160px;
		height:auto !important;
		height:160px;
	}

		/* template2 ********************************************************************************/
		/********************************************************************************************/
		#thecontainer
		{
			width:100%;
			margin:10px auto;
			line-height:130%;
		}
		
		#leftnav
		{
			float:left;
			width:296px;
		}
		
		#rightnav
		{
			float:right;
			width:296px;
		}
		
		#thecontent
		{
			margin-left:326px;
			margin-right:326px;
			max-width:36em;
		}
		/********************************************************************************************/
		/********************************************************************************************/
		
		/* template1 ********************************************************************************/
		/********************************************************************************************/
		#thecontainerb
		{
			width:100%;
			margin:10px auto;
			line-height: 130%;
		}
		
		#leftnavb
		{
			float:left;
			width:643px;
		}
		
		#rightnavb
		{
			float:right;
			width:327px;
		}
		
		/*submenu*/
		.navblocka,.navblockb,.navblockc,.navblockd,.navblocke,.navblockf
		{
			height:42px;
			background:#ccc;
			margin-bottom:3px;
		}
		
			.navblocka
			{
				background-image:url(../images/template/_c.gif);
				background-repeat:no-repeat;
				background-position:top left;
			}
			
			.navblockb
			{
				background-image:url(../images/template/_f.gif);
				background-repeat:no-repeat;
			}
			
			.navblockc
			{
				background-image:url(../images/template/_b.gif);
				background-repeat:no-repeat;
			}
			
			.navblockd
			{
				background-image:url(../images/template/_d.gif);
				background-repeat:no-repeat;
			}
			
			.navblocke
			{
				background-image:url(../images/template/_e.gif);
				background-repeat:no-repeat;
			}
			
			.navblockf
			{
				background-image:url(../images/template/_a.gif);
				background-repeat:no-repeat;
			}

		/*contact form*/
		#contactdetails
		{
			float:right;
		}
		/********************************************************************************************/
		/********************************************************************************************/
		
		
		/* template3 ********************************************************************************/
		/********************************************************************************************/
		#rightnavc
		{
			position:relative;
			float:right;
			width:327px;
			height:542px;
			
		}
		
	
		#leftnavb #base
		{
			position:absolute;
			bottom:0;
			left:0;
		}
		
		
		/*
		#leftnavb
		{
			float:left;
			width:481px;
		border-right:1px solid lime;
		}
		#leftnavb img {width:100px; height:100px;}
		
		
		#rightnavb
		{
			float:right;
			width:327px;
		}
		*/
		#rightnavc img
		{
		width:327px;
			height:542px;
		}
		
		#quote
		{
			background:#a2c1de;
			padding:20px;
			border:1px solid #36338a;
			margin:20px 0px 20px 0px;
		}
		/********************************************************************************************/
		/********************************************************************************************/
		
		hr
		{
			background:#999;
			background-color:#999;
			margin-top:10px;
			height:5px;
			border:0;
			clear:both;
		}
		
	#footer
	{
		border:0;
		padding:0;
		margin:0;
		background-image:url(../images/template/mini-star.gif);
		background-repeat:no-repeat;
		height:36px;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* IMAGE *********************************************************************************************/
	/* ***************************************************************************************************/
	#logo
	{
		margin:50px 0px 0px 20px;
		border:none;
	}
	
	#featureimg
	{
		display:block;
	}
	
	#imgbannergraphic
	{
		position:relative;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* TABLE *********************************************************************************************/
	/* ***************************************************************************************************/
	table
	{
		border:1px solid #ccc;
		border-collapse:collapse;
	}
	
	table td 
	{
		border:1px solid #ccc;
		padding:2px 5px 2px 5px;
	}
	
	table th
	{
		border:1px solid #ccc;
		padding:2px 5px 2px 5px;
		font-weight:bold;
		text-align:left;
	}
	
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* FORM **********************************************************************************************/
	/* ***************************************************************************************************/
	fieldset
	{
		border:0;
		padding:0;
		margin:0;
	}
	
	textarea
	{
		font-family: arial, "lucida console", sans-serif;
		font-size:12px;
		color:#666666;
	}
	
	label
	{
		font-weight:bold;
	}
	
	.incorrect,.error
	{
		color:#ff0000;
		font-weight:bold;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	/* MISC **********************************************************************************************/
	/* ***************************************************************************************************/
	.clearfix:after 
	{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clearfix 
	{
		display: inline-block;
	}
	 
	html[xmlns] .clearfix 
	{
		display: block;
	}
	 
	* html .clearfix 
	{
		height: 1%;
	}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	