/* CSS for www.lewisriver.com/amboy/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS */
	 
body {
	font-family: Times New Roman, serif;
	font-size: 16px;
	letter-spacing: 0;
	word-spacing: normal;
	}
	
/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	padding:0;
	color: #fff;
	}
	
#sidebar li {
	margin: 0px;
    margin-bottom: 14px;
    line-height: 16px;
	}
	
#sidebar li a {
	font-size: 16px;
	}

#sidebar a:hover {
	text-decoration: underline;
	width: 100%;
	} 
	
	
/* Backlinks
-------------------------------*/
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.zero-border {
    border: 0;
}

