@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; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-color: #F1E0B4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.doc #container #main #side2 #gallery img {
	height: 90px;
	width: 110px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.doc #container #footer a {
	color: #913E0A;
	text-decoration: none;
}
.doc #container #header a {
	color: #913E0A;
	text-decoration: none;
}
.doc #container #main #side2 #gallery a:hover img {
	border: 1px solid #913E0A;
	position: relative;
	z-index: 5;
}
.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 #side2 .nav_secondary {
	color: #3070B0;
	text-align: center;
	font-size: 14px;
}
.doc #container #main #side2 .nav_secondary a {
	color: #913E0A;
	text-decoration: underline;
	margin-top: 4px;
	font-size: 14px;
}
.doc #side1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 40px;
	text-align: center;
}
.doc #container #main #side1 img {
	background-color: #D9B255;
	border: 2px none #953F09;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.doc #container #main #side1 #RichNelsonLogo {
	margin-left: 3px;
}
.doc #container #main #side1 #RichNelsonSelfPortrait {
	border: 2px solid #953F09;
}

.doc #side2 {
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 334px;
	float: right;
} 
.doc #pageTitle {
	color: #3070B0;
	text-align: right;
}

.doc #container #main #side2 #gallery {
	float: right;
	height: 274px;
	width: 334px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #913E0A;
}
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: 60px;
	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: 60px;
	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: 30px;
} 
.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 #main #side1 #placeholder {
	position: relative;
	border: 2px solid #913E0A;
	max-height: 398px;
	max-width: 330px;
	margin-top: 15px;
}
.doc #container #main #side1 #placeholder:hover {
	position: relative;
	z-index: 100;
	border: 2px solid #913E0A;
	max-height: 500px;
	max-width: 500px;
	margin-top: -100px;	
}

.doc #container #main #side1 #desc {
	color: #913E0A;
	text-align: center;
	margin-top: -18px;
	font-size: 14px;
}
.doc  #container  #header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #913E0A;
	text-decoration: none;
	margin-bottom: 2px;
}