@import "reset.css";
@import "typography.css";

.cl {
	clear: both;
}
#nav {
	width: 250px;
}
#internalnav {
	width: 120px;
	margin-right: 10px;
}
#internalnav a {
	font-weight: bold;
}
#content {
	width: 350px;
}
.light, .light a {
	color: #787878;
}
.verylight {
	color: #b8b8b8;
}
.small {
	font-size: 11px;	
}
hr {
	color: #ccc;
	background-color: #ccc;
	margin: 1em 0;
	padding: 0;
	border: 0;
	height:1px;
}
#internalnav div {
	margin-bottom: 1em;	
}