@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);

a{
	text-decoration: none;
	color:#666;
}
	a:hover{
		color:#999;
	}
p{
	line-height: 2em;
	margin:0 0 20px;
	text-align: center;
}

.wrap{
    /*max-width: 1000;*/
	margin: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; 
    border-radius: 8px;
}

.type-wrap{
	margin:0px auto;
	padding:10px;
	background:#0093DD;
    font-family: "Ubuntu", Ebrima;
	font-size: 17px;
    color: #f8f8f8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; 
    border-radius: 8px;
}

.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}