/* CSS Document */

body{
background-color:#FFFFFF;
}

#Frame{
width: 850px;
background-color:rgb(202, 13, 18);
background-repeat: repeat-y;

}

#Container{
Width: 800px;
background-image: url(bg/hg.jpg);
background-position:top;
}

#Header{
Width: 800px;
Height: 120px;
}

#Navigation{
Width: 798px;
Text-Align: left;
Clear: Both;
Border-Left: 1px rgb(168,168,168) solid;
Border-Right: 1px rgb(168,168,168) solid;
Border-Bottom: 1px rgb(168,168,168) solid;
Border-Top: 1px rgb(168,168,168) dotted;
}

a.Button{
Width: 150px;
Padding: 5px;
Display: Inline;
Border: 1px grey dotted;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
Text-Align: left;
Margin: 2px;
}

a.Button:link{
 Background-Color: rgb(255, 255, 255);
 text-decoration: none;
 color: grey; 
 font-weight:bold;
}

a.Button:visited{
 Background-Color: rgb(255, 255, 255);
 text-decoration: none;
 color: grey;
 font-weight:bold;
}

a.Button:hover{
 Background-Color: rgb(202, 13, 18);
 color: black;
 font-weight:bold; 
 Border-Bottom: 1px grey groove;	
}

#Content{
Width: 798px;
height: 5px;
Border-Top: 1px rgb(168,168,168) Solid;
background-color:#CCCCCC;
background-image: url(bg/chrom.jpg);
background-repeat:repeat-x;
background-position: bottom;

}

#Left{
Width: 550px;
Padding-left: 10px;
padding-Top: 5px;
padding-bottom: 5px;
Float: Left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
Text-Align: left;
background: none;
}

#Left a{
color: #000000;
text-decoration: none;
}

#Left a:hover{
color: rgb(202, 13, 18);
text-decoration: none;
}



#Image{
Float: Left;
Width: 250px;
background-color:#FF0000;
Margin: 5px 5px 0px 0px;
}

#Right{
Width: 220px;
Float: Right;
Padding: 5px;
background: none;

Border-Left: 1px rgb(168,168,168) dotted;

font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
Text-Align: left;
}

#Footer{
Width: 788px;
Border-Top: 1px rgb(168,168,168) dotted;
Padding: 5px;
Clear: Both;

font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
Text-Align: right;
}

#Footer a{
 text-decoration: none;
 color: grey; 
}

#Footer a:hover{
 text-decoration: underline;
 color: grey; 
}


#Fotos{
width: 520px;
margin: 2px;
text-align: center;
Float: Left;
Clear: Both;
}

	#FotosHeader{
	width: 518px;
	border-Left: 1px rgb(202, 13, 18) dashed;
	border-Right: 1px rgb(202, 13, 18) dashed;
	Font-family: Arial, Helvetica, sans-serif;
	Font-Size: 14pt;
	color: grey;
	text-align: center;
	clear:both;
	}
	
	#Foto{
	width: 100px;
	Float: Left;
	margin: 2px;
	background-color: rgb(168,168,168);
	}
	
	
	#FotoFooter{
	width:517px;
	height: 10px;
	margin: 2px;
	Clear: both;
	border-top: 1px rgb(202, 13, 18) dashed;
	}
