
/** BASIC */
body {
  	background-color: #F4EFDC;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/** FORMS */
form {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
  	text-transform: lowercase;
  	font-family: Verdana, "Times New Roman", Times, serif;
  	font-weight: normal;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/** TEXTS */
body, th, td, input, textarea, select {
  	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color: #000000;
}

p, blockquote, ul, ol, dl {
  	margin-top: 0px;
  	margin-bottom: 1em;
}

.text1 {
  	letter-spacing: -1px;
  	font-size: 20px;
  	color: #521804;
}

.text2 {
  	margin-bottom: 15px;
  	font-size: 12px;
  	color: #676327;
}

.text3 {
  	text-transform: lowercase;
  	text-align: center;
  	font-size: 10px;
  	color: #EFA06C;
}

/** LISTS */
.list1 {
  	margin-left: 0px;
  	padding-left: 0px;
  	line-height: 22px;
  list-style-type: none;
}

.list1 li {
  	padding-left: 17px;
  background-repeat: no-repeat;
  background-image: url(images/homepage05.gif);
  background-position: left center;
}

/** LINKS */
a {
  	color: #474220;
}

a:hover {
  	text-decoration: none;
}

.link1 {
  	text-transform: uppercase;
  	text-decoration: none;
  	font-family: Verdana, "Times New Roman", Times, serif;
  	font-size: 12px;
  	color: #FFFFFF;
}

/** BACKGROUNDS */
.bg1 {
  background-repeat: repeat;
  background-image: url(images/bg01.jpg);
  background-position: left top;
}

.bg2 {
  background-repeat: repeat-x;
  background-image: url(images/bg02.jpg);
  background-position: left top;
}

.bg3 {
  background-repeat: no-repeat;
  background-image: url(images/bg03.jpg);
  background-position: left top;
}

.bg4 {
  background-repeat: no-repeat;
  background-image: url(images/bg04.jpg);
  background-position: left top;
}

.bg5 {
  background-repeat: repeat-y;
  background-image: url(images/bg05.jpg);
  background-position: left top;
}

.bg6 {
  background-repeat: no-repeat;
  background-image: url(images/bg06.jpg);
  background-position: left top;
}

.bg7 {
  background-repeat: repeat-y;
  background-image: url(images/homepage04.gif);
  background-position: center top;
}

.bg8 {
  background-repeat: repeat-y;
  background-image: url(images/subpage1_02.gif);
  background-position: center top;
}

.bg9 {
  background-repeat: repeat-y;
  background-image: url(images/subpage2_02.gif);
  background-position: center top;
}

.align-right {
  text-align: right;
}

img {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.img1 {
  	float: left;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.img2 {
  	float: right;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}

hr {
  display: none;
}

.hr1 {
  	height: 1px;
}

