 @font-face {
    font-family: Times New Roman, Times, serif;
    font-style: italic;
    font-weight: 600;
} 

html {
    padding: 5px 2%;
}

body {
    width: 950px;
    margin: 0 auto; 
    font: normal .75em serif;
}

main	{
	background-color:#f0f0f0;	
	position: absolute;
	width: 900px;
	padding:40px;
	font-family: Times New Roman;
	font-style: italic;
    box-shadow: 90px 1px 40px #CCC	 inset;
}

header {
	background-color:#fff; 	
	width: 98%;
	float: left;  
}

header img{
	float: left;
	height:240px;
	margin-right:40px;
}

header h1{	
	font-style:italic;
	color: grey;
	margin:5px 10px 0 10px;
}

header h2{
	font-style:italic;
	color: grey;
	/*margin:5px 10px 0 10px;*/
}

article {
	font-size: 22px;
    width: 96%; 
}

article p {
		font-family: Times New Roman;
		min-height:120px;
		width: 96%;
		float:left;
		padding:20px;
		color: #888;
		border: 1px white solid;	
		background-color:#ddd;
		}

article ul,ol {
		float:inherit;	
		min-height:150px;
		width: 93%;
		color:#888;
		padding: 20px;
		padding-left:40px;
		border: 1px white solid;
		background-color:#ddd;
	} 

article img {
	float:right;
	border: 1px solid black;
	margin:20px 10px 10px 10px;
}

.impress {
	font-size: 14px;
	color: #777;
}

section {
	float: left;
    width: 70%;
}
section_h1 {
	height:20px;
	float: left;
    width: 40%;
	margin: 10px 0 0 30px;
}

footer {
	float: left;
    width: 94%;
	padding: 0 0 0 30px;
    color: #999;	
}
