/* CSS Document */
body{
	background:#000 url(images/bg1.jpg);
	padding:0; margin:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
.pds{
	font-size:1.2em;
	width:1000px; margin:0 auto;
	}
.bg1{ background:url(images/bg.jpg) repeat-x; }

.m{ background:url(images/t2a.jpg) no-repeat; height:78px;}
.m ul{ list-style:none; padding:10px 30px; margin:0; }
.m li{ float:left; display:inline; } 
.m a{ display:inline-block; background:url(images/m.gif) no-repeat left center; font-size:1.5em;  font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#613B0F; padding:15px 30px 15px 32px; } 
.m a:hover{ color:#000; background:url(images/m2.gif) no-repeat left center; }
.s{ background:url(images/tlo1.jpg); height:100%; padding:15px 15px 10px 65px;  }
.left{ width:215px; float:left; color:#D49479; }
.right{ float:left; width:650px; padding-left:22px; }

.txt{
	color:#3B1606; line-height:1.6em;
}
a{ color:#993300;  }
.ng{ font-size:1.6em; font-family:Arial, Helvetica, sans-serif; margin:10px; padding:5px 5px; border-bottom:5px double #993300; font-weight:normal; font-style:italic; }

.both{ clear:both; }