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: #FFCC99;
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: normal;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
h1 {
	color: #b54f37;
	font-size: 110%;
	font-weight: bold;
	line-height: 80%;
	margin-bottom: -5px;
}
h2 {
  color: #b54f37;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #da5242;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #904841;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
a:focus {
  color: #bf1c1c;
}
a:active {
  color: #702922;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 780px;
}
#outerWrapper #header {
	background-color: #bd9c76;
	border-bottom: solid 1px #8b675a;
//
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 120%;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 200px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px; 
  padding: 10px 10px 10px 10px; 
}#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #f9f1e1;
  border-top: solid 1px #cda98b; 
  padding: 10px 10px 10px 10px; /
}
#outerWrapper #header #nav {
	font-size: 80%;
	display: inline;
}
#outerWrapper #header #nav ul {
	list-style-type: none;
}
#outerWrapper #header #nav li {
	display: inline;
	padding-right: 20px;
}
#outerWrapper #header #nav a {
	font-size: 120%;
	color: #D5B979;
}#outerWrapper #contentWrapper #strap {
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7C19D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD9C76;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BD9C76;
	border-left-color: #BD9C76;
}
#outerWrapper #contentWrapper #leftColumn1 #view2 {
	margin-top: 250px;
}
#outerWrapper #header #nav a:hover {
	font-size: 120%;
	color: #EC6148;
}

