/* K4Photo CSS */

p {
  font-size: 120%;
}

ul {
	font-size: 110%;
}

.bold {
		font-weight: bold;
}

#kmheader {
    position: absolute;
		left: 350px;
		top: 0px;
		padding: 15px;
		text-align: center;
		/*border-width: 1px;
		border-style: solid;
		border-color: black;*/
}

#kmcenter {
		position: absolute;
		top: 165px;
		left: 200px;
		height: 500px;
		width: 700px;
}

#kmleftnav {
    position: absolute;
		left: 0px;
		top: 165px;
		height: 90px;
		width: 100px;
		padding-left: 15px;
}

#kmfooter {
		position: absolute;
		left: 200px;
		top: 725px;
		width: 675px;
    background-color: #675c47;
    color: #efe5d0;
    text-align: center;
    padding: 15px;
    font-size: 90%;
		clear: right;
}
