/* K4Photo CSS */
	  
body {
    background-color: #b5a789;
		font-size: small;
		font-family: Arial, sans-serif;
}
p {
    font-size: 110%;
}
hr {
    width: 75%;
		color: white;
}
#header {
		padding: 15px;
		text-align: center;
}
#center {
		text-align: center;
		padding: 50px;
		line-height: 150%
}
#leftnav {
    position: absolute;
		left: 0px;
		top: 165px;
		height: 90px;
		width: 100px;
		padding-left: 15px;
}
#footer {
    background-color: #675c47;
    color: #efe5d0;
    text-align: center;
    padding: 15px;
    font-size: 90%;
		clear: left;
}
#links {
		text-align: center;
		font-size: 110%;
}
#links p {
		font-size: 100%;
}