@charset "UTF-8";
/* CSS Document */

p {font-family: helvitica, sans-serif;
	font-size:16px;
	color:#000; 
 	letter-spacing: 0.04em;
	word-spacing: .04em; 
 	line-height: 26px; }

p.p2 {font-family: helvitica, sans-serif;
 	font-size:25px;
	color:#000; 
 	letter-spacing: 0.04em;
	word-spacing: .1em; 
 	line-height: 30px;}
	
p.p3 {font-family: helvitica, sans-serif;
 	font-size:16px;
	color:#000; 
 	letter-spacing: 0.01em;
	word-spacing: .1em; 
 	line-height: 19px; }
	
p.p4 {font-family: helvitica, sans-serif;
 	font-size:24px;
	color:#000; 
 	letter-spacing: 0.04em;
	word-spacing: .1em; 
 	line-height: 26px;
	-moz-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);}	
	
p.p5 {font-family: helvitica, sans-serif;
	font-size:20px;
	color:#000;}

	
a:link {color: black; text-decoration: none}
a:active {color: black; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover {color: black; text-decoration: none}	

img {padding:6px;}

#info1 {position: fixed; bottom:2%; right:2%; text-align: center; z-index: 90;}
#info2 {position: fixed; top:48%; right:2%; text-align: center; z-index: 90;}
#info3 {position: fixed; top:2%; right:2%; text-align: center; z-index: 90;}
#info6 {position: fixed; margin:auto; width:100%; text-align: center; z-index: 90;}
#info4 {position: fixed; margin:auto; width:100%; text-align: center; bottom:10%; z-index: 90;}
#info5 {position: fixed; top:10%; left: 25px; text-align: left; z-index: 90;}


#image3 {margin:auto; width:100%; z-index: 2;}
#image4 {position: absolute; top:4%; right: 7%; z-index: 1;}
#image6 {position: absolute; top:1550px; right: 7%; z-index: 1;}


#borderT{
    z-index:2000;
    position:fixed;
    left:0px;
    top:0px;
    height:2px;
	width:100%;
	background-color:#000;
}

#borderR{
    z-index:2000;
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	width:2px;
	background-color:#000;
}

#borderB{
	z-index:2000;
	position:fixed;
	bottom:0px;
	right: 0px;
    height:2px;
	width:100%;
	background-color:#000;
}

#borderL{
	z-index:2000;
	position:fixed;
	bottom:0px;
	left:0px;
	height:100%;
	width:2px;
	background-color:#000;


	
