@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%;
}
body {
	background-color: #FFF3DB;
	color: #2c2c2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #482817;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #996600;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #3C1F0D;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #996600;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1024px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #422311;
	border-left-color: #422311;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	height: 255px;
	line-height: 15px;
	padding: 10px 10px 10px 10px; 
}
#outerWrapper #topNavigation {
	height: 25px;
	padding: 10px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #402412;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outerWrapper #footer {
	height: 22px;
	background-color: #452B18;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF3DB;
}

