@charset "UTF-8";
/* CSS Document */
html, body, div, p {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Raleway,"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#777;
	font-size:30px;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a, a:link, a:visited {
	text-decoration:none;
	color:#777;
	font-weight:normal;
	}

a:hover, a:active {color:#f90;}

a img {border:none; margin-top:20px;}

body {
	width:950px; 
	margin:20px auto 0 auto; 
	}
		
.navigation {
	float:left;
	clear:none; 
	width:229px; 
	height:370px;
	margin:40px 43px; 
	text-align:center;
	}

