
		body {
			/* font:0.7em/1.2em Helvetica, Arial, sans-serif; */
			font:0.7em/1.2em Arial, Helvetica, sans-serif;
			text-align:center;
			}	
			
		#wrapper {
			width:800px;
			background:#fff;
			border:1px solid #c9cacb;
			margin:50px auto;
			text-align:left;
			}
	
		/**
		 *	HEADER
		 *
		 *****************/
		 		
		#header {
			height:130px;
			border-bottom:1px solid #c9cacb;
			position:relative;
			}
	
		#header h1 a {
			display:block;
			width:400px;
			height:130px;
			position:absolute;
			top:0;left:0;
			text-indent:-3000px;
			background:url('../images/logo.jpg') no-repeat top left;
			}
			
		/**
		 *	NAVIGATION
		 *
		 *****************/

		ul#navigation {
			position:absolute;
			bottom:0;
			right:50px;
			list-style-type:none;
			}
	
		ul#navigation li {
			float:left;
			}
			
		ul#navigation li a,
		ul#navigation li a:visited {
			display:block;
			width:102px;
			height:26px;
			line-height:28px;
			text-align:center;
			color:#939598;
			text-decoration:none;

			background:url('../images/tab.gif') no-repeat top left;
			}

		ul#navigation li a:hover,
		ul#navigation li a.active,
		ul#navigation li a.active:visited,
		ul#navigation li a.active:hover {
			color:#F69323;
			
			
			}

		/**
		 *	CONTAINER
		 *
		 *****************/
		 	
		#container {
			height:370px;
			}
	
		.home {
			background:url('../images/front.jpg') no-repeat top left;
			}
	
		/**
		 *	COLUMNS
		 *
		 *****************/	
	
		#left-column,
		#center-column,
		#right-column {
			float:left;
			margin-top:35px;	
			font-size:80%;
			}

		#center-column, 
		#right-column {
			margin-bottom:25px;
			height:310px;
			color: #939598;
			padding: 0 10px;
			}
	
		#left-column {
			width:240px;
			height:335px;
			position:relative;
			}

			
		#left-column div.img-pos {
			position:absolute;
			width:240px;
			overflow:hidden;
			bottom:0;
			z-index:1;
			}
			
		#left-column img {
			display:none;
			margin:0 auto;
			}

		#left-column ul {
			position:absolute;
			z-index:2;
			right:40px;
			top:40px;
			list-style-type:none;
			}

		#left-column ul li a,
		#left-column ul li a:visited {
			color:#939598;
			text-decoration:none;
			}

		#left-column ul li a:hover,
		#left-column ul li a.active,
		#left-column ul li a.active:visited,
		#left-column ul li a.active:hover {
			color:#F69323;
			}

		#center-column {
			width:182px;
			border-left:1px solid #c9cacb;	
			border-right:1px solid #c9cacb;			
			}
			
		.center-alt {
			width:283px !important;
			}

		#right-column {
			width:283px;
			border-right:1px solid #c9cacb;	
			padding-top:40px;
			height:270px;
			position: relative;
			}
			
		.right-alt {
			width:182px !important;
			}

		.right-alt img {
			width:182px;

			}			

		/**
		 *	CONTENT
		 *
		 *****************/	
		 
		h2 {
			height:40px;
			font-weight:bold;
			color:#0F9A4B;
			font-size:160%;
			line-height:18px;

			}

		h3 {
			font-size:120%;
			line-height:120%;
			font-weight:bold;
			color:#0F9A4B;
	
			}
		 
		#right-column h3 {
			margin-bottom:10px;
			}
		 
		#center-column p,
		#right-column p,
		#center-column ul,
		#right-column ul,
		#center-column ol,
		#right-column ol {
			margin-bottom:10px;

			}
		
		#center-column ul,
		#center-column ol {		
			margin-left:10px;
			}

		/**
		 *	TABLE
		 *
		 *****************/	

		table {
			}
			
		table tr td {
			vertical-align:top;
			}

		/**
		 *	FORM
		 *
		 *****************/

		form fieldset {

			}
		
		form fieldset legend {
			font-weight:bold;
			margin-bottom:5px;
			color:#555;
			}
			
		form fieldset .form-item {
			vertical-align:top;
			margin-bottom:5px;
			}

		form fieldset label {
			display:				inline-block;
			float:					left;		
			width:80px;
			}

		form fieldset .form-item .text-input {
			display:block;
			font-size:9px;
			padding:3px;	
			width:185px;	
			}
		
		form fieldset .form-item .textarea-input {
			font:9px/100% Arial, Helvetica, sans-serif;
			font-size:9px;
			padding:3px;	
			width:185px;
			height:100px;
			}
		
		/**
		 *	SLIDESHOWS
		 *
		 *****************/			
		
		.slideshow { 
			position: relative; 
			height:1px;	/* damn you IE */
			text-align:center;
			}
		
		.slideshow img { 
			position: absolute; 
			width:283px;
			height:195px;
			left:0;
			top:5px;
			z-index: 10; 
			}
		
		.slideshow ul { 
			position:absolute;
			top:250px;
			left:0;
			width:283px;
			}
		
		.slideshow ul li { display: inline; }
		
		.slideshow ul li a, 
		.slideshow ul li a:visited { 
			display: block; 
			height:14px;
			line-height:14px;
			display:inline-block;
			padding: 0 5px; 
			color: #939598; 
			text-decoration: none; 
			border-right:1px solid #c9cacb;
			}
		
		.slideshow ul li a.next {
			border-right:1px solid #fff;
			}
		
		.slideshow ul li a:hover, 
		.slideshow ul li a.current,
		.slideshow ul li a.current:visited, 
		.slideshow ul li a.current:hover {
			color:#F69323;
			}

		/**
		 *	CLEARFIX
		 *
		 *****************/	
	
		.clearer {
			width:100%;
			height:1px;
			clear:both;
			}
	
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
			}
			
		.clearfix {
			display: inline-block;
			}
		
		* html .clearfix { 
			height: 1%;
			}
			
		.clearfix {display: block;}
