body{
	/* this is where basic document properties that are universal should go. */
	background-color: #fff;
	/* this is a god awful MSIE kludge */
	text-align: center;
	margin: 0px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

#framework{
	width: 750px;
	/* this is how we hack out centering */
	margin: 10px auto 0px auto;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	min-height: 1300px;
	background-image: url("images/one-pixel_128.gif");
	background-repeat: repeat-y;
	background-position: 1% 0px;
}

#title{
	clear: both;
}

.sidebar{
	font-size: 11px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #333;
	width: 175px;
	padding-left: 10px; 
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
}

.sidebar img{
	padding: 4px 0 4px 0;
}

ul{
	color: #111;
	background-color: transparent;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

li{
	list-style-image: url(images/arrow.gif);
	padding-bottom: 5px;
}

a{
	color: #4682b4;
	text-decoration:none;
}

a:visited, a:active {color: #4682b4;}

a:hover {
	color: #333;
}

.content{
	/*margin: -4px auto 0px 180px;*/
	padding: 18px 10px 10px 6px;
	text-align: left;
	width: 550px;
	font-size: 12px;
	vertical-align: top;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

p.bio {
	font-size: 11px;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

.byline {
	font-size: 10px;
	line-height: 1.25em;
}
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}