body {
	margin: 0; padding: 0;
	color: black;
	background-color: #c8c8c8;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	text-align: center;
	font-size: 105%;
	line-height: 1.3;
}

a:visited { color: #000066; }
#ccontainer p a, #container a, #ccontainer h2 a, #ccontainer .header a, #ccontainer .footer a, td a, .post a {
	text-decoration: none;
}
#ccontainer p a:hover, #container a:hover, #ccontainer h2 a:hover, #ccontainer .header a:hover, #ccontainer .footer a:hover, td a:hover, .post a:hover { 
	text-shadow: #ffffff 0px 0px 3px;
}

#ccontainer, #container {
	margin: auto;
        text-align:left;
        width:36em;
	margin-top: 1em;
        clear:left;
}

#ccontainer { text-align: center; }

#sitetitle a {
	color: white;
	font-variant: small-caps;
	text-decoration: none;
}
#sitetitle, #title{
	background-color: #b00000;
	font-size: 100%;
	margin: 0.5em auto 0;
	width: 36em;
}

#bottom hr {
	border: 0;
	color: #b00000;
	background-color: #b00000;
	height: 3px;
	margin-top: 1em;
}

#bottom {
	font-size: small;
	text-align: center;
}

img { border: None; }
td.thumb a { background-color: #c8c8c8; }

table, tr { padding: 0; margin:0; border:0; border-spacing:0;}
td { padding: 5px; }
.alternate_rows { border-bottom: solid 1px #d8d8d8; }
.even { background-color: #d8d8d8; }
