* {
	margin: 0;
	padding: 0;	
}


body {
	background: url('../images/bg-tile.jpg') top left repeat-x #000; 
	text-align: center;
}

#image_holder {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 20px auto 0 auto; /* margins must be exact to match up with background images */
	padding: 0 0 200px 0;
	background: url('../images/site-bg.jpg') bottom center no-repeat;
	text-align: center;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	background: url('../images/sidebar-bg.jpg') 15px 220px repeat-y;
}

#masthead {
	float: left;
	position: relative;
	width: 780px;
	height: 180px;
	background: url('../images/masthead-bg.jpg') top left no-repeat;
}

#masthead h1 {
	text-indent: -10707px;	
}

#nav {
	float: left;
	position: relative;
	width: 515px; /* target width: 780px; */
	height: 40px;
	padding: 0 0 0 265px;
	background: url('../images/nav-bg.jpg') top left no-repeat;
}

#nav a {
	display: block;
	float: left;
	width: 100px;
	height: 40px;

}

#nav a p {
	text-indent: -10707px;
}

#nav a#btn1 {
	background: url('../images/btn1.jpg') top left no-repeat;
}

#nav a#btn2 {
	background: url('../images/btn2.jpg') top left no-repeat;
}

#nav a#btn3 {
	background: url('../images/btn3.jpg') top left no-repeat;
}

#nav a#btn4 {
	background: url('../images/btn4.jpg') top left no-repeat;
}

#nav a#btn5 {
	background: url('../images/btn5.jpg') top left no-repeat;
}

#nav a#btn1:hover,#nav a#btn2:hover,#nav a#btn3:hover,#nav a#btn4:hover,#nav a#btn5:hover {
	background-position: 0 -40px;	
}

#nav a#btn1.current,#nav a#btn2.current,#nav a#btn3.current,#nav a#btn4.current,#nav a#btn5.current {
	background-position: 0 -80px;
}

#nav_breadcrumb {
	float: left;
	position: relative;
	width: 14px;
	height: 40px;
	background: url('../images/nav_breadcrumb.jpg') top left no-repeat;
}

#left_spacer {
	float: left;
	position: relative;
	width: 15px;
	height: 218px;
	background: url('../images/spacer-l.jpg') top left no-repeat;
}

#sidebar {
	float: left;
	position: relative;
	width: 250px;
	height: auto;
}

#content { /* top-down spacing */
	float: left;
	position: relative;
	width: 505px; /* target width 505px minus borders */
	height: auto;
	overflow: auto;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #fff; /* for some reason, having this border fixes the problem of the long images being thrown out of alignment */
}

#content h1 {
	font-size: 24px;
	font-style: italic;
	margin: 20px 0 20px 10px;
	color: #000f80;
}

#content h3 {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 0 10px;
	color: #67625e;
}

#content p {
	margin: 10px 10px 0 10px;
	font-size: 14px;
	line-height: 125%;
	color: #222;
}

#content p span {
	font-style: italic;
	font-weight: bold;	
}

#content p span.KEITH_brand {
	text-decoration: underline;
}

#content img {
	border: 1px solid #ddd;
}

img.full_width {
	/* float: left; */
	margin: 15px 0 0 4px;
}

img.left {
	float: left;
	margin: 10px 10px 0 10px;
}

img.right {
	float: right;	
	margin: 20px 20px 0 20px;
}

img.right_no_header { /* this class is used when there is no h3 header for the chunk of text with which the right-floated picture is placed */
	float: right;
	margin: 0px 20px 0 20px;	
}

#right_spacer {
	/* this has been removed because it was causing problems in IE6 */	
}

#footer_holder {  /* for some reason, having invisible borders around this and its child divs fixes alignment and spacing problems */
	width: 780px;
	margin: 0 auto;
	border: 0px solid #000;
}

#footer_top {
	float: left;
	position: relative;
	/* margin-left: 27px; */
	width: 780px;
	height: 15px;
	background: url('../images/footer-bg-top.jpg') 27px 0px no-repeat;	
	border: 0px solid #000;
	overflow: hidden;
}

#footer_bottom {
	float: left;
	position: relative;
	/* margin-left: 27px; */
	width: 750px; /* target width: 780px */
	height: 20px; /* target height: 26px */
	padding: 6px 30px 0 0;
	background: url('../images/footer-bg-bottom.jpg') 27px 0px no-repeat;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0px solid #000;
	overflow: hidden;
}


a {
	color: #000f80;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

