@charset "UTF-8";
/* CSS Document */

body{
	background-color:#981d20;
	font-family: "Times New Roman", Times, serif;
	margin:0 0 0 0;
	font-size: 12px;
	line-height:1.2em;
}

a:link {
	color: #981d20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #981d20;
}
a:hover {
	text-decoration: underline;
	color: #981d20;
}
a:active {
	text-decoration: none;
	color: #981d20;
}
ul{
	line-height:120%;
	font-size: 11px;
	font-weight:normal;
	list-style-position: inside;
	list-style-type: square;
}

li{
	line-height:1.6em;
}



.img-wrap{
	padding:15px;}

h1{
	font-size:20px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color:#981d20;
	letter-spacing: .3em;
	text-transform: uppercase;
}
h2{
	font-size:16px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.titles{
	font-size:16px;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color: #c49a6c;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-style:bold;
	line-height:1.4em;
}
	
.bkgd-left{
	background-image:url(images/bkgd-left.jpg);
	background-position:top right;
	background-repeat:repeat;}
	
.bkgd-right{
	background-image:url(images/bkgd-right.jpg);
	background-position:top left;
	background-repeat:repeat;}

.main-pg{
	background:#FFF;
	border-left:solid 3px #981d20;
	border-right:solid 3px #981d20;}
.home-pg{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	padding:20px;
}
.auction-pg{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	padding:20px;
}
.footer{
	font-size:11px;
	color:#666;}
.side-img{
	background-image:url(images/side-image.jpg);
	background-position:top left;
	background-repeat:repeat-y;}