/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EED7AC url(images/homepage01.jpg) repeat left top;
}

/** 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: #683B20;
}

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

/*
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justfy;
}
*/
.text1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #9D3015;
}

.text11 {
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.text2 {
	color: #3B1D09;
}

.text3 {
	text-align: center;
	font-size: 9px;
	color: #825E3D;
}

/*
.menu {
	font:  bold 14px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 10px;
 	color: #FFEBC6; 
	text-decoration: none;
}
*/

.menu {
	color: #ffffff;
}

.menu:hover {
	color: #FFEBC6;
}



/*.menu {
	font:  10px Georgia, "Times New Roman", Times, serif;
	color: #9D3015;
 	color: #ffffff; 
	text-decoration: none;
}*/

/*.menu:hover {
	font:  10px Georgia, "Times New Roman", Times, serif;
	color: #9D3015;
 	color: #FFEBC6;
	text-decoration: underline;
}
*/

/** LISTS */

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

/** LINKS */

a {
	color: #9D3015;
}

a:hover {
	text-decoration: none;
}

.link1 {
	font-size: 10px;
	color: #FFEBC6;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage12.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-y left top; }
.bg3 { background: url(images/homepage03.jpg) repeat left top; }
.bg4 { background: url(images/homepage16.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}
