body {
	font-family: 'Trebuchet MS', 'Trebuchet', Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
}
.fright {
	float: right;
	margin: 0 1em;
}
a {
	color: #0082FF;
}
a img {
	border: 0;
}
#skip, #nav, #subnav, p.comment {
	display: none;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	margin: 0 1em 1em 0;
	text-transform: uppercase;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header h1 a span {
	color: #f00;
}
#header div {
	font-family: "gill sans", "gill sans mt", arial;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: -1.8em;
	text-transform: uppercase;
	/*text-indent : -9999px;*/
}
h2 {
	color: #555;
	font: 1.4em Arial, sans-serif;
}
#main {
	margin: 1em;
}
#main h1 {
	margin-bottom: 1em;
}
#main ul {
	margin: 1em 1.5em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 1em 0;
	padding-bottom: 0.3em;
}
div.entrydate {
	float: right;
	font-size: 0.9em;
	margin-top: -3.4em;
}
#main p {
	margin-bottom: 1em;
}
.entry {
	padding-bottom: 10px;
}
#footer {
	font-size: 0.9em;
	margin: 3em 16.5em 2em 9em;
	padding-left: 110px;
	padding-top: 1em;
	text-align: center;
}
form#comments {
	margin: 2em 1em;
}
form#comments fieldset {
	margin: 1em;
	padding: 1em;
}
form#comments label {
	display: block;
}
form#comments fieldset input {
	width: 15em;
}
form#comments textarea {
	height: 10em;
	width: 25em;
}
div.comment {
	border: 1px dotted #999;
	margin: 1em;
	padding: 1em;
}
blockquote {
	font-style: italic;
	margin: 1em 3em;
}
