* {}

body {
	background-color: #ffffff;
	margin: 0px;
}

.header_div {
 	background-image:url(../images/body.gif);
	background-repeat: repeat-x;
	text-align: center;
	}

.header {
 	height:220px;
 	width: 1000px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}


a:link       { 
	text-decoration: underline; 
	color: #000000;
	font-weight: bold;
}

a:visited    { 
	text-decoration: underline; 
	color: #000000;
	font-weight: bold;
}

a:hover      { 
	text-decoration: underline; 
	color: #000000;
	font-weight: bold;
}

a:active     { 
	text-decoration: underline; 
	color: #000000;	
	font-weight: bold;
}

h1 {
	background-image:none;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #910d01;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 20px;
}


td {
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	color:#000000;
}

.navi{
 	width: 200px;
 	background-color: #ffffff;
 	vertical-align: top;
}

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

.navi ul li {
	display: inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	display: block;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	margin: 0 0 0px 0;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: underline;
}


	
.navi ul li a:hover {
	color: #151515;
}




.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	display: block;
	background-image: url(../images/navi-e2.gif);
	background-repeat: no-repeat;
	color: #e95d0f;
	font-weight: bold;
	font-size: 9pt;
	line-height: 18pt;
	margin: 0 0 0 0;
	padding-right: 30px;
	text-decoration: none;
	text-align: right;
}

	
.navi ul ul li a:hover {
 	font-weight: bold;
	color: #9a141b;
	text-align: right;
}



.navi ul ul ul li a,
.navi ul ul ul li a:link,
.navi ul ul ul li a:visited,
.navi ul ul ul li a:active {
	display: block;
	background-image: url(../images/navi-e3.gif);
	background-repeat: no-repeat;
	color: #9a141b;
	font-weight: normal;
	font-size: 9pt;
	line-height: 20pt;
	margin: 0 0 0 0;
	text-decoration: none;
	padding-right: 45px;
	text-align: right;
}

	
.navi ul ul ul li a:hover {
 	font-weight: bold;
	text-align: right;
}


.navi-top {
	background-image:url(../images/navi-top.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	height: 40px;
	width: 200px;
	font-size: 18px;
	padding: 0px 0px 0px 20px;
}

.navi-bottom {
	background-image:url(../images/navi-bottom.gif);
	background-repeat: no-repeat;
	line-height: 45px;
	height: 45px;
	width: 200px;
}



.footer_div {
 	background-image:url(../images/body2.gif);
	background-repeat: repeat-x;
	text-align: center;
	}


.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 80px;
	line-height: 80px;
}


.text {
	padding-left: 20px;
}



.fotos {
	width: 250px; 
	vertical-align: top;
}

.box {
	border: 1px solid #910d01;
	padding: 10px 10px 10px 10px;
}