p {
	font-family: Cambria,Georgia,serif;
}
h1 {
	font-family: Cambria,Georgia,serif;
}
h2 {
	font-family: Cambria,Georgia,serif;
}
h3 {
	font-family: Cambria,Georgia,serif;
}
h4 {
	font-family: Cambria,Georgia,serif;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
} 

#header {
	background-color:f5e5b4;
	text-align:center;
	padding:1px;
	border-bottom:1px solid gray;
}
#nav {
	text-align:center;
	line-height:17px;
	background-color:#d4b967;
	width:200px;
	float:left;
	padding:10px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
#article_links {
	text-align:left;
	line-height:20px;
}
#article_names {
	font-size:110%
}
#article_text {
	#height:100%;
	width:685px;
	float:right;
	padding:15px;
	position:relative;
	top:-30px;
}
#footer {
	background-color:b89d49;
	color:white;
	clear:both;
	text-align:center;
	padding:5px;	
	border-top: 1px solid gray; 	 
}
#content{
	background-color:white;
	border: 2px solid gray;
	position: relative;
	top: 15px;
	bottom: 15px;
}
body{
	width:940px;
	margin:0 auto;
}
#article_list {
	padding: 0px;
	list-style-position:inside;
	margin-top: 0px;
	margin-bottom: 0px;
}
#on_this_page {
	padding: 0px;
	list-style-position:inside;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pig_barn_links {
	padding: 0px;
	list-style-position:inside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#print_button {
	float:right;
	position: relative;
	top: -22px;
	left: -1px;
}

ul li {
	/*
	 * We want the bullets outside of the list,
	 * so the text is aligned. Now the actual bullet
	 * is outside of the list's container
	 */
	list-style-position: outside;

	/*
	 * Because the bullet is outside of the list's
	 * container, indent the list entirely
	 */
	margin-left: 1em;
	margin-top: 0.25em;
}
l {
	counter-reset: foo;
	display: table;
}