body, html { 
	background-color: white;
	font:13px "Verdana","Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
}

table {
	border:solid 1px gray;
	text-align: center;
}

.topbar { 
	float:center; 
	margin-right:40px; 
}

.oldaddresses li { display: block; background-color:#EEE; padding:5px; border: 1px dotted black; }

#heading { 
	float:center;
	display:block;
	height: 125px;
	width:100%;
/*	border: 1px black solid; */
}

#heading img { border:none; }

#bodycenter {
	display:block;
	background-image:url('/images/bgs/dogcat_shadow.jpg');
	width:100%;
	padding-left:20px;
	min-height:500px;
}

#rightcol{
	display:inline;
}

#leftcol{
	width:60%;
	padding:10px;
	float:left;
}
a {
	text-decoration: none;
}
