body{
	margin:0;
	padding:0;
	font-size:1em;
	color:#fff;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color:#6C7AA1;
	font-family: 'Raleway', sans-serif;
	font-size:1.2em;
}
p,li{
	font-family: 'Vollkorn', serif;
	font-size:1.3em;
	letter-spacing:90;
}
h1,h2,h3{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#a3956d;	
}
h2{
	font-size:1.8em;
}
#topbar {
	background-color: #a3956d;
	width: 100%;
	height:75px;
	position:relative;
	margin-bottom:-1%;
	/*border-bottom:#897C58 2px solid;*/
}
#title{
	width:50%;
	margin:.5% 0 0 10%;
	position:absolute;
	/*border:#fff 2px dashed;*/
}
#title h1 {
	font-size:2.3em;
	color:#fff;
	margin:0;
}

#topright {
	float:right;
	width:30%;
	margin:-1% 10% 0 0%;
	/*border:#fff 1px dashed;*/
}
#topright h2{
	color:#fff;
	font-size:1.5em;
}
#delsie{
	display:inline-block;
	margin:1% 0 0 36%;
}
#by{
	display:inline-block;
	font-size:smaller;
}
#navbar {
	width: 100%;
	height: 30px;
	margin-left:-6%;
}
#mainnav ul {
	list-style:none;
}
#mainnav li {
	float:left;
	margin:0 3% 0 3%;
}

#mainnav a{
	text-decoration:none;
}
#mainnav{
	width:100%;
}
#facebook{
	position:absolute;
	width: 4%;
	left: 75%;
	top:101%;
}
#pinterest{
	position:absolute;
	width: 4%;
	left: 78%;
	top:101%;
	
	
}

#page {
	width: 80%;
	position:relative;
	margin:0 auto 5% auto;
	color:#333333;
	min-height:700px;
	/*border:#ccc 1px solid;*/
	
	
}
#content{
	padding:5% 0 0 0;
}
table {
  margin-top:4%;
  width: 100%;
  border-collapse:collapse;
  border: 2px solid #D2CAB1;
}

th, td {
  width: 33%;
  border: 2px solid #D2CAB1;
  align:center;
  padding: 2em;
  vertical-align:top;
}

.picbox{
	
	/*background-color:#D6CAA9!important;
	height:300px;
	width:250px; */
}
.picbox img{
	
	
}
.caption{
	font-size:.9em;
	font-weight:bold;
	font-family:arial;
	display:inline-block;
	margin:1%;
}
.sold{
	font-size:1.2em;
	font-weight:bold;
}
.dimensions{
	font-style:italic;
	font-size:.9em;
}
#contact{
	width:70%;
	margin:5% 0 0 2%;
}
#contactform{
	width:30%;
	margin:0 0 0 2%;
	float:right;
}

.antispam { display:none;}

.aboutpic{
	float:left;
	margin:1% 3% 1% 0;
	
}
#nettie{
	width:320px;
	float:right;
	font-size:.9em;
	font-style:italic;
}


#footer {
	background-color: #a3956d;
	width: 100%;
	padding:0 0 2% 0;
	
}
#footercontent{
	width:40%;
	margin:0 auto 0 auto;
	font-size:.9em;
}
#footercontent ul{
	width:100%;
	display:inline-block;
	margin:2px 0 0 0;
	color:#fff;
}

#footercontent ul {
	list-style:none;
}
#footercontent li {
	display:inline;
	margin:0 5% 0 5%;
	}
footercontent li:first-child{
	margin-left:0%;
}
#footercontent a{
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
}
#copyright{
	margin:5px 0 0 75px;
}



/*Media Queries  Not used on this site, but here
   if is need it. */
@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){
	#container {
		width: 1000px;
	}
}


@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){
	#container {
		width: 800px;
	}
}

@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
	#container {
		width: 600px;
	}
}

@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
	#container {
		width: 400px;
	}
}

@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
	#container {
		width: 200px;
	}
}
