#content {
margin-left: 225px;
}

#navbar {
float: left;
width: 225px;
}

#toppanel {
margin-left: 225px;
background: #c0c0c0;
font-family: Helvetica, Arial, sans-serif;
color: 000;
font-size: 18pt;
text-align: right;
}

#maincontent{
font-family: Helvetica, Arial, sans-serif;
font-size: 12pt;
text-align: left;
font-weight: 200;
margin-left: 225px;
}

#maincontent ul {
	list-style: square ;
}

#contactbox {
background: #c0c0c0;
font-family: Helvetica, Arial, sans-serif;
color: 000;
border: thin solid #000;
}

#tswcssbuttons {
	width: 208px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Helvetica, Arial, sans-serif ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #c0c0c0;
	border: 1px outset #000 ;
	width: 208px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff;
	background-color: #000 ;
}

