/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #362E13 url(images/bg1_01.gif);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.align-justify { text-align: justify; }

.text1 {
	font-size: 10px;
}

.text2 {
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
	color: #5E5842;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	margin: 30px 0px 5px 0px;
	text-align: center;
	color: #837555;
}

.style1 a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #9B9789;
}

.style1 a:hover {
	text-decoration: underline;
}

.style1 span {
	padding: 0px 20px;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg1_03.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(images/bg1_04.jpg) no-repeat;
}

.bg4 {
	background: url(images/bg1_05.jpg) no-repeat;
}

.bg5 {
	background: url(images/bg1_06.jpg) no-repeat;
}

.bg6 {
	background: url(images/bg2_01.jpg) no-repeat;
}

.bg7 {
	background: url(images/bg2_02.jpg) no-repeat;
}

/** MISC */

.img1 {
	float: left;
	margin-right: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage15.gif);
}

