@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	background-color: #F9C898;
	color: black;
}

a {
	color: blue;
}

li {
	list-style-type: none;
}

#header {
	height: 97px;
	border-bottom: solid 2px #CC6600;
	margin-bottom: 25px;
}
#header h1 {
	width: 300px;
	height: 97px;
	background-image: url(../images/logo.gif);
	text-indent: -9999px;
}
#logo {
	float: left;
	width: 300px;
}
#logo img {
		vertical-align: bottom;
}
#topmenu {
	width: 500px;
	float: right;
	text-align: right;
}
#topmenu2 {
	margin: 5px 0 0 20px;
	width: 480px;
	float: right;
}
#topmenu2 li {
	display: inline;
	padding: 0 1em;
}
#banner {
	clear: both;
}
#main {
	clear: both;
}
#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-top: solid 2px #CC6600;
}
#recomment span.price {
	padding-left: 1em;
	color: red;
}