body {
  font-family: Tahoma;
  font-size: 12px;
	color: #b19e9d;
	letter-spacing: 1px;	
    background-color: #cdad79;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
  color: #9263C1;
	text-decoration: line-through;
}

.thebg {
	width: 550px;
	background: url(bg.png);
	margin: -8px auto
}

.header {
	width: 550px;
	height: 350px;
	background: url(rubyspinel_top.png);
	margin-top: 0px;
	margin: 13;
}

.menu {
	width: 100%;
	height: 2px;
    text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
    margin: 7;
	}

.content {
	width: 550px;
	margin-top: 20px;
	margin-left: 0px;

}

.menulist { 
  background-color: #fe9f89;
  padding: 0px;
}

.menu a {
   background-color: #fe9f89;
   padding: 4px 15px 4px 15px;
}

.menu a:hover {
  color: #9263C1;
  background-color: #fe9f89;
 }

.title {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: .4em;
  text-transform: lowercase;
	text-align: left;
	color: #febdbc;
	border-bottom: 4px dotted #febdbc;
	margin-bottom: 4px;
}

.linespace {
	line-height: 2pt;
}

input, select, textarea, option {
  font-family: Trebuchet MS;
  font-size: 12px;
	border: 0;
	background-color: #fe9f89;
	color: #ffffff;
	padding-left: 3px;
}

b {
  font-weight: normal;
  border-bottom: 1px dotted #998a37;
  color: #fe9f89;
}

ol {
  padding-left: 20px;
  padding-top: 0px;
}