/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 90% Arial, Helvetica, sans-serif;
	background: #d4c891 url('images/background.jpg');
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #8f855b;
	color: #8f855b;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

p {
	color: #000000;
	font: normal 16px Tahoma, Arial, sans-serif;
	margin-top: 0;
}

h1 {
	color: #7e4b21;
	font: normal 26px Georgia, Tahoma, Arial, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #7e4b21;
	font: normal 18px Tahoma, Arial, sans-serif;
	text-align: left;
}

h3 {
	color: #8f855b;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #7e4b21;
	font: bold 16px Tahoma, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #8f855b;
	letter-spacing: 3px;
}

a {
	color: #ae6732;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a99d75;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	background: #fff url('1731/1731_web/images/textbg.jpg');
	color: #000;
	text-align: left;
	margin: 0 auto;
}

/* HEADER AREA SETTINGS */

.header {
	background: url('images/header.jpg') no-repeat;
	height: 110px;
}

.logo {
	color: #fff;
	font: normal 20px "Times New Roman", Times, serif;
	text-align: left;
	padding: 50px 0 0 20px;
	width: 350px;
	float: left;
}

.global {
	color: #fff;
	text-align: right;
	padding: 60px 60px 0 0;
	font-size: 90%;
	width: 300px;
	float: right;
}
	
.global a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* MAIN CONTENT AREA SETTINGS */

.content {
	width: 490px;
	float: right;
	padding: 0 10px;
	text-align: justify;
}

.contentwide {
	background: #fff url('images/textbg.jpg') repeat-x;
	width: 710px;
	float: left;
	padding: 4px 20px 10px 20px;
	text-align: justify;
}

.catalog {
	width: 215px;
	padding: 6px;
	float: left;
	text-align: left; 
}

.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.clear {
	clear: both;
}

/* SIDEBAR AREA SETTINGS */

p {
	color: #000000;
	font: normal 14px Tahoma, Arial, sans-serif;
	margin-top: 0;
}


.sidebar {
	float: left;
	width: 220px;
	padding: 0 10px;
	font-size: 12pt;
}

.mainnav {
	text-align: left;
	margin-bottom: 20px;
}

.mainnav a {
	display: block;
	width: 95%;
	color: #ae6732;
	text-decoration: none;
	border-bottom: 1px solid #ae6732;
	padding: 5px;
}

.mainnav a:hover {
	color: #ffffff;
	background-color: #a99d75;
	text-decoration: none;
	border-bottom: 1px solid #ae6732;
	padding: 5px;
}


/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background-image: url('images/footer.jpg');
	color: #fff;
	font-size: 85%;
	text-align: center;
	height: 55px;
	padding-top: 5px
}

.copyright {
	float: left;
	width: 250px;
	text-align: center;
	color: #000;
	padding: 15px 0 0 0;
}

.copyright p {padding: 0; margin: 0;}

.footerlinks {
	float: right;
	width: 500px;
	text-align: center;
	color: #fff;
	text-sizel; padding-left:0; padding-right:0; padding-top:15px; padding-bottom:0
}

.footerlinks a {
	color: #fff;
	font-weight: normal;
}
.footerlinks a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.footerlinks p {padding: 0; margin: 0;}

/* IMAGE FLOAT SETTINGS */

.mainimageleft {
	margin: 0 20px 0 0;
	float: left;
}

.imageleft {
	border: 3px double #c0c0c0;
	margin: 0 15px 2px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 0 0 2px 15px;
	float: right;
}
