div#wrapper {
	margin: 18px auto;
	padding: 0 10px;
	width: 550px;
	text-align: left;
	border: 1px solid #1e3551;
	background: #af9666;
	font: 12px "Times New Roman", Times, serif;
}



a.option:link,
a.option:visited {
  display: block;
  text-align: left;
  color: #1f17af;
  background-color: #996600;
  line-height: 140%;
  padding: 5px;
  height: 175px;
  margin: 6px 0;
  font-weight: bold;
}
a.option:link:hover,
a.option:visited:hover {
  background-color: #CC9933;
  text-decoration: none;
  color: #fff;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}
