html {
	background-color: #050505;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#inwrap {
	border-top-color: #bbbbbb;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	margin-top: 1px;
	width: 900px;
	max-width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
}

.MO {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #222222;
	font-size: 11px;
	font-family: "Courier New", Courier, Monaco, monospace;
}

.MO#footer {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 20px;
}

.MO a {
	text-decoration: none;
	color: black;
}

.MO a:hover {
	text-decoration: none;
	color: #335781;
}

#content {
	padding-top: 10px;
	text-align: left;
	width: 900px;
}

.entry {
	margin-bottom: 10px;
}

.entry h1 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 536px;
	padding-bottom: 4px;
	padding-top: 5px;
	background-color: black;
	color: white;
	font-variant: small-caps;
	font-size: 1.25em;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
}

.entry h1 a {
	text-decoration: none;
	color: white;
}

.entry h1 a:hover {
	text-decoration: none;
	color: #4e82b9;
}

.entry h1 span.linkdec {
	margin-left: 4px;
	text-decoration: none;
	color: white;
	font-family: "Lucida Grande", Verdana, sans-serif;
}


.entry h1.etc {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 536px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #bbb;
	color: black;
	font-variant: small-caps;
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
}

.entry h1.etc a {
	text-decoration: none;
	color: black;
}

.entry h1.etc a:hover {
	text-decoration: none;
	color: #335781;
}

.entry h1.etc span.linkdec {
	margin-left: 4px;
	text-decoration: none;
	color: black;
	font-family: "Lucida Grande", Verdana, sans-serif;
}


.entrybody p {
	text-align: left;
	width: 510px;
	line-height: 1.8em;
	padding-bottom: 2em;
	padding-left: 25px;
	font-size: 12px;
	font-family: "Courier New", Courier, Monaco, monospace;
}

.entrybody .rimg {
	background-color: #eeeeee;
	float: right;
	width: 344px;
}

.entrybody .rimg img {
	margin-bottom: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.entrybody a {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: -3px;
	margin-left: -3px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #666666;
	text-decoration: none;
	color: white;
}

.entrybody a:hover {
	background-color: #cccccc;
	color: #335781;
}

.entrybody blockquote {
	margin-bottom: 1.5em;
	padding-top: 1.4em;
	padding-right: 10px;
	padding-left: 20px;
	width: 380px;
	background-color: #dddddd;
}
.entrybody blockquote p {
	width: 344px;
}

.dateline {
	margin-top: -22px;
	margin-left: 556px;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 60px;
	width: 324px;
	padding-bottom: 3px;
	padding-top: 4px;
	background-color: #050505;
	color: white;
	font-variant: small-caps;
	font-size: 0.8em;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
}

.dateline a {
	text-decoration: none;
	color: white;
}

.dateline a:hover {
	text-decoration: none;
	color: #4e82b9;
}

.dateline .datedec {
	font-family: "Lucida Grande";
}

img.center {
	margin-left: auto;
	margin-right: auto;
}

.padit {
	padding: 3px;
	border: 1px solid #ddd;
}