@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F2E1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

img {
	border: none;
}

a, a:visited {
	color: #06C;;
	text-decoration: none;
}

a:hover {
	color: #86191B;
}

.required {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
}

.blue {
	color: #0E385A;
}

.center700 {
	width: 700px;
	margin: 0 auto;
}

.center960 {
	width: 960px;
	margin: 0 auto;
}

.item {
	font-size: x-large;
	color: #0E385A;
}

.price {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #86191B;
}

.oneColFixCtr #header {
	background-color: #F9F2E1;
	height: 140px;
	text-align: center;
	padding-top: 10px;
}

.oneColFixCtr #menu {
	background-color: #744C27;
	text-align: left;
}

.oneColFixCtr #shadow {
	height: 5px;
	background: transparent url("images/shadow.png") repeat-x;
}

.oneColFixCtr #main {
	padding: 30px 0px;
	background-color: #FFF;
	font: 100% Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #744C27;
}

.oneColFixCtr #footer {
	background-color: #F9F2E1;
	color: #0E385A;
	font-size: x-small;
	border-top: #E0CBB0 1px solid;
}
