﻿/* *************************************************** */
/* ----------------- colors ----------------- */
/* *************************************************** */
colors {background-color: #a6994a;}
colors {background-color: #bcb253;}
colors {background-color: #ccba64;}
colors {background-color: #c4a85e;}
colors {background-color: #f9d37c;}

colors {/*used */
	background-color: #1f1d17;
}
colors {/*used */
	background-color: #4d3b2d;
}
colors {/*used */
	background-color: #5A4729;
}
colors {/*BODY background */
	background-color: #dbc499;
}
colors {/*IMAGES background*/
	background-color: #f3c787;
}
colors {/*FOOTER links used */
	background-color: #4A863C;
}
colors {/*FOOTER link rollovers used */
	background-color: #CC3300;
}
colors {/*ROLLOVER LINKS and HIGHLIGHTS used */
	background-color: #A2422B;
}
/* *************************************************** */
/* --------------------- BASICS ---------------------- */
/* *************************************************** */
* {
	margin: 0;
	padding: 0;
}
html {
}
body, h1, h2, h3, h4, label, input {
	margin: 0;
	padding: 0;
}
h4 {
}
h3 {
}
h2 {
}
h1 {
}
label {
}
input {
}
body {
	background: #eddebf/*#dbc499/*#f3c787*/;
	font-size: 14px;
	font-family: Times, serif;
	color: #1f1d17;
	text-align: center;
}
tr {
	vertical-align: top;
}
td {
	vertical-align: top;
}
table {
	width: 100%;
	border-collapse: collapse;
}
img.buy {
	border: none;
	margin-top: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
.clear {clear:both;}
/* *************************************************** */
/* ---------------------- LAYOUT --------------------- */
/* *************************************************** */
#page {
	/* makes the site be nicely centered horizontally */
	margin: 0 auto;
}
#wrapper {
}
#header {
	background-image: url('../images/bkgrd-header.gif');
	background-position: left 43px;
	background-repeat: repeat-x;
	height: 75px;
	margin-bottom: 25px;
}
#middle {}
#footer {
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #4A863C;
}
#footer a:hover, #footer a:active {
	color: #CC3300;
}
#footer p {
	padding-top: 75px;
	padding-bottom: 10px;
	white-space: nowrap;
}
/* *************************************************** */
/* ---------------------- CONTENT -------------------- */
/* with this you control the center content table block*/
/* *************************************************** */
#content {
}
#index #content {
	background: url('../images/indexPhoto.jpg') no-repeat 0px 0px;
	width: 650px;
	height: 483px;
	margin:0;
}
	
#index #headline {
	color:#4d3b2d;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}

#terms #content {
	margin: 10px 40px;
	text-align: justify;
	width: 95%;
}
#catalog #content {
	margin-left: 0px;
}
#display #content {
	width:850px;
	/*width:90%;*/
	position:relative;
	left:10px;
}
#display #content p {
	padding:20px 40px;
	text-align:left;
}
#display #content h2 {
	color:#A2422B;
	font-size:18px;
	padding:60px 40px;
	text-align:center;
}

#contact #content {
	width:800px;
	position:relative;
	top:75px;
	left:-70px;
}

/* *************************************************** */
/* ---------------------- LINKS --------------------- */
/* *************************************************** */
a:link, a:visited {
	color: #A2422B;
}
a:hover, a link:active {
	color: #1F1D17;
}

