/** BASIC */

html, body {
	height: 100%;
}


/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	color: #614C31;
}

h1 span, h2 span {
	padding: 0px 40px 0px 0px;
	background: url(images/h1.png) no-repeat right center;
}

h1 {
	margin-bottom: 20px;
	font-size: 15px;
}

h2 {
	margin-bottom: 15px;
	font-size: 14px;
}

h3 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #9C5234;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #352c16;
	line-height: 16px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

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

.list1 li {
	display: block;
	height: 17px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 10px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

.list1 li a {
	text-decoration: none;
	font-size: 10px;
}

.list1 li a:hover {
	text-decoration: underline;
}

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

.list2 li {
	display: block;
	height: 10px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 15px;
}

.list2 li a {
	text-decoration: none;
}

.list2 li a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #994D2E;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.more {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 68px;
	background: url(images/noimage.gif) no-repeat left center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7px;
}

.more a {
	padding-right: 15px;
	background: url(images/noimage.gif) no-repeat right center;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: -5px 15px 15px 0px;
}

img.right {
	float: right;
	margin: -5px 0px 15px 15px;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	width: 1000px;
	height: 300px;
}

/** LOGO */

#logo {
	width: 350px;
	height: 300px;
}

#logo h1, #logo p {
}

/** MENU */

#menu {
	width: 650px;
	height: 300px;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	width: 1000px;
	background: url(images/pagebody_fill.jpg) repeat-y left top;
}

#page-bg {
	background: url(images/pagebody.jpg) no-repeat left top padding: 0px 0px 0px 0px;
}

/** SIDEBAR > BOXED */

.boxed {
	background: url(images/linkmenu_fill.jpg) repeat-y left top;
}

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

.boxed-bottom {
	padding: 25px 65px 20px 45px;
	background: url(images/linkmenu_bot.jpg) no-repeat left bottom;
}

.boxed h2, .boxed-first h2 {
	margin-bottom: 5px;
	font-size: 15px;
}

.boxed .more, .boxed-first .more {
	padding: 0px;
	background: none;
}

/** FOOTER */

#footer {
	width: 1000px;
	height: 100px;
	background: url(images/footer.png) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 70px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	color: #9A8661;
}