/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/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;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D585E;
	background-attachment: fixed;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 150%;
	font-size: 11px;
	color: #5D585E;
}

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

ul li {
	padding-left: 10px;
	background: url(images/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; }

img {
	border: none;
	left: 400px;
}

img.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

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

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background-image: url(images/homepage01.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/** MENU */

#menu {
	height: 66px;
	background: url(images/homepage03.jpg) no-repeat left top;
	font-weight: bold;
	padding-left: 0px;
	text-transform: uppercase;
}

#menu a {
	padding: 0px 15px 0px 20px;
	text-decoration: none;
	color: #833100;
	text-transform: uppercase;
}

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

/** PAGE */

#page {
	height: 434px;
	background-image: url(images/homepage04.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#scroller {
	overflow: auto;
	height: 360px;
}

/** 1-COLUMN LAYOUT */

.one-column {
}

.one-column .title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(images/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(images/subpage04.gif) no-repeat left bottom;
}

.two-columns .column2 .title {
	background: url(images/subpage04.gif) no-repeat right bottom;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 330px;
	margin: 0px auto;
	background-image: url(images/homepage05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0px;
	padding-top: 75px;
	text-align: center;
	font-size: 16px;
	color: #B5AFB2;
	font-variant: normal;
	line-height: normal;
}

#footer a {
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #C55621;
	text-align: left;
}
