h1{
	display: none;
}
nav#menu{
	width: 600px;
	height: 40px;
	margin: auto;
}
#menu ul{
	margin-top: 20px;
	margin-left:20px;
}

#menu ul li {
	float: left;
	display: block;
	margin-right: 30px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
#menu ul li a,a:visited{
	color: #aaaaaa;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #ff6600;
	text-decoration: none;
}

#logo {
	clear: both;
	width: 600px;
	height: 400px;
	margin: auto;
}

#contents {
	clear: both;
	width: 800px;
	margin: auto;
}

.article {
	margin-right: 100px;
	width: 260px;
	float: left;
}
.article h2{
	font-size: 18px;
	font-weight: bold;
	color: #80c2ef;
	margin-bottom: 10px;
}
.article p{
	color: #777;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 7px;
}
