@charset "utf-8";
/* CSS Document */

a {
	color:#00F;
}


h1 {
}

h2 {
	color:#000;
}

a.nav {
	text-align:center;
	display:block;
	padding: 5px;
	/*min-height:35px;
	line-height:35px;*/
	background-color:#EEEAFF;
	font-weight:bold;
}

a.nav:hover {
	background-color:#B0B3FF;
	font-weight:bold;
}

p.subnav {
	display:block;
	height:10px;
	line-height:10px;
}

a.subnav {
	text-align:left;
}

a.subnav:hover {
	font-weight:bold;
}

#main_content {
	width:470px;
	padding: 0px 10px;
	float:left;
}

#left_content {
	float: left;
	width: 150px;
	margin-right:5px;
	border-right:1px dashed #CCC;
	padding:5px;
}

li {
	font-weight:normal;
	font-size:10px;
}

li.item {
	line-height:30px;
}

.clearfix {
	clear:both;
}
