/* header */
body { background: white url(../pics/misc/header.gif) scroll repeat-x; }

/* main */
#main { padding-left: 10px; }

/* top menu */
#top {
	margin: 70px 0 0 0;
	height: 27px;
	list-style: none;
}

#top a { color: #4C4B47; }
#top .act { font-weight: bold; }
#top li {
	margin-right: 20px;
	float: left;
	display: block;
}

/* misc */
.clear { clear: both; }

