@charset "utf-8";
/* CSS Document */

body { background: #136AAF; }
#outer { background: #A95122 url(top-background.gif) top left repeat-x; }
#inner-wrap {	background: url(background.jpg) top left no-repeat; }


/* +++++++++++++++++++++++++++++++++++++++++++ MAIN NAV ++++++++++++++++++++++++++++++++ */
a:link#home, a:visited#home {	
	background: url(nav_home.jpg) left top no-repeat;
}
a:hover#home, a#home.current, a:visited#home.current { background-position: right top; }

a:link#how, a:visited#how {
	background: url(nav_how.jpg) left top no-repeat; 
}
a:hover#how, a#how.current, a:visited#how.current { background-position: right top; }

a:link#where, a:visited#where {
	background: url(nav_where.jpg) left top no-repeat; 
}
a:hover#where, a#where.current, a:visited#where.current { background-position: right top; }

/* +++++++++++++++++++++++++++++++++++++++++++ LEFT COLUMN ++++++++++++++++++++++++++++ */
#col-left-top {
	background: url(leftcol-background-top.jpg) top left no-repeat;
}
#col-left-mid {
	background: #e1b39a url(leftcol-background-mid.jpg) top left no-repeat;
}
#col-left-btm {	background: url(leftcol-background-btm.jpg) bottom left no-repeat; }

.info-box {	background: #e7b194; }

/* +++++++++++++++++++++++++++++++++++++++++++ RIGHT COLUMN, FIRST BOX +++++++++++++++++++++++ */
#box-right-top { background: #c99173 url(rightcol-background-top.jpg) top left no-repeat; }
#box-right-btm { background: url(rightcol-background-btm.jpg) bottom left no-repeat; }
#box-right-btm-higher { background: url(box-btm-higher.jpg) bottom left no-repeat; }
#box-right-btm-mid { background: url(box-btm-mid.jpg) bottom left no-repeat; }

/* +++++++++++++++++++++++++++++++++++++++++++ SUPPLEMENTAL BOX ++++++++++++++++++++++++++++ */
.box-top { background: #c99173 url(box-top.jpg) top left no-repeat; }
.box-top-higher { background: #c99173 url(box-top-higher.jpg) top left no-repeat; }
.box-top-mid { background: #c99173 url(box-top-mid.jpg) top left no-repeat; }
.box-btm { background: url(box-btm.jpg) bottom left no-repeat; }

/* +++++++++++++++++++++++++++++++++++++++++++ PHOTO ALBUM ++++++++++++++++++++++++++++++++ */
.photos {	background: #844435; }

/* +++++++++++++++++++++++++++++++++++++++++++ BASIC STYLES +++++++++++++++++++++++++++ */
h4.tab { color: #fff; }

