/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url("subpage01.jpg") repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1, h2 {
	text-align: center;
	color: #C55621;
}

h1 {
	letter-spacing: 2px;
	font-size: 18px;
}

h2 {
	letter-spacing: 1px;
	font-size: 13px;
}

h3 {
	margin-bottom: 8px;
	font-size: 11px;
	color: #584720;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: 5f431c;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url("subpage03.jpg") no-repeat left center;
}

/** LINKS */

a {
	color: #C55621;
}

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; }
.align-center { text-align: center; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url("homepage01.jpg") repeat-x left top;
}

/** MENU */

#menu {
	height: 66px;
	background: url("homepage03.jpg") no-repeat left top;
}

#menu a {
	padding: 0px 15px 0px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #833100;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	height: 434px;
	background: url("homepage04.jpg") no-repeat left top;
}

#scroller {
	overflow: auto;
	height: 364px;
}

/** 1-COLUMN LAYOUT */

.one-column {
}

.one-column .title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url("subpage04.gif") no-repeat center bottom;
}

.one-column .title h1 {
}

.one-column .title h2 {
	font-size: 11px;
	color: #C28858;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	width: 170px;
}

.two-columns .column2 {
	width: 170px;
}

.two-columns .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.two-columns .column1 .title {
	background: url("subpage04.gif") no-repeat left bottom;
}

.two-columns .column2 .title {
	background: url("subpage04.gif") no-repeat right bottom;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 200px;
	margin: 0px auto;
	background: url("homepage05.jpg") no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 75px;
	text-align: center;
	font-size: 10px;
	color: #637E98;
}

#footer a {
}
