body {
	padding: 10px 0 0 0;
	text-align: left;
	color: #000000;
	background-color: #ECE2B1;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center 0px;
	margin: 0px;
	background-image: url(http://rexachristensen.com/images/Marble4.jpg);
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color:#21597C;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color:#21597C;
}

h3 {
	font-size: 21px;
	font-weight: bold;
	color:#21597C;
}

a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:none;
	color:#21597C;
}

/* bottom nav links */
#footer_nav ul {
color:#999;
margin:0 0 0 0;
padding:4px 0;
font-size:80%;
list-style-type:none;
width:200px;
text-align:center;
}
#footer_nav li { 
display: inline;
}
#footer_nav li a {
text-decoration: none;
color:#999;
font-weight:500;
}
#footer_nav li a:hover {
color:#21597C;
}

/* index page slideshow */
#slide_show {
position:relative;
/* float:right; */
margin:0 0 0 0;
width:863px;
height:228px;
background-color:#ccc;
}
#slide_show img {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}
#slide_show img.active {
z-index:10;
opacity:1.0;
}
#slide_show img.last-active {
z-index:9;
}

#footer_legal {
color:#FFF;
padding:12px;
font-size:70%;
text-align:justify;
}
#footer_legal a {
color:#CCC;
}
#footer_legal a:hover {
color:#EEE;
}


.ridge {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: double;
    border-bottom-style: double;
    border-top-color: #CC0000;
    border-bottom-color: #CC0000;
    padding: 8px 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center 0px;
	background-image: url(http://rexachristensen.com/images/corrsteel.jpg);
    }

#body_container  {
    width: 863px;
  }

#header1  {
    width: 863px;
	height: 101px;
	position: relative;
  }
#top_nav  {
	position: absolute;
	right: 30px;
	bottom: 8px  
	}
#top_nav img  {
	display:inline;
  }

/* fix browser display issues */
form { margin:0px; }
img { display:block; }

