	* { padding: 0; margin: 0; }
	html { background: #d8d2b5; }
	body { font-size: 1em; font-family: Arial, Verdana; color: #707070; }

	a img { border: 0; }
	a { color: #707070; }
	a:hover { color: #228213; }
	.clear { clear: both; height: 0; font-size: 0; line-height: 0%; }

	.text_box, .making-top { background: #FFF; }
	.text_box { font-size: 0.875em; }
	.text_box_content { width: 998px; margin: 0 auto; position: relative; padding: 50px 0; }
	.text_box_content p { padding: 5px 0; }
	.narrow p { width: 400px; }
	.green_title, .text_box_content p span { color: #228213; }
	.heading_box { width: 998px; margin: 0 auto; position: relative; padding: 20px 0; }
	.heading_box h2 { font-family: "Trebuchet MS"; color: #228213; font-size: 2.25em; font-weight: bold; margin-right: 20px;  float: left; padding: 10px 20px 10px 0; border-right: solid 1px #228213; }
	.heading_box h2 span { display: block; float: left; width: 47px; height: 48px; text-align: center; color: #FFF; font-size: 0.944em; line-height: 48px; margin: -3px 20px 0 0; background: url('../img/green_circle.png') no-repeat; }
	.heading_text { font-size: 0.875em; padding-right: 100px; text-align: justify; height: 65px; display: table; }
	.content { display: table-cell; vertical-align: middle; }
	
	.making-top { text-align: center; padding: 20px 0; }
	.making-top h1 { font-family: "Trebuchet MS"; font-size: 2.25em; color: #228213; font-weight: bold; }
	.making-top p { font-size: 0.875em; padding: 7px 0; }
	.steps { font-size: 0.875em; color: #228213; font-family: "Trebuchet MS"; }
	/*
	.steps a { color: #818181; text-decoration: none; }
	.steps a:hover { text-decoration: underline; }
	*/
	.medis { float: right; position: relative; margin-right: 230px; }
	
	.footer { text-align: center; width: 90px; margin: 0 auto; background: url('../img/arrow_up.png') no-repeat 0 22px; }
	#link_top { padding: 25px 0; background: url('../img/arrow_up.png') no-repeat 100% 22px; display: block; font-size: 0.875em; }
	
	.column { float: left; position: relative; padding-left: 12px; }
	.column a { display: block; padding: 0 7px 12px 0; }
	.first { padding-left: 0; }
	.first .column_pictures { border-right: solid 1px #eaeaea; padding-right: 5px; }
	.first a { padding-bottom: 7px; }
	.column a.last { padding-bottom: 0; }
	.column_heading { font-size: 0.9375em; font-weight: bold; color: #228213; }
	
	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;	
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 10px 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: normal; font-size: 1.5em; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 0;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0em;
	}