/* 
  -------------------------------------
  Kevin Faulkner Design Development
  www.kevinfaulknerdesign.com
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background: url(img/BGShadow.jpg);
}
#masthead {
	color: #000000;
	height: 135px;
	border-bottom: 3px solid #999;
	background-color: #555555;
	background-image: url(img/mastBG.jpg);
	background-repeat: repeat-x;
}
#logo {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0 0px;
}
#navbar {
	margin-bottom: 12px;
	font-size: 0.8em;
	zoom: 1;
	margin-top: 0px;

}
h1 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.3em;
	letter-spacing: 0.3em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}

#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

