@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
#outerWrapper {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}
#navbar {
	width: 901px;
	height: 600px;
}
#header {
	background-image: url(images/header.jpg);
	height: 113px;
	width: 901px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1B12D;
	margin-top: 10px;
}
p {
	font-family: Helvetica, "Helvetica Neue", "Helvetica Neue Light";
	font-size: 14px;
	color: #333;
}
#footer {
	background-color: #FBFAF5;
	height: 30px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8F8F8D;
	border-right-color: #8F8F8D;
	border-left-color: #8F8F8D;
}
