@charset "utf-8";
/* CSS Document */
body{
	color:#cdcdcd;
	background-image:url(background7.jpg);
	font-family:Arial;
}
header{
	width:75%;
	height:75px;
	margin:auto;
	background-image:url(header.jpg);
	line-height:75px;
	border-radius:10px;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 10px #d4d3eb;
}
section{
	width:75%;
	margin:auto;
	min-height:400px;
}
nav{
	width:20%;
	height:220px;
	background-color:#226078;
	float:left;
	border-radius:10px;
	margin-top:10px;
	line-height:23px;
}
article{
	width:70%;
	height:400px;
	background-color:#62b1d0;
	float:right;
	border-radius:15px;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	color:#000;
}
article:hover{
	background-color:#5aa6c4;
	overflow:auto;
}
footer{
	margin:auto;
	width:75%;
	height:30px;
	background-color:#024c68;
	clear:both;
	border-radius:5px;
	color:#fff;
	line-height:30px;
}
h2{
	background-color:#226078;
	width:75%;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin:auto;
	margin-bottom:15px;
}
a:link{
	text-decoration:none;
	color:#cdcdcd;
}
a:visited{
	color:#cdcdcd;
}
a:hover{
	color:#62b1d0;
}
img{
	float:right;
	border-radius:10px;
	border:1px solid black;
}
nav li {
	list-style-type:none
}