body {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	background: #dddddd;
	color: #000000;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
}

.weblogTitle {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: x-large;
        margin-top: 0;
        margin-bottom: 0;
}

.weblogDate  {
	background: #ffcc00;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: large;
	font-weight: bold;
        margin-bottom: 0;
}

.weblogEntryTitle {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: medium;
	font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
}

.weblogEntry {
}

.weblogEntryInfo {
	font-size: small;
}

.weblogNav {
	font-size: x-small;
}

.breadcrumbs {
	font-size: small;
}

.fortune {
	font-size: medium;
}

/* general stuff */

#top {
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
        border: 0px;
        height: 75px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        height: 55px; 
        }

html>body #top {
	height: 55px; /* ie5win fudge ends */
        }

#left {
        position: absolute;
        top: 75px;
        left: 0px;
        margin: 0px;
        padding: 10px;
        border: 0px;
        border-top: 2px solid #333;
        width: 175px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 155px;
        }

html>body #left {
        width: 155px; /* ie5win fudge ends */
        }

#left ul {
	font-size: x-small;
}

#middle {
        padding: 10px;
        border: 0px;
        border-top: 2px solid #333;
        margin: 0px 175px 0px 175px;
        }

#right {
        position: absolute;
        top: 75px;
        /* Opera5.02 will show a space at right when there is no scroll bar */
        right: 0px; 
        margin: 0px;
        padding: 10px;
        border: 0px;
        border-top: 2px solid #333;
        width: 175px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 155px;
        }

html>body #right {
        width: 155px; /* ie5win fudge ends */
        }
