@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #333;
	background-color: #4d060e;
}

a{
	color:#333;
}

.tdHeader{
	background-color: #37040b;
}

.tdMain{
	border: #600 1px solid;
	border-left: #600 2px solid;
	background-color: #FFF;
}

#divContainer{
	position: relative;
	z-index: 1;
}

.tdAbri{
	background-color: #4d060e;
	border:  #FC0 1px solid;
}



#divTopBG{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 798px;
	height: 150px;
	background-image: url(images_bg/bg_upper.jpg);
	background-repeat: no-repeat;
	z-index: 2;	
	height: 150px;
}



#divContent{
	position: relative;
	z-index: 10;
}

.tdFooter{
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.fPerson{
	color:  rgb(208, 111, 26);
	font-weight: bold;
}

ul{
	list-style-image:url(images_lake/list.gif);
}

td.Abri{
	background-color: #4d060e;
	border: #C60 2 px solid;
}

h1,h2,h3,h4,h5,h6{
	color: #600;
}

td.sub{
	font-size: 10px;
	font-weight: bold;
}


