
body
{
	width: 900px;
	background-color: rgb(243,233,196);
}

nav a
{
	color: white;
	text-decoration: none;
	text-shadow: 2px 2px 1px black;
}

#Blog
{
	background-color: rgb(147,144,151);
	border-radius: 5px;
	box-shadow: 3px 3px 0px gray;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 35%;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#Site_Photos
{
	background-color: rgb(147,144,151);
	border-radius: 5px;
	box-shadow: 3px 3px 0px gray;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 50%;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	text-align: center;
}

footer a
{
 color: gray;
}

#Mail
{
	position: absolute;
	bottom: 2%;
	right: 5%;
}

