body{
	text-align:center;
	font-size:12px;
	background:#333;
}
td{
	font-size:12px;
}
ul{
	padding-left: 20px;
}
ul,li{
	margin:0px;
	text-align:left;
	list-style-position: inside;
	list-style-type: disc;
}
p,h3{
	text-align:left;
}
#main{
	width:600px;
	text-align:left;
	margin:auto;
	padding:8px;
	background:#fefefe;
	border:3px double #DDD;
}
.menu,#menu{
	width:150px;
	margin:auto;
}
.block-row{
	clear: both;
}
.half-block{
	width:50%;
	float:left;
	margin-bottom: 20px;
}
.menu .panel{
	background:#ddeeff;
	width:120px;
	padding:0px 0px 0px 2px;
}
.menu .header{
	background:#ccddff;
	border:1px solid #bbccff;
	margin:1px 0 1px 0;
	height:17px;
	line-height:17px;
	width:120px;
}
.code{
	color:#9966CC;
	line-height:13px;
	height:13px;
}