hr {
	border: 0;
	padding: 0;
	margin: 0 auto;
	background-color: #f6e278;
	width: 80%;
	height: 5px;
}

#outer {
	margin: 0 auto;

}

#header {
	border: 0px solid green;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#content {
	width: 70%;
	margin: 0 auto;
}

#left {
	width: 80%;
	margin: 0 auto;
}

#nav {
	border: 0px solid yellow;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#nav ul {
	list-style: none;
	border: 0px solid red;
	margin: 0;
	padding: 10px;
}

#nav li {
	display: inline;
}


#nav a:link {
	color: black;
	text-decoration: underline;
}

#nav a:visited {
	color: black;
	text-decoration: underline;
}

#nav a:hover {
	color: ;
	background-color: #f6e278;
	text-decoration: underline;
}

#nav a:anchor {
	color: white;

}

#footer {
	clear: both;
	margin: 0 auto;
	width: 80%;
	text-align: center;

}

#center {
	width: 80%;
	margin: 0 auto;
}

#center ul {
	list-style: none;
}

.thumbnails {
	text-align: center;
	float: left;
	padding-right: 50px;
}

.thumbnails img {
	border: 0;
	padding: 10px;

}

.thumbnails a:link {
	text-decoration: none;
}


