/* Fix IE6 hover/clickable */
	html #nav li a {
	width: 100%;
} 
/* Normalize margin, padding */body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalize font-size headers */h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Remove list-style from list */ol, ul {
	list-style: none;
}
/* Normalize font-style and font-weigth */address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weigth: normal;
}
/* Remove list-style from lists */table {
	border-collapse: colapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */fieldset, img {
	border-width: 0;
}
/* Left-aligns text in caption and th */caption, th {
	text-align: left;
}
/* Removes quotation marks from q */q:before, q:after {
	content: '';
}
/** Basic Page Layout **/
html {
	text-align: center;
}
body {
	width: 970px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #6D6D6D;
}
div#topbar {
	width: 100%;
	top: 0px;
	height: 155px;
	background-color: #353535;
	margin: auto;
	border-width: 10;
	padding: 0;
}
#linkbar {
	height: 38px;
	width: 100%;
	background-color: #353535;
	border-color: #6D6D6D;
	border-style: solid;
	border-width: 7px 0px 1px 0px;
	font-family: arial;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
}
#linkbar ul {
	white-space: nowrap;
}
#linkbar li {
	float: left;
	padding: 1px 9px 2px 9px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
#linkbar li a { /*  a:link, #linkbar li a:visited   */
	display: block;
	font-size: 16px;
	padding: 8px 13px 8px 13px;
	background-color: #9F93A0;
	color: #DDE2C0;
	text-decoration: none;
}
#linkbar li a:hover {
	background-color: rgb(87, 41, 155);
	color: gold;
}
.anchor {
	font-size: 14px;
	color: rgb(87, 41, 155);
	font-family: georgia;
}
div#contain {
	width: 100%;
	position: relative;
	margin: auto;
	text-align: left;

}
div#navbar {
	width: 150px;
	position: absolute;
	font-family: verdana;  
	line-height: 150%;
/*	font-weight: bold; */
	background-color: #B08ECE;  
	padding: 0;
	margin: 0;
	top: 35px;
	text-align: left;
	border: #353535;
	border-width: 3px;
	border-style: solid;
}
#navbar li {
	border-bottom-color: #353535;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#navbar li a:link, #navbar li a:visited {
	font-size: 16px;
	display: block;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	border-left-color: rgb(87, 41, 155);
	border-left-width: 7px;
	border-left-style: solid;
	border-right-color: rgb(87, 41, 155);;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #9F93A0; 
	color: #DDE2C0;
	text-decoration: none;
}
#navbar li a:hover {
	background-color: rgb(87, 41, 155);
	color: gold;
}
.navanchor {
	font-size: 90%;
	padding: 6px 0px 6px 7px;
	border-left-color: rgb(87, 41, 155);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(87, 41, 155);
	border-right-width: 1px;
	border-right-style: solid;
}
.navblank {
	height: 11px;
	border-left-color: rgb(87, 41, 155);
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: rgb(87, 41, 155);
	border-right-width: 1px;
	border-right-style: solid;
}
div#main {
	width: 613px;
	position: relative;
	top: 35px;
	left: 171px;
	min-height: 763px;
	border: #353535;
	border-width: 6px;
	border-style: double;
	padding: 0;
	background-color: #B08ECE;
	text-align: center;
}
#main a {
	text-decoration: none;
	color: rgb(87, 41, 155);
}
#main a:hover {
	color: #711515;
}

#blogtop {
	width: 601px;
	height: 95px;
	background-color: #9F93A0; 
	font-family: "comic sans ms";
	font-size: 140%;
	color: #DDE2C0; 
	border: #353535;
	border-width: 6px;
	border-style: double;
}
#blogbottom {
	width: 611px;
	height: 39px;
	background-color: #9F93A0; 
	font-family: "comic sans ms";
	font-size: 120%;
	color: #DDE2C0;
	border: #353535;
	border-width: 1px;
	border-style: solid;
}
#blogbottom a {
	color: #DDE2C0;
}

div#rightside {
	width: 150px;
	position: absolute;
	left: 812px;
	top: 35px;
	height: 793px;
	border: #353535;
	border-width: 4px;
	border-style: double;
	color: #711515;
	background-color: #9F93A0;
	text-align: center;
}

div#rightgoogleads {
	width: 150px;
	position: absolute;
	left: 812px;
	top: 912px;
	height: 258px;
	border: #353535;
	border-width: 4px;
	border-style: double;
	color: #711515;
	background-color: #9F93A0;
	text-align: center;
	padding-top: 17px;
}

div#container2 {
	width: 100%;
	position: relative;
	left: 0px;
	top: 80px;
	margin: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

/** Formatting **/
#main h3 {
	padding: 20px;
	font-size: 185%;
	font-family: "trebuchet ms";
	text-decoration: underline;
}
#main p {
	padding: 15px;
	text-align: justify;
	line-height: 140%;
	font-family: palatino;
	font-size: 117%;
}
#main ul {  /* asd.html, shockleyspeaks.html */
	padding: 0px 40px 0px 100px;
	list-style-type: square;
	text-align: justify;
	line-height: 120%;
	font-family: palatino;
	font-size: 108%;
}

#main img {
	border: 2px solid #353535;
	margin: 29px;
}
#book {
	background: #DDE2C0;
	border: 2px solid #353535;
	border-bottom: 1px dotted #353535;
	margin: 25px 25px 0px 25px;
	padding: 13px;
	font-size: 88%;
}
#bookend {
	background: #DDE2C0;
	border: 2px solid #353535;
	border-top: 0;
	margin: 0 25px 25px 25px;
	padding: 2px;
	font-size: 76%;
	color: rgb(87, 41, 155);
}	
.blogdate {
	text-align: right;
	position: relative;
	top: -24px;
	padding-right: 20px;
	font-size: 100%;
}
div#rightside p {
	padding: 1px 12px 5px 12px;
	text-align: left;
	font-family: times new roman;
	font-size: 17px;
}
div#rightside a {
	color: rgb(87, 41, 155);
	text-decoration: none;
}
div#rightside a:hover {
	color: #711515;
}
div#container2 a {
	color: black;
	text-decoration: none;
}
div#container2  a:hover {
	color: rgb(87, 41, 155);
}
.movies {
	font-size: 120%;
	font-weight: bold;
}
.books {
	font-size: 120%;
	font-weight: bold;
	font-style: italic; 
}
