/************************************************
*	Hyperlinks 						*
************************************************/

a {
	color:#DF6B0D; /*#9D1F25*/
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#7F5737;
	}
a:hover, a:focus {
	background:#D46934;
	color:#FCECC4;
	}
a img {
	border:0;
	}

/************************************************
*	Navigation     					*
************************************************/
#skip_to_content a:link, #skip_to_content a:visited {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#skip_to_content a:focus, #skip_to_content a:active {
/* positioning */
	position:absolute;
	left:35px;
	top:0;
	overflow:visible;
	padding:1px 5px;
	width:auto;
	height:auto;
/* appearance */
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.04em;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:white;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	border-right:1px dotted #000;
	z-index:50;
	}

/************************************************
*	Header     					*
************************************************/

#banner {
/*	background:url(4-10.jpg); width:800px; height:350px;*/
	background:url(4-10-narrow2.jpg);
	width:800px; height:115px;
	border:1px solid #897048;
	margin-top:15px;
}

/************************************************
*	Content     					*
************************************************/

body {
	background:#AEC672 url(bg.gif); /*#9D1F25*/
	color:#333;
	margin:0;
	padding:20px 0;
	font-family:arial,helvetica,sans-serif;
	font-size:15px;
	line-height:1.5em;
}
h1 { 
	font-size:20px;
	margin:0; 
	}
h1 {
	background:#FFAF6F;
	border:1px solid #897048;
	color:white;
	padding:4px;
	font-family:verdana,sans-serif;
	font-variant:small-caps;
	text-align:center;
}
h2 { 	
	font-size:1.2em;
	margin:14px 0; 
	}
h3 {	
	border-bottom:1px solid #897048;
	font-size:1.16em;
	text-align:left; 
	 }
hr {
	border:0;
	border-top:#A3181E 1px dotted;
	width:100%;
	height:1px;
	margin:1em 0;
}
li { list-style-type:square; }
blockquote { border:1px dashed #897048; padding:5px 20px; margin:20px; }

#content {
	background:#FFF1CF; /*#F7D883 #FAC697*/
	border:1px solid #897048;
	padding:15px;
	margin:auto;
	width:802px;
}
table{
	border:0;
	margin-top:10px;
	margin-bottom:10px;
	}
.footertext,.smalltext { font-size:x-small; letter-spacing:normal; }
.footertext { font-style:italic;}
.tablecenter { margin:auto;text-align:center;}
.floatleft {
	float:left;
	position:relative;
	margin-right:15px;
	}

/************************************************
*	Images      					*
************************************************/

.floatleft {
	position:relative;
	float:left;
	margin-right:15px;
}
.floatright {
	position:relative;
	float:right;
	margin-left:15px;
}
.highlight {
	font-style:small-caps;
	font-weight:bold;
}

/************************************************
*	Navigation Menu: Artbook Pages		*
************************************************/

#navlist{
display:block;
margin:0;padding:0;
margin:10px auto;
margin-left:10px;
padding-bottom:10px;
}
#navlist ul,#navlist li{
margin:0;
padding:0;
display:inline;
list-style-type:square;
}
#navlist a:link,#navlist a:visited{
font-weight:bold;
margin:0 10px 4px 10px;
text-decoration:none;
}
#navlist a:link#current,#navlist a:visited#current,#navlist a:hover{
padding-bottom:2px;
}
#current {
	border-bottom: 3px solid;
}

