#content {
	background-color: white;
	/*
    width:  67%;
    padding: 0px 10% 0px 10%;
    margin: 100px 15px 0 0;
    text-align: left;
    */
	/* border: 1px solid black; */
	border-top: none;
	background-color: white;
    /* width:  67%; */
    width: 700px;
    padding: 150px 10px 10px 10px;
    margin: 0px auto 0px auto;
	min-width: 640px;
}

/*
 * css2 selectors for correcting the hack in css1 to support IE's broken box model.
 */
body>#content {
    width: 770px;
}

#content .textblock {
	width: 90%;
	padding-left: 30px;
}

#content h1 {
	font-size: 120%;
	width: 90%;
	border-bottom: 1px solid #9097A2;
}

#content h2 {
	font-size: 110%;
	width: 85%;
	border-bottom: 1px solid #9097A2;
}

#content h3 {
	/* font-size: 110%; */
	margin-left: 30px;
	width: 60%;
	/* border-bottom: 1px solid #9097A2; */
}


#content h3 a {
	color: #9097A2;
}

#content ul {
	margin-left: 30px;
}

#content blockquote {
	width: 80%;
	text-align: center;
}