/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #EAE4CE;
}

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #645221;
}

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

.text1 {
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: -1px;
	color: #C56F06;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.text2 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #50491D;
}

.text2 span {
	color: #C56F06;
}

.text3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #C56F06;
}

.text4 {
	text-align: center;
	color: #A69A77;
}

/** LISTS */

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

.list1 a {
	padding-left: 16px;
	background: url(images/subpage01.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #C56F06;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: capitalize;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: -1px;
	color: #50491D;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x 0px 42px; }
.bg3 { background: url(images/homepage01.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage02.jpg) repeat-y left top; }
.bg6 { background: url(images/homepage09.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	background: url(images/homepage09.gif) repeat-x left top;
}
