body{
	color: #666;
	padding: 10px 0px 0px 20px;
}

.box{
	box-shadow:5px 5px 10px;
	border: solid #666 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#header{
	
}

.menu{
	display: none;
}

#news{
	min-height: 130px;
}

#work{
	min-height: 200px;
}

#achievements{
	min-height: 200px;
}

#footer p{
	text-align: center;
}

h1{
	color:#ff6600;
	font-size: 5em;
}

h1 a{
	color:#ff6600;
	text-decoration: none;
}

#more{
	margin-top: 5px;
	text-align: right;
}

#tool{
	font-size: 0.8em;
}