body {
	background-repeat: no-repeat;
	background-position: 10px 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.navbar {
	position: absolute;
	left: 256px;
	top: 129px;
}

.content {
	position: relative;
	left: 151px;
	top: 78px;
	width: 60%;
}

.footer {
	position: relative;
	left: 151px;
	top: 100px;
	width: 60%;
	text-align: center;
	border-top: 1px dotted #667E94;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #667E94;
	border-left-color: #667E94;
	padding: 5px 10px 10px 5px;
	font-size: 80%;
}

a {
	font-weight:600;
	text-decoration:none;
}

a:link {
color:#6B2F07;
}

a:visited {
	color:#976D51;
}

a:hover {
	background-color:#cccccc;
}