* { border:none; padding:0; margin:0 }
ul { list-style:none; list-item:none; margin:0; padding:0 }
ul a { color: #555 }
ul.directory { font-size: 9px; margin: 5px 10px 0 10px; text-align: center   }
.directory li { padding: 2px 0 }
.directory a:hover { color: #000; border-bottom: 1px dotted #fff }

#sidebar-1 p { font: 9px/12px Georgia, Times, serif; margin: 15px 0px 5px 0px; padding: 5px; text-align: center;  }


.site-title, h1 {
	font: 9px/12px Georgia, Times, serif;
	font-weight: normal;
		margin: 0; padding: 0;
	}
.site-title a, h1 a {
	display: table;
	width: 150px; height: 200px;
	text-indent: -500px;
	border:none;
	margin: 0; padding: 0;
	background:#fff url(../logo.jpg) no-repeat
 }

.txt { margin: 54px 0 0 0 }



/* base
----------------------------------------------- */

body {
	margin: 0; padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff
	
}


h1, h2, h3, h4, h5, h6 {font-weight: normal; }


/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 dotted;
}

a:hover { border-bottom: 1px #fff dotted; }

a img {
	border: none;
}



/* layout
----------------------------------------------- */

#sidebar-1 {
	width: 150px;
	position: absolute; top: 1px; left: 5px; display: block
}

#content {
	position: absolute; top: 1px; left: 160px; display: block
}