
div.container {
    position: absolute;
    top: 0px;
    left: 0px;	
    height: 600px;
	width: 100%;	
	background: ;
    border-bottom: ;
}

#header {
    position: absolute;	
    z-index: 1;	
    top: 30px;
    left: 40px;
	width: 252px;
	height: 90px;
	background: ;
	border-bottom: ;	
}	

#logo{
    position: absolute;	
    z-index: 1;	
    top: 30px;
    left: 100px;
	width: 200px;
	height: 70px;
	background: ;
	border-bottom: ;	
}	

#impo {
	position: relative;	
    z-index: 1;	
	text-align: center;	
    top: 100px;
    left: 160px;
    width: 130px;
	height: 75px;	
	font: 32px/32px Brush Script MT;
	color: 	#000000;
	background: ;
}

#google {
    position: absolute;	
    z-index: 1;	
    top: 50px;
    left: 990px;
	width: 120px;
	height: 40px;
	background: ;
	border-bottom: ;	
}	
				
#nav {
   position: relative;	
  	text-align: center;	
    top: 10px;	
    left: 0px;	
    height: 25px;
	width: 100%;	
		font: 16px/16px Lucida Console;
    border-left: ;
    border-right: ;
	border-top: ;
    border-bottom: 1px solid #000000;
	background: ;
}
				
				

	/* Nav TOP Horizontal */			

/* default navigation values */
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	li {
		display: inline;
		padding: 14px 16px;
	}

	a.nounderline:link{
		text-decoration:none;
	}
						
	/* end of Header */
						
#section1 {
	position: absolute;
    top: 70px;
    left: 0px;
	width: 100%;
	height: 210px;
	background: ;	
}

#map_img {
	position: relative;	
    z-index: 0;	
	text-align: center;	
    top: 5px;
    left: 0px;
    width: 100%;
	height: 85px;	
	font: 32px/32px Brush Script MT;
	color: 	#FF8C00;
	background: #fff;
}

#arrow {
    z-index: 10;	
	position: relative;		
    top: 45px;
    left: 745px;			
    width: 20%;	
}

		/* SECTION 2 */

#section2 {
    z-index:1;
	position: relative;			
	text-align: center;	
    top: 310px;
	width: 100%;
    height: 170px;
    background: ;
}
	
	fieldset {
		border: #FFFFFF 3px solid;
	}
		
			/* FOOTER */
		
#footer {
	position: relative;	
	text-align: center;	
	top: 460px;
    left: 0px;
	width: 100%;
    height: 50px;
	background: ;
}				

#rights {
	position: relative;
	text-align: center;
    z-index: 3;
    top: 5px;
    width: 100%;
    height: 40px;
    font:12px/15px Calibri Light;
	color: #383838;
    background: ;
}

			
			
			
			
			
			
			
			
			