/*____________________________________________________________________  Body  */
body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #6699FF;
}
.hidden {display: none;}
.idaho{ display: inline-block;}
/*_________________________________________________________________  Content  */
div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 250px;
  height:250px;
  text-align: left;
  border: 1px solid #1e3551;
  background: #04070c url(images/gradient.png) repeat-x top left;
}
.option{
  width: 240px;
  height:225px;
  }
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}


a:link,
a:visited {
  text-decoration: none;
  color: #FFCC33;
  text-align:center;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}
a.option:link,
a.option:visited {
  display: block;
  text-align: left;
  color: #000;
  background-color: #FFCC33;
  line-height: 140%;
  padding: 5px;
  margin: 6px 0;
  font-weight: bold;
  text-align:center;
}
a.option:link:hover,
a.option:visited:hover {
  background-color: #CC3300;
  text-decoration: none;
  color: #fff;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}
.db {  margin: 18px auto;
  padding: 0 10px;
  width: 250px;
  text-align: center;
  width:350px;
}
