/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #3A3527 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #AAA2A1;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 1.15em;
}

.text1 {
	color: #F0E8E7;
}

.text2 {
	color: #615D52;
	text-align: center;
}

/** LINKS */

a {
	color: #F0E8E7;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage02.jpg) no-repeat;
}

.bg2 {
	background: url(images/homepage11.jpg) no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
}

#scroller {
	width: 310px;
	height: 205px;
	overflow: auto;
	padding: 0 20px;
}
