
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 1em 0px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	word-spacing: .15em;
	color: #3F220D;
}

h1 span, h2 span, h3 span { color: #5F6013; }

h1 { font-size: 24px; }

h2 { font-size: 18px; }

h3 { font-size: 13px; }

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F5630;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 180%;
}

dl.list1 { }

dl.list1 dt {
	float: left;
	width: 70px;
	font-weight: bold;
}

dl.list1 dd { }

/** LINKS */

a { color: #777922; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border { border: 10px solid #E8CFA2; }

img.border2 { border: 7px solid #E8CFA2; }

hr { display: none; }

.hr1 { height: 1px; }

/** WRAPPER */

#wrapper { background: url(images/homepage05.jpg) repeat left top; }
#wrapper2 { background: url(images/homepage02.jpg) repeat-x left top; }
#wrapper3 { background: url(images/homepage06.jpg) repeat-x left bottom; }

/** MENU */

#menu {
	background: url(images/subpage02.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 40px 86px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li { display: inline; }

#menu a {
	padding: 0px 16px 0px 22px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: bold;
	color: #DCCBA9;
}

#menu a:hover { text-decoration: underline; }

#menu .first a { background: none; }

/** PAGE */

#page {
	background: url(images/subpage03.jpg) repeat-y left top;
}

#bgtop { background: url(images/subpage04.jpg) no-repeat left top; }

#bgbtm {
	padding: 40px 100px 100px 100px;
	background: url(images/subpage05.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer {
	background: url(images/subpage06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 25px 100px 0px 0px;
	text-align: right;
	line-height: normal;
	color: #604226;
}
