body {
	background-image: ;
	background-color: #cc9;
	background-attachment: fixed;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	color: #006;
}

div#footer {
	padding-right: 15%;
}

div#menu {
}

div.yak {
	background: #996;
	border: solid 1px #660;
}

h1 {
}

h3 {
}

ins {
	border-left: solid 1px #660;
	color: #ff0;
}

p {
}

span#bobby {
	height: 93px;
	width: 75px;
	background: url(./bobby100.jpg) top left no-repeat scroll;
	float: right;
	border: solid 1px #660;
}

span#date_and_author {
	padding-bottom: 85px;
}

span#subhead {
}

span#thought {
}

span#title {
}

li {
}

a {
	text-decoration: none;
}

a.menu {
	border: solid 1px #ff0;
	color: #990;
	background: #006;
}

a.menu:hover {
	border: solid 1px #ff0;
	color: #ff0;
	background: #006;
}

a.yaklink {
	color: #922;
	border-color: #383;
}

a.yaklink:hover {
	background: #efffef;
	color: #a42;
	border-color: #1e1;
}

a.yaklink:hover:visited {
	border-color: #1e1;
}

a.yaklink:visited {
	border-color: #383;
}

a#home {
	color: #990;
	border-top: solid 1px #ff0;
	border-bottom: solid 1px #ff0;
	background: #006;
	display: block;
	padding: 0px 0px 3px 0px;
	width: 100%;
}

a#home:hover {
	border-top: solid 1px #ff0;
	border-bottom: solid 1px #ff0;
	color: #ff0;
	background: #006;
}