
#cal td { color: #d0d0d0; }
#cal a sup { color: #d0d0d0; }
#cal tr[align="right"] td { color:black; }


body {
	margin:0px;
  background-color:#C4BBA1;
	background-image:url(images/layout3/bg/tan.gif);
}

a:link{ color:black; }
a:visited{ color:#747474; }

.main {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}


#navmain {
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	margin: 0px;

}

#navmain a {
	color: black;
	font: 12pt sans-serif;
	font-weight:bold;
	text-decoration: none;
}


/*/*/#null{}
div#navmain a{
	margin-left: 4px;
	margin-right: 4px;
}
/* Netscape 4 ignores previous.. good, because it breaks links onto sepearate lines. */


#navmain a:hover {
	border-top: solid black 4px;
	border-bottom: solid black 4px;
}


#navovercomic {
	margin-bottom: 10px;
}

/*/*/#null{}
#navovercomic img {
	margin-left: 10px;
	margin-right: 10px;
}
/* Again, NS4 ignores above.  the #null{} is to let Opera 5 see it. */

#content {
	margin-top: 10px;
}

#postarea {
	padding-top: 25px;
}

#sidenav {
	margin-bottom: 10px;
}
#sidebar {
	width:180px;
  text-align:center;
  background-color:#705A15;
	background-image:url(images/layout3/plate/180bg.gif);
  color: #d0d0d0;
}

.randphrase {
/*	font-size:1.3em; */
  color:black;
  text-align:center;
  
  font: 18px verdana, sans-serif; 
}

#newsbox {
	border-left: solid black 2px;
	border-right: solid black 2px;
	background-color: black;
}

/* These rules get repeated because Netscape 4 doesn't understand the first ones. *shrug* */
#footer td, #footer a { 
	font: 8pt verdana, sans-serif;
	color: #dddddd;
	background-color: black;
}

.ft {
	font: 8pt verdana, sans-serif;
	color: #dddddd;
}

/* Rant posts */

.post_main {
	font: 12px verdana, sans-serif;
	background-color: c6a56b;
	background-image: url(images/frames/post1/c.gif);
}
.post_title { font: bold 18px verdana, sans-serif; }

