@charset "UTF-8";
body {
	background-color: #df8e35;
}
#logo {
	margin-top: auto;
	margin-left: 95px;
	text-decoration: none;
	padding-top: 10px;
}
a:link {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	font-weight: normal;
	font-size: medium;
		}
a:hover { color: red;
}
a:visited {
}
#content {
	padding-left: 0px;
	margin-left: auto;
	width: 900px;
	padding-bottom: 10px;
	margin-right: auto;
	background-image: url(images/background7.jpg);
	background-color: #999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2C1705;
}
img {
	border: solid black 7px;
	 }

