body {
	color: #663300;
	background-color: #663300;
	margin: 10px;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
table {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	float:left;
	border: 1px solid #000000;
	width: 759px;
}
#mymindcontent {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}
#updates td {
	padding: 5px;
	margin: 0px;
	border-bottom: 0px;
	border-top: 1px solid #55331C;
	border-right-width: 0px;
	border-left-width: 0px;
}
#updates {
	width: 100%;
	border-top: 0px solid #55331C;
	border-right: 1px solid #55331C;
	border-bottom: 1px solid #55331C;
	border-left: 1px solid #55331C;
	margin: 0px;
}
.albumtitle {
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.anotherscheme01 {
	color: #FFCC33;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.anotherscheme02 {
	color: #FFCC66;
	font-size: 9px;
}
.anotherscheme03 {
	color: #DFC3A7;
	font-size: 12px;
}
.anotherscheme04 {
	font-size: 16px;
	color: #FFFF33;
	font-weight: bold;
}
.createdbyplane {
	position: relative;
	z-index: 15;
	bottom: 3px;	
	left: 275px;
}
.createdbytext {
	position: relative;
	bottom: -50px;
	z-index: 25;
	left: 25px;
	font-size: 13px;
	font-family: "Comic Sans MS", Arial;
	border: 1px solid #55331C;
	padding: 8px;
	padding-right: 11px;
}

.fakelink {
	color: #FFFFFF;
	text-decoration: underline;
}
.headingsmall {
	color: #99FFFF;
	font-weight: bold;
	font-size: 18px;
}
.mymindhead {
	color: #FFFF99;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFF99;
	padding-right: 3px;
}
.openingparagraph {
	font-weight: bold;
}
.pagetitle {
	font-size: 24px;
	text-align: left;
	color: #FFFFFF;
	font-family: "MS Reference Sans Serif", verdana, "MS Sans Serif", sans-serif;
}
.quote {
	color: #FFDFBF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.quoteby {
	color: #000000;
	font-size: 12px;
}
.tiny {
	font-size: 9px;
}
.userhits {
	left: 100px;
	position: relative;
	bottom: -65px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 11px;
}

/* BEGIN classes for all the cells of the main table */
#topleftb {
	/*border-bottom: 1px solid #000000;*/
	
	background-color: #55331C;
	
	background-attachment: scroll;
	background-image: url(../images/donut_chocolate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#topb {
	background-color: #55331C;
	/*
	background-attachment: scroll;
	background-image: url(/images/dots.gif);
	background-repeat: repeat;
	*/
}
#toprightb {
	/*border-bottom: 1px solid #000000;*/
	background-color: #55331C;	
}
#leftb {
	background-color: #55331C;
	color: #CCCCCC;
}
#middle {
	background-color: #A6774E;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(/images/dots.gif);
	background-repeat: repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
#rightb {
	background-color: #55331C;
	color: #CCCCCC;
	font-size: 10px;
}
#bottomleftb {
	background-color: #55331C;	
}
#bottomb {
	background-color: #A6774E;
	background-attachment: scroll;
	background-image: url(/images/dots.gif);
	background-repeat: repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#bottomrightb {
	background-color: #55331C;	
}
/* END classes for all the cells of the main table */


#linktable {
	color: #CCCCCC;	
}

/****************** nav stuff *******************/
#navlist {
	margin: 0 0 4em 0;
	padding: 0;
	line-height: 0;
}
#navlist li {
	list-style: none;
	margin: 0;

	background-image: none;
	padding: 0 0 1px 0;
	line-height: 1.0;
}
#navlist :link, #navlist :visited {
	font-weight: normal;
	line-height: 1.0;
	/* color: #857980; */
	color: #A9988D;
	display: block;
	text-decoration: none;
	/* background-color: #7D5434; */
	background: transparent url(/images/XXXXXXXXXthinline.gif) top right repeat-y;
	border: solid 1px #A9988D;
	margin: 0;
	padding: 5px 10px 5px 0.5em;
}
#navlist :link:hover, #navlist :visited:hover {
	color: #ffffff;
	border: solid 1px #DDD9D4;
	border-top-color: #F5F3F0;
	border-left-color: #F5F3F0;
	background: #A6774E;
}
#navlist :link:active, #navlist :visited:active {
	background: #fff;
	/*
	background: #ffffff;
	color: #A6774E;
	*/
}
#navlist ul {
	margin: 0;
	padding: 0;
	background-color: #F5F2EF;
	border: solid 1px #fff;
}
#navlist ul :link, #navlist ul :visited {
	background-image: none;
	padding: 4px 10px 4px 1.5em;
	border: 0;
}
#navlist ul :link:hover, #navlist ul :visited:hover {
	background-image: none;
	border: 0;
}




/* OLD Nav stuff below here. */

/*
.nav_link{
	color: #FFFFFF;
}
*/
/*
.nav_link:visited{
	color: #FFFFFF;	
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
*/
/*
.nav_link:hover {
	color: #CCCCCC;
	text-decoration: none;
}
*/
/*
.nav_item{
	border: 1px solid;
	padding: 2px;
	width: 115px;
	background-color: #A6774E;
	text-align: center;
	margin-top: 6px;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
*/
/****************** End nav stuff *******************/
.modified {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	top: 80px;
}

#searchtext {	/* the text box to search my page using google */
	font-size: 10px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
#searchbutton {
	font-size: 10px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
.invisible {
	display: none;
}
.center {
	text-align: center;
}


#updates_new {
	font-size: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
}
#updates_new ul{
	margin-left: -30px;
	list-style: none;
}
#updates_new li{
	margin-bottom: 10px;
}

.date_time {
	font-weight: bold;
}
