@charset "UTF-8";

body{color:#000; background-color: #fff;margin:0;padding:0}
table{
}
html, body{height:100%}
.left_background {
	background-image: url(homepage/left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_background {
	background-image: url(homepage/right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.info_stripe {
	background-image: url(homepage/info_stripe.gif);
	background-repeat: repeat;
	background-position: top;
}
/* CSS Document */

.gold_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 26px;
	color: #574b16;
}
.pattern_background table tr .copyright a {
	color: #FFF;
	text-decoration: none;
}
.pattern_background {
	background-image: url(homepage/pattern_background.jpg);
	background-repeat: repeat;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
}
.main_interior {
	background-image: url(interior/main_interior.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.right_background_in {
	background-image: url(interior/right_background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link , a:active, a:visited{
	color: #7F6126;
	text-decoration: none;
}
a:hover {
	color: #050607;
}
.left_background_in {
	background-image: url(interior/left_background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: Georgia;
	font-size: 30px;
	line-height: 35px;
	color: #A7883A;
	margin-bottom: -3px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #A7883A;
	font-weight: lighter;
	margin-bottom: -15px;
	letter-spacing: 1px;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
p {
	font-family: "Lucida Grande";
	font-size: 14px;
	line-height: 23px;
	color: #574B16;
}
.picture_frame {
	border: thin groove #E7C76A;
	margin: 10px;
	padding: 5px;
}
.picture_frame_left {
	border: thin groove #E7C76A;
	margin: 10px 10px 10px 0px;
	padding: 5px;
}
