@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	width: 1000px;
	color: #777;
	background-color: #333333;
	
}

h1 {
	color: gold;
	padding-left: 20px;
	
}

h2 {
	
	color: dimgrey;
	}
	
	h3 {
	
	color: dimgrey;
	}


#menu {
	float: left;
	color: white;
}

#content {
	float: left;
	color: white;
}

#menu a {
	color: white;
}


img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

a {
	color: black;
	text-decoration: underline;
}

p {
	color: black;
	font-family: 'Open Sans', sans-serif;
	}