	* { 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: 800px; }
	html { background: #af9f68  url('images/back_bottom.gif') repeat-x left top; }
	body { text-align: center; }
	
	#container { min-height: 100%; height: auto !important; height: 100%; width: 100%; margin: 0; position:relative; text-align: center; }
	
	#header100 { width: 100%; height: 184px; float: left; text-align: center; background:  url('images/back_bottom.gif')repeat-x left top; }
	#header { width: 990px; height: 184px; margin: 0 auto; color: white; }
	
	#body100 { width: 100%; text-align: center; float: left; padding: 0 0 40px 0; color: white; }	/* Height of footer */
	#body { width: 990px; margin: 0 auto; }
	
	#footer100 { width: 100%; height: 105px; text-align: center; float: left; position: absolute; bottom: 0; left: 0; padding: 10px 0 0 0; 
			background: url('images/back_bottom.gif') repeat-x left top; border-top: 5px solid #2b2b2b; }
	#footer { width: 990px; height: 105px; margin: 0 auto; }
	
	@font-face {
			font-family: Century Gothic;
			src: url('fonts/GOTHIC.TTF');
		}
	

	/* HEADER */
	
		.logo { float: left; margin: 35px 30px 0 0; }
		
		.title { width: 510px; float: left; text-align: left; margin: 45px 0 0 10px; font-family: 'Century Gothic'; }
		.title h1 a { color: #0280a8; text-shadow: 1px 1px 0px #cef0fb; }
		.title h1 a:hover { color: #036381; }
		.title h3 { color: #ffffff; line-height: 30px; text-shadow: 1px 1px 3px #555555; }
		.title h5 { color: #ffffff; line-height: 30px; font-weight: normal; text-shadow: 1px 1px 2px #333333; }
		
		.photo { width: 181px; height: 206px; float: right; margin: 20px 0 0 0; padding: 7px 0 0 7px; 
				background: url('images/photo_back.png') no-repeat; }
		.photo img { float: left; width: 169px; height: 192px; margin: 0; }
		.stamp { position: relative; top: 35px; left: 50px; }
	
	
	/* MAIN */
					
		#menu { width: 800px; height: 59px; float: left; font-family: 'Arial'; }
		#menu a { float: left; font-size: 18px; padding: 0 26px; line-height: 59px; height: 59px; color: #ffffff; 
				text-shadow: 1px 1px 2px #555555; }
		#menu a:hover { background: #2b2b2b; }
		#menu a.current, #menu a.current:hover { background: #2b2b2b; cursor: default; }
	
		#left_side { width: 600px; float: left; text-align: left; padding: 0 45px 20px 0; border-right: 1px solid #dddddd; }
		#left_side h2 { font-family: 'Century Gothic'; font-weight: normal; color: #2b2b2b; margin: 0 0 25px 0; line-height: 43px; }
		
		#right_side { width: 300px; float: left; margin: 0 0 0 44px; text-align: left; }
		#right_side h2 { font-family: 'Century Gothic'; font-weight: normal; color: #2b2b2b; margin: 0 0 25px 0; line-height: 43px; }
		
		.article { width: 100%; float: left; margin: 0; text-align: left; }
		.article p { font-family: 'Arial'; 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;}
		
		.banner_text { width: 100%; float: left; text-align: left; }
		
		.banner_text h4 { color: #555555; float: none; font-family: 'Century Gothic'; font-weight: normal; margin: 0 0 15px 35px; }
		.banner_text h4 img { float: left; height: 24px; }
.banner_text img { float: left; height: 24px; }
		.banner_text h4 span, .banner_text h4 a { width: 266px; color: #555555; line-height: 24px; float: left; margin: 0 0 7px 10px; }
		.banner_text h4 a { color: #025f7d; }
		.banner_text h4 a:hover { text-decoration: underline; }

	
	/* FOOTER */
		
		.footer_left { width: auto; float: left; text-align: left; margin: 15px 25px 0 0; }
.footer_down { width: auto; float: left; text-align: left; margin: 32px 0 0 0; }
.footer_down a { color: #ffffff; 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 15px 0 0; }	
		
		#footer p { float: left; margin: 5px 20px 0 30px; text-align: left; font: 12px 'Arial'; color: #aaaaaa; line-height: 15px; }		
		#footer p font { color: #777777; }		
		
		
