body {
background-color: #444;
text-align: center;
margin: 0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
}
p {
margin: 0 0 18px 0;
}

#wrap {
width: 900px;
margin: auto;
text-align: left;
padding-top: 165px;
background: url("images/head.png") no-repeat center top #fff;
}
#footer {
background-color: #eee;
text-align: center;
padding: 40px 0;
border-top: 1px solid #ddd;
}
#content {
padding: 30px;
background: url("images/bg.png") no-repeat center;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: normal;
	color: #633b25;
	text-align: center;
	margin-bottom: 20px;
}
.price {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	color: #090;
	text-align: center;
	margin-bottom: 20px;
}

#menu {
height: 35px;
padding-top: 17px;
margin-bottom: 310px;
margin-left: 100px;
}
#menu li {
float: left;
}
#menu a {
width: 160px;
text-align: center;
display: block;
}
ul, li {
margin: 0;
padding: 0;
list-style: none;
}
#menu a {
color: #fff;
text-decoration: none;
}
#menu a:hover {
font-weight: bold;
}

h2 {
font: 22px "Trebuchet MS";
color: #633b25;
text-align: center;
font-style: italic;
margin: 0 0 20px 0;
}

.list {
margin: 0 0 18px 0;
}
.list li {
background: url("images/checkmark.png") no-repeat left;
padding-left: 44px;
height: 26px;
padding-top: 8px;
}

pre {
font: 12px "Courier New", Courier, monospace;
background-color: #eee;
border: 1px dashed #ccc;
padding: 5px;
margin-bottom: 10px;
}
p span {
font-size: 10px;
color: #CC0000;
}

h1 span {
display: none;
}

a img {
border: 0;
}
a {
color: #0033CC;
text-decoration: underline;
}
a:hover {
color: #990000;
text-decoration: none;
}

