	* { border: none; outline: none; margin: 0; padding: 0; text-decoration: none; list-style-type: none; }
	html,body { margin:0; padding:0; height:100%; min-width: 990px; }
	html { background: #eeeeee url('images/back.png') repeat-y top; }
	body { text-align: center; font-family: 'Arial'; }
	#container { min-height: 100%; height: auto !important; height: 100%; width: 990px; margin: 0 auto; position: relative; text-align: center; }
	
	#header { width: 950px; padding: 40px 20px 0 20px; height: 260px; margin: 0 0 1px 0; float: left; 
			background: #eeeeee url('images/back_header.png') no-repeat left top; }
	
	#body { width: 950px; padding: 0 20px 150px 20px; float: left; }	/* Height of footer + some height */
	
	
	#footer { position: absolute; bottom: 0; left: 0; width: 950px; height: 130px; padding: 0 20px; 
			background: #eeeeee url('images/back_footer.png') no-repeat left top; }
			
	@font-face {
			font-family: Century Gothic;
			src: url('fonts/GOTHIC.TTF');
		}
			
	
	/* HEADER */
		.logo img{height: 130px;;}
		.logo { float: left;  }
		
		.title { width: 490px; float: left; text-align: left; margin: 20px 0 0 10px; }
		.title h1 { font-family: 'Century Gothic'; }
		.title h1 a { color: #7a9e04; }
		.title h1 a:hover { color: #5f7b03; }
		.title h3 { color: #666666; line-height: 30px; font-weight: normal; }
		.title h5 { color: #777777; line-height: 30px; font-weight: normal; }
		
		.banner_text { float: left; text-align: left; width: 490px; margin: 45px 0 0 160px; }
		
		.banner_text h4 { color: #444444; line-height: 19px; font-family: 'Century Gothic'; font-weight: normal; margin: -17px 0 16px 35px; }
		.banner_text h4 span, .banner_text h4 a { color: #444444; line-height: 14px; margin: 0 0 0 10px; }
		.banner_text h4 a:hover { text-decoration: underline; }
		
		.photo { width: 250px; height: 160px; float: left; margin: -170px 0 0 0; padding: 7px 0 0 7px; 
				background: url('images/photo_back.png') no-repeat; }
		.photo img { float: left; width: 170px; height: 120px; margin: 0; }
		.stamp { position: relative; top: 10px; left: 50px; }
	
	/* MAIN */
					
		#menu { width: 100%; height: 50px; background: #7a9e03; }
		#menu a { display: inline-block; font-size: 18px; padding: 0 20px; line-height: 50px; height: 50px; color: #ffffff; margin-left: -3px; }
		#menu a:hover { background: url('images/shadow.png') repeat-x left bottom; }
		#menu a.current, #menu a.current:hover { background: #5f7b03 url('images/shadow.png') repeat-x left bottom; cursor: default; }
		
		#box { width: 240px; height: 139px; float: left; margin: 0 0 0 4px; padding: 20px 30px 0 30px; text-align: left;
				background: url('images/box.png') no-repeat right top; }
		.box h3 { font: 24px 'Century Gothic'; color: #586c00; }
		.box p { font-size: 12px; line-height: 16px; color: #555555; margin: 10px 0; }
		#box-a { font-size: 12px; float: right; color: #586c00; }
		.box a:hover { text-decoration: underline; }
		
		.article { width: 560px; float: left; margin: 0 50px 0 20px; text-align: left; }
		.article h2 { font-family: 'Century Gothic'; color: #888888; margin: 0 0 25px 0; }
		.article p { font-size: 14px; line-height: 19px; color: #555555; }
.article ul { color: #505050; font-family: 'Century Gothic'; margin: 0 0 10px 25px;}
.article ul li {list-style-type:square; font-size: 15px; line-height: 19px;}
		
		.box_blue { width: 300px; float: left; text-align: left; }
		.box_blue_top { width: 240px; height: 54px; padding: 20px 30px 0 30px; background: url('images/box_blue.png') no-repeat left top; }
		.box_blue_top h2 { font-family: 'Century Gothic'; color: #739502; padding: 0 0 10px 0; border-bottom: 1px dashed #739502; }
		.box_blue_main { width: 240px; padding: 10px 30px 30px 30px; background: #bae871 url('images/icon_cross.png') no-repeat 210px 65px; }
		.box_blue_main p { color: #586c00; }
	
	
	/* FOOTER */
		
		.footer_left { width: auto; float: left; text-align: left; margin: 15px 0 0 15px; }
.footer_down { width: 390px; float: left; text-align: left; margin: 30px 0 0 0; }
.footer_down a { color: #386A00; margin: 0 15px 0 0;}		
		.footer_right { width: auto; float: right; text-align: left; margin: 30px 0 0 0; }
		.footer_left a { float: left; margin: 0 15px 0 0; }
.footer_right a { float: right; margin: 0 10px 0 0; }	
		
		#footer p { float: left; margin: 5px 20px 0 30px; text-align: left; font: 12px 'Arial'; color: #666666; line-height: 15px; }		
		#footer p font { color: #888888; }	
		
	