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

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .2em;
	margin: 0;
	color:#666;
}

a {
	color:#666;
	text-decoration:none;
}


a:hover, a:active {
	color:#666;
	background-color:#FF0;
}

.current {
	color:#FFF;
	background-color:#b7281f;
}

.current a {
	color: #FFF;
	background-color: #b7281f;
	text-decoration: none;
}

p.title {
	font-size: 20px;
	margin: 0;
	position: relative;
	top: 12px;
	left: 18px;
	width: 800px;
}

.title a {
	color: #b7281f;
	background-color: #FFF;
	text-decoration: none;
}


ol {
	padding-left:0;
	margin-left: 18px;
	margin-top: 12px;
	letter-spacing: .3em; 
	border-top:1px dashed #999;
	padding: 3px 0 0 0;
	width:97%;

}

li {
	list-style: none;
	display: inline;
	padding: 0 3px;
}

div#work, div#pages {
	margin: -10px 0 0 0;
}

#content {
	position:relative;
	top: 40px;
	margin-top: 12px;
	padding-left:18px;
	background-color:#FFF;
	white-space:nowrap;
}


#content ol {
	list-style: none;
	text-decoration:none;
	width:150px;
	border:0;
}

#content li {
	display:block;
}

#content img {
	padding: 0 10px 10px 0;
}

#thumbs {
	position:relative;
	top:-10px;
	width:350px;
	margin:0;
	padding:0;
	float:left;
	z-index:100;
}

#thumbs img {
	padding:5px 5px 0 0;
}

#thumbs a, #thumbs li:hover {
	color:#FFF;
	background-color:#FFF;
}


#display {
	position:absolute;
	left:414px;
	top:-35px;
	white-space:nowrap;
}

b {
	color:#444;
}

em {
	background-color: #E6E6E6;
	letter-spacing: .1em;
	line-height: 2.5ex;
	font-size: 14px;
	font-style:normal;
}

.heading {
	color:#FFF;
	background-color:#b7281f;
	font-size:14px;
	font-weight:300;
}

#next {
	position:absolute;
	top: 560px;
	left: 22px;
	width: 300px;
	text-align:left;
	font-size:10px;
}

#title {
	position:absolute;
	top: 650px;
	text-align:left;
	line-height:1ex;
}

#display2 {
	position:absolute;
	left:145px;
	top:-15px;
	white-space:nowrap;
}

#title a.current {
	color: #FFF;
	background-color: #b7281f;
	text-decoration: none;
}