html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {

	min-height: 100%;
	width: 100%;
	text-align: center;

	}


#main {
	position: relative;
	width: 990px;
	min-width: 990px;
	margin: 0 auto;
	padding-bottom: 340px;}  /* must be same height as the footer */



body {
	font-family: Georgia , "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.6;
	text-align: left;
	color: #444;
	background-image: url(src/bgr.jpg);
}

/* top_bgr */

#grrr {

	width: 100%;
	height: 300px;
	text-align: center;
	top: 0px;
	left: 0px;
	position: fixed;
	background: url(src/bgr_top.jpg) no-repeat;
	background-position: center;
	z-index: 1;

}

/* head */
 
  #head_bgr {
	position: absolute;
	width: 990px;
	left: 0px;
	top: 0px;
	height: 500px;
	z-index: 1;
	background: url(src/head_bgr_p.jpg) repeat-x;
 }
 
 
  #head_logo {
	position: absolute;
	width: 410px;
	left: 15px;
	top: 0px;
	height: 370x;
	z-index: 9;
 }
 
  #head_pic {
	position: absolute;
	left: 365px;
	top: 0px;
	width: 610px;
	height: 280px;
	z-index: 10;
	background: url(src/pic_01.png) no-repeat;
 }
 
 
 /* main menu */

  #head_menu{
	position: absolute;
	width: 530px;
	left: 460px;
	top: 310px;
	z-index: 11;
	text-align: center;
	color: #ff6633;
	font-size: 1.2em;
	font-style: italic;
 }
 
  #head_menu a {
	color: #666;
	text-decoration: none;
 }
  #head_menu a:hover {
	text-decoration: underline;
 }
 
   #head_txt{
	position: absolute;
	left: 720px;
	top: 23px;
	z-index: 11;
	text-align: left;
	color: #aaa;
	font-style: italic;
 }

/* main */

   #main_body {
	position: absolute;
	width: 990px;
	left: 0px;
	top: 400px;
	z-index: 5;
	text-align: left;
 }
  
 
   
  #main_body h1 {
	font-weight: 400;
	font-size: 2em;
	color: #ff6633;
	padding: 0px 60px 0px 60px;	
 }

  #main_body h2, #main_body h3, #main_body h4  {
	font-weight: 400;
	font-size: 1.4em;
	color: #ff6633;
	padding: 0px 60px 0px 60px;	
 }

  #main_body p {
	padding: 5px 60px 10px 60px;	
 }
 
  #main_body img {
	padding: 5px 100px 10px 60px;	
 }
 
   #main_body ul {
	padding: 5px 60px 10px 100px;	
	line-height: 1.8em;
 }
 
  #main_body a {
	color: #ff6633;
	text-decoration: underline;
 }

 #main_news {
	position: relative;
	width: 990px;
	top: 25px;
	z-index: 5;
	text-align: left;
	background: url(src/bgr_white.png) no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	margin-bottom: 60px;
 }

 #main_news div {
	position: absolute;
	left: 690px;
	top: 40px;
	z-index: 6;
	float: both;
 }

 
 #main_news h3  {
	font-size: 1.6em;
 }	

 #main_news p  {

	padding-right: 250px;
 }	
 


 #main_env {
	position: relative;
	width: 990px;
	top: 0px;
	z-index: 5;
	text-align: left;
	background: url(src/bgr_env_2.jpg);
 	float: left;
	margin-bottom: 50px;
	margin-top: 25px;

 }
 
 #main_env_txt	{
	position: relative;
	top: -25px;
	z-index: 6;
 }
 
 #main_env_top {
	position: relative;
	width: 990x;
	z-index: 5;
	height: 100px; 
	background: url(src/bgr_env_1.jpg) no-repeat;
 }	
 
 
 #main_env_bottom {
	position: relative;
	top: 0px;
	width: 990px;
	height: 60px; 
	background: url(src/bgr_env_3.jpg) no-repeat;
	background-position: bottom;
 }	
 
  #main_env h3  {
	font-size: 1.6em;
	color: #666666;
	padding-bottom: 10px;	
	padding-left: 100px;
 }	
 
  #main_env p  {
	padding-right: 480px;
	padding-left: 100px;
 }	
 
  .main_env_mob {
	position: absolute;
	left: 540px;
	top: -50px;
	z-index: 6;
	float: both;
 }

 #main_env_copy {
	position: absolute;
	left: 590px;
	top: 320px;
    font-size: 0.8em;
	color: #d7d4ce;
	font-style: italic;	
	z-index: 6;
	float: both;
 }
 
  #main_env_copy a {
	color: #dbd9d2;
	text-decoration: underline;
 }	
  #main_env_copy a:hover {
	color: #a8a090;
 }	
 
 .block_txt {
	position: relative;
	width: 475px;
	text-align: left;
 	float: left;
 }
 
 .block_txt_2 {
	position: relative;
	width: 475px;
	text-align: left;
 	float: left;
 }
 
 .color_orange {
 	color: #ff6633;
 }
 
 .color_orange_u {
 	color: #ff6633;
	text-decoration: underline;
 }
 
 
 hr {
  position: relative; 	
  top: 30px;	
  bottom: 40px;
  border: 0px;
  width: 990px;	
  height: 5px;	
  background: url(src/line.png);
  margin-bottom: 70px;
 
}

 p strong {
	color: #666;	 
 }
 
