/*
sherwood-home-screen.css
V1.1 - 10/11/07
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #DFEFD8;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #0000FF;
  text-decoration: underline;
}
a:visited {
  color: #0000F0;
  text-decoration: underline;
}
a:hover {
  color: #000;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 999px;
  border: solid 1px #666;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-image:url(../images/menu-background.gif);
	background-repeat: no-repeat;
	float: left;
	height: 706px;
	width: 306px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF;
  float: right;
  height: 706px;
  padding: 0;
  width: 287px;
}
#outerWrapper #contentWrapper #content {
  height: 706px;
  margin-bottom: 0;
  margin-left: 306px;
  margin-right: 287px;
  padding: 0;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
  font-size:0;
  line-height:0;
}
