/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #210E09;
	background-image: url(./style_images/subpage2_01.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 10px 10px;
        padding-left:0px;
}

h1 {
	
        font-size: 20px;
        
	
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2C3102;
	
	letter-spacing: 0.1em;
	line-height: 150%;
}

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

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

.list1 dt {
	float: left;
	width: 70px;
}

.list1 dd {
	margin: 0px 0px 15px 0px;
}

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

.list2 li {
	padding: 15px 0px 13px 0px;
	background: url(./style_images/homepage07.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 h3 {
	display: inline;
}

/** LINKS */

a {
	color: #A52E2E;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}



/** PAGE */

#page {
	background: url(./style_images/subpage2_08.jpg) repeat-y left top;
}

#bgtop {
	background: url(./style_images/subpage2_09.jpg) no-repeat left top;
}

#bgbottom {
	background: url(./style_images/subpage2_10.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer {
	height: 140px;
	background: url(./style_images/subpage2_11.jpg) no-repeat left top;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	color: #FFFFFF;
}

