@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
#wrapper {
	padding: 0px;
	height: 100%;
	width: 817px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
#content, #home_content {
	height: auto;
	width: 729px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	background-color: #FCF8D2;
	float: left;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 70px;
}
#home_content img {
	margin-right: 20px;
	margin-bottom: 20px;
}
#menu_top {
	background-color: #3F1A19;
	width: 799px;
	height: 30px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-size: 16px;
	line-height: 30px;
}
#menu_bottom {
	background-color: #3F1A19;
	width: 799px;
	height: 30px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-size: 16px;
	clear: both;
}
#header {
	padding: 0px;
	height: 200px;
	width: 799px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#footer {
	padding: 0px;
	height: 9px;
	width: 799px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#menu_top ul {
	padding-left: 50px;
	margin: 0px;
}
#menu_bottom ul {
	padding-left: 250px;
	margin: 0px;
}
li   {
	list-style-type: none;
	float: left;
}
#p_list li {
	margin-right: 20px;
	display: block;
	height: 270px;
	width: 150px;
}
#content  a {
	color: #3F1A19;
}
#content  a:hover {
	color: #000000;
}
#menu_top a, #menu_bottom a {
	color: #DDC348;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	display: block;
	height: 30px;
}
#menu_top a:hover, #menu_bottom a:hover {
	color: #FFFFFF;
}
#on_page a  {
	background-color: #B29629;
	height: 30px;
	color: #FCF8D2;
}
#on_page a:hover {
	color: #3F1A19;
}
#p_title {
	font-size: 11px;
	text-align: center;
	width: 150px;
	padding: 8px 0px 12px;
	clear: both;
}
#p_image {
	float: left;
	width: 307px;
}
#art_info {
	float: left;
	margin-left: 20px;
	width: 392px;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
}
p {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #71563B;
	padding-right: 70px;
}
#purchase {
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #835B3B;
	padding-top: 20px;
}
#p_image img {
	margin-bottom: 20px;
}
#email {
	padding-bottom: 300px;
}
h1 {
	display: none;
}

