#intro{
	float:left;
	width:970px;
	height:250px;
	background-image:url('images/firstVisit/bg_intro_02_01.png');
}
#video{
	float:left;
	width:250px;
	height:250px;
	
}
#intro_points{
	margin-left:20px;
	float:left;
	height:250px;	
}
#atlats_photo_01{
	float:left;
	height:230px;
	margin-top:10px;
	margin-left:30px;
	width:250px;
	background-color:red;
}
#history{
	float:left;
	text-align:justify;
	margin:15px;
	width:930px;
	color:#ffffff;
	background-color:#0e5383;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#about{
	float:left;
	width:255px;
	
	margin-left:15px;
	background-color:#0e5383;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#instrument{
	float:left;
	width:660px;
	height:262.5px;
	margin-left:15px;
	background-color:#0e5383;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#training{
	float:left;
	width:660px;
	height:222.5px;
	margin-left:15px;
	margin-top:15px;
	background-color:#0e5383;
	-webkit-box-shadow: 1px 1px 1px 1px #000000;
	-moz-box-shadow: 1px 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px 1px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


p#steps{
	color:#ffffff;
	font-size:10pt;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
h2{
	margin:0px;
	margin-top:7px;
	margin-left:40px;
	color:#3c3c3c;
	font-size:18pt;
}
h1#steps{
	color:#e2cc8e;
	font-size:14pt;
	margin:10px;
	margin-bottom:5px;
}