#sidemenu {
	margin: 25px 0 0 0;
	padding:0;
	width:280px;
	height:100%;
	float:left;
}


table.table-list {
	width:580px;
	margin:25px 0 0 0px;
	border: solid #CCCCCC;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}

table.table-list th {
	width:100px;
	font-size: 14px;
	font-weight:normal;
	padding:6px;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 0;
	text-align:left;
}

table.table-list td {
	padding:5px;
	font-size: 14px;
	line-height:18px;
	border: solid #CCCCCC;
	border-width: 0 1px 1px 0;
	vertical-align:top;
}

#about-main {
	margin: 25px 0 0 0px;
	width:580px;
	height:100%;
	float:left;
}

