@charset "UTF-8";
body {
	background-color: #000000;
	font-family: "Tahoma", "Arial Narrow", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	margin: 0px;
	background-repeat:    repeat-x;
	background-position: centre top;
	background-image: url(images/tira.jpg);
	background-attachment: scroll;
}

#header {
	width: 700px;
	height: 582px;
	margin-left: auto;
	margin-right: auto;
	background-image:  url(images/FotoIndex.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	background-position: centre top;

	}
	
#headertext {
   width: 360px;
   padding-left: 45px;
   padding-top: 30px;
   }
	
a {
   color: #FFFFFF;
   }
   
#main { 
    width: 655px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	}
	
.dotted {
    border-bottom: thin dotted #999966;
	}
	
h1 {
	color: #A6945A;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial Narrow, Arial;
}
h2 {
	color: #A57331;
	font-size: 18px;
	font-family: Arial Narrow, Arial;
}
h3 {
	font-size: 14px;
	font-family: Arial Narrow, Arial;
}
.yellow {
    
	color: #A57331;
	
	}
.style1 {
	font-size: 14px;
	color: #A67157;
}

