body {
	background: #4E0505;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
	width: 775px;
	height: 100%;
	overflow: hidden;
}

#pageInset {
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 104px;
	height: 335px;
	background: url(/images/tower_of_boxes.gif) no-repeat;
}

#background {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header {
	position: relative;
	height: 130px;
	background: white url(/images/tagline.jpg) 140px bottom no-repeat;
}

#header h1 {
	height: 48px;
	padding-left: 150px;
	border-bottom: 24px solid #C81A14;
	background: url(/images/brent_name.jpg) 140px 0 no-repeat;
}
* html #header h1 {
	height: 72px; /* IE5/Win only */
	he\ight: 48px; /* Other IE */
}

#header h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 170px;
	background: url(/images/logo.jpg);
}

#header h1 span {
	display: none;
}
#header h2 span {
	display: none;
}

#content {
	height: 380px;
	margin-left: 124px;
	border-width: 0;
	border-style: solid;
	border-color: white;
}

* html #content {
	margin-left: 121px; /* Fix IE 3px problem */
}

#content h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #900;
}

#content h2 {
  background: #F6F2E1;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #900;
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-top: 30px;
  padding: 0 10px;
  border-top: 1px solid #E78400;
  border-bottom: 1px solid #E78400;
}

#content h3 {
	background:  #FFF9EE;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #920101;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border-top: 1px solid #8A0505;
	border-bottom: 1px solid #8A0505;
}

#content #textWrapper {
	position: relative;
	height: 100%;
	margin-right: 10px;
 	overflow: auto;
}

#content #text {
	padding: 0 10px;
	padding-left: 35px;
}

#content #text p {
	line-height: 1.5em;
}

#content a,
#content a.link {
	color: #800;
}
#content .selector {
	color: #730;
	font-family: "Arial", "Helvetica", sans;
}

#content .tidbit {
	font-family: "Courier New", "Courier 10pt", "Courier", monospace;
	font-size: 11pt;
	padding-top: 3em;
}

#footer {
	padding-top: 5px;
	padding-left: 15px;
	height: 100px;
	margin-left: 124px;
}

#menu {
	font-family: "Arial", "Helvetica", sans;
	font-size: 14px;
	line-height: 26px;
	float: left;
	padding-top: 60px;
	padding-bottom: 10px;
	width: 120px;
}

#menu ul {
	padding: 0 13px;
	list-style-type: none;
}

#menu li {
	text-transform: lowercase;
	border-bottom: 1px dashed black;
}
