/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #EBAA50 url('images/bg_01.jpg') repeat-x left top;
}

body, th, td, input, textarea, select {
	color: #BB7000;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

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

p, blockquote, ul, ol, dl {
	margin-top: 0;
}

a {
	color: #C56308;
}

a:hover {
	text-decoration: none;
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}

/** FORMS */


/** BACKGROUNDS */

.bg1 {
	background: url('images/bg_02.jpg') no-repeat;
}

.bg2 {
	background: #F5D6A7 url('images/homepage09.jpg') repeat-x;
}

.bg3 {
	background: url('images/homepage10.gif') no-repeat;
}

.bg4 {
	background: url('images/homepage17.gif') no-repeat left center;
}

/** LINKS */


/** HEADINGS */


/** TEXTS */

.text1 {
	font-size: 9px;
	color: #F3F6ED;
	text-align: center;
	padding-top: 30px;
}
.text2 {
	color: #685946;
}