@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F1E0B4;
	margin-top: 30px;
}
.doc #container {
	width: 800px;
	text-align: left;
	background-color: #F1E0B4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.doc #container #footer a {
	color: #913E0A;
	text-decoration: none;
}
.doc #container #header a {
	color: #913E0A;
	text-decoration: none;
}

.doc #main {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #D8B053;
	height: 600px;
	width: 800px;
	border: 1px solid #913E0A;
}
.doc #container #main #horiz_line {
	top: 383px;
	position: relative;
	z-index: 0;
}
.doc #container #main #side1 img {
	border: 2px solid #953F09;
	float: left;
	clear: both;
}
.doc #side2 {
	margin-top: 205px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 334px;
	float: right;
} 
.doc #container #main #side1 #txt_self {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.doc #container #main #side2 #RichNelsonLogo {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.doc #container #main #side1 {
	font-size: 12px;
	color: #913E0A;
	background-color: #D8B053;
	position: relative;
	z-index: 1;
	float: left;
	width: 330px;
	margin-left: 40px;
	height: 398px;
}

.doc #pageTitle {
	color: #3070B0;
	text-align: left;
	padding-left: 40px;
	margin-top: 20px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #913E0A;
}


#nav1 {
	float: left;
	width: 160px;
	margin-top: 21px;
	height: 100px;
	padding: 0px;
}
.doc #container #main #side2 #nav1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav2 {
	float: right;
	width: 160px;
	margin-top: 21px;
	height: 120px;
}
.doc #container #main #side2 #nav2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.doc #footer {
	padding: 0 10px 0 20px;
	background-position: 5px;
} 
.doc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: center;
	color: #913E0A;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.doc #container #main #side2 #bg_blue_bricks {
	margin-left: 143px;
	z-index: 1;
	margin-top: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.doc  #container  #header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #913E0A;
	text-decoration: none;
	margin-bottom: 2px;
}
