.font {
	font-size: 14px;
	line-height: 20px;
}
body {
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #996633;
	height: 50px;
	font-size: 12px;
}
#shopMenu {
	background-color: #E0D1C1;
	font-size: 12px;
}
#seo {
	font-size: 10px;
	color: #333333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer {
	background-color: #996633;
	height: 30px;
}
.fontwhite {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
}

.px10 {
	font-size: 10px;
	line-height: 15px;
}
h2 {
	font-size: 18px;
	background-color: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
}
.red {	color: #996633;
	font-weight: bold;
}
.thumbImg {	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #F98901;
	text-decoration: underline;
}
h1 {
	font-size: 10px;
	display: inline;
	font-weight: normal;
	color: #999999;
}
