*{
	margin: 0 0 ;
	padding: 0 0;
}

body {
	font-size: .9em;
	font-family: 'Josefin Sans', sans-serif;
	background: #F9F9F9;
	color: #455277;
	line-height : 100%;
	text-align: left;

}

a:link { text-decoration: none; color: #b0c3e0;}
a:active { text-decoration: none; color: #b0c3e0; }
a:visited { text-decoration: none; color: #b0c3e0; }
a:hover { 
    text-decoration: none;
    color: #b0c3e0;

}
.page {
width:1024px;
margin : 0 auto;
}

#logo{
margin-top : 170px;
width:180px;

float: left;
}

ul{
	margin:0;
	padding:0;

	
}

p {
margin-top: 100px;
}