body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

p, li {
	line-height: 24px;
	}

img {
	border: none;
	}
	
div#fkcontainer {
	margin: 0 auto;
	position: relative;
	}
	
div#fkmasthead {
	position: relative;
	}
	#fkmasthead h1 {
		background: url(../images/frimarkKellerLogo.png) no-repeat;
		width: 86px;
		height: 30px;
		text-indent: -9999px;
		position: absolute;
		top: 13px;
		margin: 0;
		}
	#fkmasthead a:hover {
		cursor: pointer;
		}
	#fkmasthead address {
		position: absolute;
		top: 6px;
		left: 95px;
		font-size: 12px;
		font-style: normal;
		margin-top: 13px;
		}
		address a {
			color: #000;
			text-decoration: none;
			}
			address a:hover {
				text-decoration: underline;
				}
			
div#globalNav {
	color: #fff;
	position: absolute;
	right: 0;
	text-align: right;
	}
	#globalNav img {
		margin: 0;
		}
	#globalNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#globalNav li, #globalNav a {
		display: block;
		float: left;
		}
	#globalNav li {
		line-height: normal;
		height: 40px;
		}
	#globalNav a {
		color: #fff;
		text-decoration: none;
		padding: 10px 15px;
		border-right: 1px #303030 solid;
		height: 20px;
		}
		#globalNav a:hover {
			background: url(../images/bkgNavHover.gif) repeat-x;
			}
		#globalNav a#contact {
			border-right: none;
			}


div#footer {
	text-align: center;
	clear: both;
	}
	#footer p {
		margin: 0;
		line-height: normal;
		width: 100%;
		}
	#footer a {
		color: #000;
		text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
			}
	#footer img {
		vertical-align: text-top;
		border: 0;
		margin-left: 1px;
		}
