body {	background: #fff;
	color: #404040;
	margin:20px;	
	padding:0px;
	font: 11px verdana, arial, helvetica, sans-serif, serif;
}
a {
	text-decoration: none;
}
a:link {
	color: #faa4c4;
	background-color: transparent;
}
a:visited {
	color: #808080;
	background-color: transparent;
}
a:hover {
	color: #faa4c4;
	text-decoration: underline;
	background-color: transparent;
}
h1 {	font:bold 14px/14px verdana, arial, helvetica, sans-serif, serif;		margin:0px 0px 5px 0px;	padding:0px;
	}
p {
	font:11px verdana, arial, helvetica, sans-serif, serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
#content>p {margin:0px;}
#content>p+p {text-indent:10px;}
h2.date {
	border-bottom: 1px dashed #404040;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 20px 0px 3px 0px;
}

h3.title {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 20px 0px 10px 0px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}
ul {margin-top:0px;}

.misc {
	color: #404040;
	font: 10px Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
.smallfont {
	color: #404040;
	font: 10px Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
.tinyfont {
	font: 9px verdana, arial, helvetica, sans-serif, serif;
}
.title {
	color: #404040;
	font: bold 11pt verdana, sans-serif, serif;
	background-color: transparent;
}
.titlefont {
	color: #404040;
	font: 14px verdana, sans-serif, serif;
	background-color: transparent;
}
.wbtn1 {
	background: #fff;
	border: 1px solid #404040;
	color: #404040;
	font: 11px verdana, arial, geneva, serif;
	text-decoration: none;
}
/* All the content boxes belong to the content class. */
#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 230px 10px 130px;
	background-color:white;	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.dateheader {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 210px 10px 110px;
	border:1px dashed black;
	background-color: white;
	padding:5px;
	z-index:3;
	}
#banner {
	font-size:14px;	padding:10px 10px 0px 10px;
	margin:0px;
	background-color="#FFFFFF"
	}
#navAlpha {
	position:absolute;
	width:82px;
	top:130px;
	left:30px;
	background-color:#FFFFFF;
	z-index:2;/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */	voice-family: "\"}\"";	voice-family:inherit;
	width:82px;
	}/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */body>
#leftnav {width:82px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:130px;
	right:20px;
	border:1px dashed black;
	background-color:#FFFFFF;
	padding:10px;
	z-index:1;/* Again, the ugly brilliant hack. */	voice-family: "\"}\"";	voice-family:inherit;	width:190px;	}/* Again, "be nice to Opera 5". */body>
#rightnav {width:190px;}
#navBeta ul {
	list-style: disc url(http://www.bigpinkcookie.com/designs/white/images/bullet.gif);
	margin-left: 15px;
}
