html { margin: 0px; }
body { 
 margin: 0px; 
 text-align: center;
}

#top { margin: 0px auto; text-align: right;}
#topl { width: 140px; float: right; margin: 0px 0px 0px auto; text-align:
center; }
#topr { margin: 0px 160px 0px 0px; text-align: center;}
#bottom { width: 99%; margin: 0px; text-align: right; clear: both; }
#left { width: 18%; float: right; margin: 0px 0px 0px auto; }
#right { width: 18%; float: left; margin: 0px auto 0px 0px; }
#center { margin: 0px 19% 0px 19%; border: 1px solid #ffbbdd; padding: 2px; }

#topl, #left, #right
 { font-size: 75%; }
#topl a, #left a, #right a { display: block; margin: 0px 3px; padding: 0px;}
#topl p, #left p, #right p { margin: 3px; }

#center h5 { margin: 0px 0px 1em 0px; text-align: center; }

.date, .small { font-size: 75%; }

img { border: 0; }
h1 { text-align: center }

/* color sets
 * #000000 black
 * #FFFFFF white
 * #003333 dk teal
 * #660000 dk red
 * #00CCAA teal
 * #BBBB00 yellow
 * #00FFDD bright teal
 * #FFFF33 bright yellow
 * #003320 dark teal
 * #002010 real dark teal
 * #666618 dim yellow
 * #202000 real dark yellow
 */
 
body, #center, #top
 { background: #ffffff; }
#left, #right, H2, H3, H4, H6
 { background: #e7e7cc; }
H1, #right a
 { background: #ffc5c5; }
H5, #left a
 { background: #bbffff; }
#right a, #left a, #top a
 { text-decoration: none; border-bottom: 1px solid #ffffff; 
 font-family: Arial, sans-serif; }
#right a { border-top: 1px solid #eaafaf; }
#left a { border-top: 1px solid #99dddd; }
.entry, body, #center, #top, H1, H2, H3, H4, H5, H6, #topl, #topr
  { color: #333333; }
#left a:hover, #right a:hover, #topl a:hover
 { background: #b7b799;}
#left, #right, #topr
 { color: #888844; }
a
 { color: #444422; }
a:visited, #center a:visited
 { color: #666666; }
.date
 { color: #55bbbb; }
#center a
 { color: #996666; }
a:hover, #left a:hover, #right a:hover, #top a:hover, #center a:hover
 { color: #000000; }
#blogsnob a, #blogsnob div a
 { display: inline; }

.top1 
 { color: #44ffff; margin: 1px; text-align: right;}
.top2
 { color: #996666; margin: 1px; text-align: left;}

#topr table tbody tr td a {
 display: block;
 text-decoration: none; 
 border-bottom: 1px solid #ffffff; 
 border-top: 1px solid #baba66; 
 border-left: 1px solid #baba66; 
 border-right: 1px solid #ffffff; 
 font: 75% Arial, sans-serif; 
 background: #cccc99;
 padding: 0px 5px;
 }
#topr table tbody tr td a:hover {
 background: #b7b799;
}
#topr table tbody tr td a:visited {
 background: #d6d69f;
}
#topr table tbody tr td a:active {
 background: #ddddbb;
 border-top: 1px solid #ffffff; 
 border-bottom: 1px solid #baba66; 
 border-right: 1px solid #baba66; 
 border-left: 1px solid #ffffff; 
}
#topr h1, #topr table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
table {
 border-collapse: collapse;
 border-spacing: 0px 0px;
 caption-side: top;
 empty-cells: show;
 margin-left: auto;
 margin-right: auto;
}
.entry table {
 border: 1px dashed #baba66;
/*
 width: 90%;
*/
}
.entry table thead {
 border-bottom: 1px dashed #baba66;
}
.entry table tfoot {
 border-top: 1px dashed #baba66;
}
.entry table tbody tr td, .entry table tbody tr th {
 border-left: 1px dashed #baba66;
 border-right: 1px dashed #baba66;
}
.entry table tbody tr {
 border-top: 1px dotted #ddddbb;
 border-bottom: 1px dotted #ddddbb;
}
.entry table tbody tr th {
 text-align: right;
}
.entry table tbody tr td {
 text-align: center;
}
.entry table thead tr td, .entry table thead tr th {
 font: 85% Arial, sans-serif; 
 text-align: center;
}
.entry table tbody tr td, .entry table tbody tr th {
 font: 75% Arial, sans-serif; 
}
.entry table thead tr th, .entry table tbody tr th {
 font-weight: bold; 
}
