body {
	font-family: times, serif;
	font-size: 12pt;
}

#toplinks, #sidebar, img.header, .postlinks {
	display: none;
}

#container {
	width: 95%;
	margin: 0 auto;
	padding-top: 0 !important;
}

h1 a {
	color: #333;
}

h1, h1 a{
	color: #000;
	text-decoration: none;
	font-family: tahoma;
	font-weight: normal;
	padding-left: 2%;
	font-size: 12pt;
	display: block;
}

h2, h2 a {
	color: #999;
	padding-left: 2%;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
}

h2 a {
	text-transform: none;
}

h3, h3 a {
	text-decoration: none;
	font-family: tahoma;
	font-weight: normal;
	padding-left: 2%;
	font-size: 8pt;
	display: block;
}

a {
	color: blue;
}

#leftcolumn {
	float: left;
	width: 90%;

}

#footer {
	border-top: 1px dotted #ccc;
	clear: both;
	color: #888;
	font-size: 7pt;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	width: 95%;
}

/*--- eof ---*/