body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#container {
	position: relative;
	text-align: left;
	margin: 10px auto 0;
	width: 800px;
	background: url(images/background.png) repeat-y;
}
#head {
	position: absolute;
	top: 0;
	left: 131px;
	width: 463px;
	height: 119px;
	
	background: url(images/top-center.png) no-repeat top left;
}
#head h1 {
	display: none;
}
#sidebara {
	float: left;
	width: 131px;
}
#sidebara h2 {
	width: 131px;
	height: 115px;
	background: url(images/top-left.png) no-repeat top left;
	margin: 0;
}
#sidebara h2 span {
	display: none;
}
#sidebarb {
	float: right;
	width: 206px;
}
#sidebarb h2 {
	width: 206px;
	height: 115px;
	background: url(images/top-right.png) no-repeat top left;
	margin: 0;
}
#sidebarb h2 span {
	display: none;
}
#main {
	width: 463px;
	padding: 0;
	float: left;
	margin-top: 120px;

}
#sidebara .content {
	padding: 0 2px 10px 4px;
}
#sidebarb .content {
	padding: 0 6px 10px 4px;
}
#main .content {
	padding: 10px 5px;
}
#main h3 {
	font-size: 13px;
	margin: 0;
}
#main h4 {
	margin: 0;
}
#main .postbody {
	padding-bottom: 1.5em;
	border-bottom: dotted 1px #999;
	margin-bottom: 1.5em;
}
#main .postbody .comments {
	margin-bottom: 0;
}

#mainnav {
	position: absolute;
	display: block;
	margin: 0; padding: 0;
	
	width: 391px;
	height: 23px;
	top: 90px;
	left: 40px;
}
#mainnav li {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#mainnav li a {
	float: left;
	display: block;
	padding: 4px 20px 0;
	height: 19px;
	color: #009;
	text-decoration: none;
}
#mainnav li.current {
	color: #009;
	padding: 4px 20px 0;
	height: 19px;
	background: #ccf;
	border-width: 0 2px;
	border-style: none solid;
	border-color: #009;
}
#mainnav li a:hover {
	color: #006;
	background: #eef;
}

a:active {color: #800000; text-decoration: underline}
a {font-weight: bold; color: #800000; text-decoration: none}
a:hover { color: #800000; text-decoration: underline}
