@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);
			h1 {
	font-family: 'Roboto Slab', serif;font-weight:300;
	font-weight:400;
	font-size:2.5em;
	line-height:120%;
}

body {
	color:#666;
	text-align: center;
}
#content {
	margin:0 auto;
	width:60%;
	text-align:left;
}
h2 {	
	font-family: 'Lato', Myriad Pro, sans-serif;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.2em;
	line-height:120%;
	margin-top:50px;
}
h3 {			
	font-family: 'Lato', Myriad Pro, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:1em;
	line-height:120%;
}
h4 {			
	font-family: 'Lato', Myriad Pro, sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:120%;
	padding-top:1em;
}
p {
	font-family: 'Roboto Slab', serif;font-weight:300;
	font-size:1em;
	line-height:160%;
}
a:link {
	color:#930;
	text-decoration:none;
}
a:visited {
	color:#930;
	text-decoration:none;
}
a:hover {
	color:#930;
	text-decoration:none;
}
hr {
	border: none 0;
	border-top: 1px dotted #bbb;
	height: 1px;
}