/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #662309 url(images/bg_01.jpg) repeat-x;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-align: left;
}

/** TEXTS */

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

p, blockquote, ul, ol, dl {
	margin-top: 0px; 
	text-align: left;
	line-height: 18px;
}

#footer p{
    text-align: center;
}
    
.freespace {
    clear: both;
}

.align-justify {
	line-height: 16px;
	text-align: justify;
}

pre {
    border-left: 2px solid #A12E11;
	background-color: #EDBA99;
	float: none;
	padding: 10px;
	margin: 5px 15px 5px 50px;
	text-align: left;
	line-height: 18px;
}

.text0 {
	display: block;
	margin-bottom: 16px;
	font: bold 22px Tahoma, Arial, Verdana, Times, serif;
	color: #792910;
}

.text1 {
	display: block;
	margin-bottom: 18px;
	/** text-transform: uppercase; */
	font: bold 18px Tahoma, Arial, Verdana, Times, serif;
	color: #792910;
}

.text2 {
	display: block;
	margin-bottom: 7px;
	padding: 2px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6B684F;
}

.text2 a {
    color: #6B684F;
}

.text2 a:hover {
    color: #A52D12;
}

.text3 {
	padding: 2px 5px;
	background: url(images/homepage05.gif);
	color: #FFFFFF;
}

.text4 {
	display: block;
	margin-bottom: 10px;
	font: bold 11px Tahoma, Arial, Verdana, Times, serif;
	color: #513A27;
}

.text5 {
	padding-top: 15px;
	text-align: center;
	color: #FFFFCC;
}

.text6 {
	display: block;
	margin-bottom: 7px;
	padding: 2px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #A52D12;
}

.text7 {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #A52D12;
}

.text8 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	color: #792910;
	border-bottom: 1px solid #792910;
	font: bold 14px Tahoma, Arial, Verdana, Times, serif;
	text-align: right;

}

/** LINKS */

a {
	color: #A52D12;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;

}

a.contact {
	color: #FFFFFF;
	text-decoration: none;
}

a.contact:hover {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a.link1 {
	display: block;
	width: 115px;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px Tahoma, Arial, Verdana, Times, serif;
	color: #A52D12;
	/** #432C16 */
}

a.link1:hover {
	background: url(images/homepage04.gif) no-repeat;
	font: bold 10px Tahoma, Arial, Verdana, Times, serif;
	color: #FFFFFF;
}

/** BACKGROUNDS */

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

.bg2 {
	background: url(images/bg_03.jpg) no-repeat;
}

.bg3 {
	background: url(images/bg_04.jpg) repeat-y;
}

.bg4 {
	background: url(images/bg_05.jpg) no-repeat;
}

.bg5 {
	background: url(images/homepage06.gif) repeat-x left center;
}

.bg6 {
	background: url(images/homepage07.gif) repeat-y center top;
}

/** IMAGES */

.img0 {
    float: left;
	margin: 5px 10px 5px 0;
}

.img1 {
	float: left;
	margin: 5px 10px 0 0;
	padding: 2px;
    border: 1px solid #a0a0a0;
}

.img2 {
    float: right;
	margin: 5px 0 0 10px;	
	padding: 2px;
    border: 1px solid #a0a0a0;
}

.img3 {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px;
    border: 1px solid #a0a0a0;
}

.img4 {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px 2px 40px 2px;
}

.img5 {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px;
}

.img6 {
    float: none;
    margin: 5px 5px 0 5px;
    padding: 2px;
    border: 1px solid #a0a0a0;
}

/** MISC */

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}

/** FORM **/
form#two {
background:	#f9e7db center top no-repeat;
width:500px; 
height: 550px;
padding:5px;
margin:0 auto;
}

form#two fieldset {
width:460px; 
display:block; 
border:1px solid #69260c; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:1.2em;
}

form#two fieldset#opt {
/*background:#ff6705;*/
}

form#two legend {
font-size:1.1em; 
font-weight:bold; 
color: #fff;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:220px; 
border: 1px solid #69260c;
padding: 0 5px;
background: url(images/legend_bg.gif);
}

form#two label {
clear:left; 
display:block; 
float:left; 
width:160px; 
text-align:right; 
padding-right:10px; 
color: #69260c; 
margin-bottom:0.5em;
}

form#two input {
border:1px solid #69260c; 
background: #edba99;
padding:0 2px; 
margin-bottom:0.3em;
}

form#two textarea {
width:265px; 
height:110px;
border:1px solid #69260c; 
padding:0.5em; 
overflow:auto; 
}

form#two option {
background: #edba99;
color:#69260c;
}

form#two optgroup {
background: #FFF; 
color:#FFF; 
}

form#two optgroup option {
background:#FFF; 
color:#003399;
}

form#two optgroup option:selected {
background:#69260c; 
color:#fff;
}

form#two #button1 {
color:#fff; 
font-weight: bold;
background: url(images/btn_bg.jpg);
display: inline;
border: none;
width:90px; 
height: 24px;
line-height: 24px;
text-align: center;
margin-left: 15.5em
}

form#two #button2 {
color:#fff; 
font-weight: bold;
background: url(images/btn_bg.jpg);
display: inline;
border: none;
width:90px; 
height: 24px;
line-height: 24px;
text-align: center;
margin-left: 2em
}

form#two p {
margin: 10px 0;
padding-bottom: 0.4em;
}