/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* --- Typography --- */

.grid p {
  line-height: 16px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h2 {
  line-height: 16px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.grid h3 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h4 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h5 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h6 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

/* --- Grid --- */

.grid {
	width: 800px;
	margin: auto;
}

.grid-m1 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 370px;
}

.grid-m2 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 370px;
}
.body {
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
p {
	color: #746A5A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
h1 {
	color: #996600;
}
h2 {
	font-weight: bold;
	color: #333333;
}
h3 {
	color: #746A5A;
}
a:link {
	text-decoration: none;
	color: #996600;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color: #996633;
}
a:hover {
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#headSpacer {
	height: 5px;
	width: 835px;
}



#mainContainer {
	height: 358px;
	width: 800px;
	background-image: url(background.png);
	background-repeat: repeat-x;
}
#horizontalPositioning {
	width: 800px;
	margin-left: 50%;
	position: relative;
	left: -400px;
	background-position: 30px;
	height: 1100px;
	top: 25px;
}
#headContainer {
	height: 75px;
	width: 800px;
	text-align: center;
}
#bodyContainer {
	width: 800px;
	height: inherit;
}
#base1 {
	background-image: none;
	height: 60px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #746A5A;
	float: left;
}
