#content {
  margin-left:  200px;
}
#tswcssbuttons {
	margin-top: 16px;
	float: left;
	width: 180px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	color: #000 ;
	background-color: #9cf ;
	border: 1px outset #00f ;
	width: 180px ;
	text-decoration: none ;
	font-weight: bold;
	display: block ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #9cf ;
	text-decoration: none ;
	font-weight: normal;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #ff0 ;
	background-color: #0000c0 ;
}
