﻿/** BASIC */
body {
	height: 100%;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1A160E url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1 {
	margin: 0px;
}

/** TEXTS */

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B477;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #6D5B32;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage11.jpg) no-repeat left center;
	font-size: 9px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
}

.list2 li {
	height: 41px;
	margin-bottom: 1px;
	padding: 15px 10px 0px 10px;
	background: url(images/homepage13.jpg) no-repeat left top;
}

.list2 strong {
	color: #D1B477;
}

/** LINKS */

a {
	color: #CD9F40;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */
	 
.bg1 { background: url(images/bg02.jpg) repeat-y center top; }

.bg2 { background: url(images/bg05.jpg) repeat-y center top; }
.bg3 { background: url(images/bg06.jpg) no-repeat center top; }
.bg4 { background: url(images/bg07.jpg) no-repeat center bottom; }

.bg5 { background: url(images/bg08.jpg) no-repeat left top; }

.bg6 { background: url(images/bg1_01.jpg) repeat-y center top; }
.bg7 { background: url(images/bg1_02.jpg) no-repeat center top; }
.bg8 { background: url(images/bg1_03.jpg) no-repeat center bottom; }

.bg9 { background: url(images/bg2_01.jpg) repeat-y center top; }
.bg10 { background: url(images/bg2_02.jpg) no-repeat center top; }
.bg11 { background: url(images/bg2_03.jpg) no-repeat center bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.centered {
	text-align: center;
}
