#menu {
	width: 159px;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-y;
	padding-bottom: 50px;
}
#menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
body {
	margin: 2px 0px 0px;
	padding: 0px;
	text-align: center;
}
#all {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#menu li {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 13px;
}
.summary {
	font-size: 12px;
}
#footer {
	font-size: 12px;
	line-height: 1.4em;
}
.copyright {
	font-size: 10px;
	background-color: #424343;
	padding: 3px;
	color: ;
}
#footer p {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 10px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
