/* CSS Document */

header{
	background: #007386;
	height: 150px;
	color: #fff;
	font-size: 50px;
	padding-top: 33px;
	box-sizing: border-box;
	text-align: center;
}


.img01{
	width:200px;
}

footer{
	background: #666;
	height: 150px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

nav{
	background: #001927;
	height: 50px;
}

#MAIN_NAV{
	width: 980px;
	margin: 0 auto;
}
#MAIN_NAV a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	display: block;
	float: left;
	width:150px;
	height: 50px;
	padding-top: 9px;
	text-align: center;
	box-sizing: border-box;
	background: #001927;
	transition-duration: 0.3s;
	overflow: hidden;
	/*
		border: 1px #f00 solid;
	*/
}

#MAIN_NAV a:hover{
	background: #900;
	transition-duration: 0.3s;
	transform: rotate(-0.02turn);	
}


#MAIN_CONTENTS{
	width: 980px;
	margin: 0 auto;
}

body{
	margin: 0;
	padding:0;
}