body {
/*	background:url('images/bg_pattern_1.png');*/
    font-family: "Palatino Linotype", Cambria, serif;
	margin:0;
	padding:0;
}
#container {
	width:860px;
}
#header {
	width:850px;
	position:fixed;
	z-index:1;
	padding-top:15px;
	background-color:#FFFFFF;
}
#content {
    font-family: Trebuchet, Verdana, sans-serif;
    width: 650px;
	float:right;
    position:relative;
	top:100px;
    padding:10px;
}
.toc {
    font-family: "Palatino Linotype", Cambria, serif;
    width: 100px;
	float:left;
    text-align: right;
    position:fixed; 
    padding: 2px 6px 2px 2px;
    line-height: 200%;	
}
/**
	position:absolute;
	position:fixed;
	margin-top:75px;
	margin-left:20px;

**/

.toc a {
	text-decoration:none;
}
/**
img {
    border:1px solid #021a40;
}
**/
ul.work {
    list-style-type: circle;
}
ul.active {
    list-style-type: square;
}
.hr {
    width: 80%;
}
.emph {
    font-weight: 600;
}
h1 {
    font-family: Georgia, "Lucida Console", serif;
    font-size:3em;
}
h2 {
    font-family: rockwell, serif;
}
#heading {
    font-family: Georgia, "Lucida Console", serif;
    color: #333366;
}
/*
  The style rules from a:link to a:hover are pretty much lifted right from Castro, Chapter 9.
 */
a:link {
    color: #663300;
}
a:visited {
    color: #333366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #663300;
}
#mail {
    color: white;
}
ol {
    list-style-type: lower-alpha;
}
ol ol li {
    list-style-type: lower-roman;
}

.footer {
    font-size:smaller;
}