/* 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/t2.jpg') no-repeat; height:65px}
.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.2em;  font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#613B0F; padding-left:25px; padding-right:10px; padding-top:15px; padding-bottom:15px } 
.m a:hover{ color:#000; background:url('images/m2.gif') no-repeat left center; }
.s{ background:url('images/tlo.jpg'); height:100%; padding-left:65px; padding-right:15px; padding-top:0px; padding-bottom:10px  }
.left{ width:215px; float:left; color:#D49479; }
a{ text-decoration:none; } 
.right{ float:left; width:650px; padding-left:22px; }

.txt{
	color:#3B1606; line-height:1.6em;
}
a{ color:#993300;  }
.ng{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:6px 5px;
	border-bottom:3px double #993300;
	font-weight:normal;
	font-style: normal;
}

.both{ clear:both; }
