@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #312626;
	background-image: url();
}

#container {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	background-color: #e9e8d6;
/*	background-image: url();*/
	background-repeat: no-repeat;
	padding-top: 40px;
	}
	

#intro {
font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	color: black;
	/*text-shadow: */
}
	/*section {
		text-align: center;
	}*/
	

header {
	
	padding:30px 10px 10px 10px;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-radius: 10px 10px 10px 10px;
	
	/*background-color: lightgray; */
	
}



article {
	padding: 0 50px;
}

h1 {
	margin: 0px 0 32px 0px;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	color: rgba(238,39,42,1.00);
	font-size: 2em;
	text-shadow: 2px 2px 4px #000000;
	/*border-style: solid;
	border-color: #000000;*/
	
}

h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	color: rgba(238,39,42,1.00);
	text-shadow: 1px 1px 1px #000000;
		
	
}

strong {
	font-family: 'Aboreto', cursive;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	background-color:rgba(238,39,42,0.4); 

}
.box-01 {
	position: absolute;
	top: 350px;
	right: 50px;
	width: 500px;
	height: 350px;
	border-style: solid;
	border-color: #000000;
	border-radius: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	
}
.box-01 img {
	width: 100%;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(237,107,109,1.00);
	
}
.box-02 {
	position: absolute;
	top: 1500px;
	right: 80px;
	width: 288px;
	height: 288px;
	border-style: solid;
	border-color: #000000;
	border-radius: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	
}
.box-02 img {
	width: 100%;
	border-radius: 10px 10px 10px 10px;
}

