#button {
	width: 249px;
	border-right: 1px dotted #eee;
	padding: 0 0 0em 0em;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-weight: bold;
	font-size:13px;
	background-color: #efcbb1;
	color: #CC0000;
	/*float: right;*/
	}

#button ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	border: none;
	}

#button li {
	border-bottom: 1px dotted #eee;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #1958b7;
	border-right: 0px solid #508fc4;
	border-bottom: 0;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	width:100%;
	font-size:10px;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 0px solid #1c54d1;
	border-right: 0px solid #5ba3e0;
	border-bottom: 0;
	background-color: #fff;
	color: #cc0000;
	}

#article {
	float: topleft;
	margin-right: 20em;
	padding: 10px;
	}
	
#pageheader {
	font-family: 'Trebuchet MS', 'Lucida Grande';
	font-weight: bold;
	border-bottom: 1px dotted #0000ff;
	width: 100%;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool anyway */
	}


