body {
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS" arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	min-width: 700px;
	background-color: #fff;
	}
		
/*typography*/
a, a:link {
	text-decoration: underline; 
	color: #AD180D;
}
a:visited {
	color: #AD180D
}
a:hover {
	color: #AD180D; 
	text-decoration: none;
}
a:active {}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #DF8D11;
	margin: 0;
}
h2 {
	font-size: 14px;
	color: #AD180D;
	font-weight: normal;
}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1em 0em .2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

/*styles*/

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}
.small {
	font-size: 10px;
	color: #AD180D;
}
.babybuddhas {
	font-style:oblique;
	color: #AD180D;
}
td.left {
	width: 113px;
	text-align:center;
	vertical-align:top;
	background: #fff url(gfx/sidebar2.gif) repeat-y;
}
