body {
	text-align: center;
	margin: auto;
	background: #28140b;
	border-top: solid 3px #463e31;
	font-family: Optima, Georgia, "Times New Roman", Times, serif;
	color: #bca06c;
}	

a {
	text-decoration: none;
}

h1 {
	font-family: Papyrus, Palatino, serif;
	color: #9f2a09;
	margin: 0px;
	padding-top: 20px;
}

h2 {
	font-family: Papyrus, Palatino, serif;
	color: #CC6600;
	text-transform: lowercase;
	margin-bottom: 3px;
}

div#head {
	width: 100%;
	height: 130px;
	padding: 5px 0 5px 0;
	background: #28140b;
	border-bottom: solid 3px  #463e31;
}
#logo {
	position: relative;
	top: auto;
	left: -150px;
	border: none;

}

div#info {
 	float: right;
	margin-top: -120px;
	padding-right: 15%;
	font-family: Optima, Georgia, "Times New Roman", Times, serif;
	color: #9f2a09;
	font-size: medium;
	text-align: left;
 }
 
 #info a, #info a:visited {
  color: #9f2a09;
  text-decoration: none;
  display: inline;
 }
 
 #info a:hover {
	color: #28140b;
	background: #9f2a09;
 }
 
.larger {
	font-size: 1.25em;
}

.smaller a:visited {
	font-size: 80%;
	color: #9f2a09;
	text-decoration: none;
	font-style: italic;
}
 
div#background {
	background: #28140b url(../images/background.png);
}

 
div#container {
	width: 700px;
	height: 100%;
	margin: auto;
	padding: 10px;
	background: #28140b;
	border-right: solid 3px #463e31;
	border-left: solid 3px #463e31;
}

div#navigation {
	width: 207px;
	height: 175px;
	margin: -10px 0px 0px -10px;
	font-family: Papyrus, Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 29px;
	background: #9f2a09;
	border-bottom: solid 3px #463e31;
	border-right: solid 3px #463e31;
	color: #febd57;
	float: left;
	text-align: left;

}
/* ignored by IE5 and IE6 */
html>body #navigation {
  width: 188px;
  margin: -10px 0px 0px -10px;
}
/* End being ignored by IE5 and IE6 */

#navigation a, #navigation a:visited {
	display: list-item;
	color: #febd57;
	list-style-type: none;
	padding: 3px;
	text-decoration: none;
}

#navigation a:hover {
	list-style: square;
}

#navtwo a {
	border-right: solid 1px #9f2a09;
	display: inline;
	padding: 0 5px 0 2px;
	font-size: small;
}

#navtwo a:first-child {
	border-left: solid 1px #9f2a09;
	padding-left: 5px;
}

#message {
	width: 501px;	
	float: right;
	margin: -10px -10px 0 0;
	padding: 0;
}

#message img {
  border-bottom: solid 3px #463e31;
}

html>body #message {
  width: 500px;
  height: 185px;
}

div#content {
	font-family: Papyrus, Palatino, serif;
	color: #febd57;
	margin: 30px 0px 30px 0px;
	padding: 5px;
	clear: both;
}

html>body div#content {
	font-family: Papyrus, Palatino, serif;
	color: #febd57;
	margin: 75px 0px 25px 0px;
	padding: 25px;
	clear: both;
}

#content table{
	font-family: Optima, Geneva, Arial, Helvetica, sans-serif;
	color: #febd57;
	text-align: left;
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: dotted #463e31 2px;
}


#content th {
	width: 30%;
	text-align: center;
	padding: 3px 5px 3px 3px;
	border-top: dotted #463e31 2px;
}
	
#content td {
	font-style: italic;
	border-top: dotted #463e31 2px;
}

td.price {
	width: 15%;
	text-align: center;
}

#content p {
	font-family: Optima, Georgia, "Times New Roman", Times, serif;
	padding: 0 40px 0 40px;
}

#content a {
	font-family: Optima, Geneva, Arial, Helvetica, sans-serif;
	color: #9f2a09;
	text-decoration: none;
	display: inline;
}

#content a:visited {
 	color: #9f2a09;
}

#content a:hover {
	color: #28140b;
	background: #9f2a09;
}

div#footer {
	padding: 10px 0 10px 0;
	background: #28140b;
	border-top: solid 3px #463e31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #463e31;
	text-transform: lowercase;
}

#footer a {
	border-right: solid 1px #463e31;
	display: inline;
	padding: 0 5px 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #463e31;
	
}

#footer a:first-child {
	border-left: solid 1px #463e31;
	padding-left: 5px;
}

#footer a:visited {
	background: #28140b;
	color: #463e31;
}

#footer a:hover {
	background: #28140b;
	color: #463e31;
	text-decoration: underline;
}
