@charset "utf-8";
/* CSS Document */


#navbar {
	width: 200px;
	padding: 15px;
	float: left;
	border-right: thin solid #000000;
}

#navbar_title {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
}

#navbar a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#navbar ul {
	font-size: 12px;
	list-style: none;
}
