body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 70%;
	color: #061922;
}

#container {
	width: 920px;
	padding: 60px 0px 0px 40px;
}

#heading {
	width: 720px;
	float: left;
	margin-bottom: 15px;
}

#socialmedia {
	width: 200px;
	float: left;
	padding-top: 17px;
}

#menu {
	clear: both;
	width: 920px;
	height: 23px;
	padding-top: 7px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu ul {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	padding: 0px 5px 0px 0px;	
}

#photos ul {
	list-style: none;
	text-decoration: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#photos li {
	margin: 5px 0px;
}

#footer {
	width: 920px;
	padding-top: 20px;
	border-top: 1px solid black;
	font-size: 90%;
	color: #7f7f7f;	
	line-height: 1.5em;	
}

#footer-1 {
	width: 80px;
	float: left;
}

#footer-2 {
	width: 230px;
	float: left;
}

#footer-3 {
	width: 300px;
	float: left;
}

.red {
	color: #b11116;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
	font-size: 270%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	color: #b11116;
	margin: 30px 0px 20px 0px;
}

a:link		{color: #061922; text-decoration: none;}
a:visited	{color: #061922; text-decoration: none;}
a:hover		{color: #061922; text-decoration: underline;}


