@import url(basic.css);

#footer {
	/*border-top:1px solid #95a3a4;*/
	background-color:#f89800;
	padding:20px 40px;
}

#footer, #footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover { text-decoration:underline; }

#motion { 
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

.section {
	margin-bottom:15px;
}

/* class */
.clear { clear:both; }
.float_left { float:left; margin-right:10px; }
.item { margin-bottom:10px; }