@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	width: 1300px;
	color: black;
	background-color: black;
}

h1 {
	background-color: black;
	color: gold;
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
}

h2 {
	font-family: 'Lato', sans-serif;
	}


#menu {
	float: left;
	color: white;
}

#menu a {
	color: white;
}
.content {
	float: left;
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: goldenrod;
}

img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

a {
	color: white;
	text-decoration:underline;
}

p, h2 {
	color: white;
	}