body {
	background-color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}
#page {
	width: 100%;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul li {
	display: none;
}
#menu ul li.current_page_item {
	display: block;
}
#menu ul li.current_page_item a {
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
}
#photo {
	display: none;
}
#content {
	width: 100%;
}
#content h1.pagetitle {
	width: 100%;
	margin: 0 -5px 0.75em -5px;
	padding: 0 5px;
	border-bottom: 0.2em solid #cb9;
	color: #000;
	font-size: 1.4em;
}
#content h1.pagetitle .rss {
	display: none;
}
#content .post {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
	border-bottom: 1px dotted #333;
}
#content .post h1.posttitle {
	font-weight: normal;
	color: #333;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 0.2em;
}
#content .post h1.posttitle a {
	text-decoration: none;
	color: #333;
}
#content .post .postinfo {
	font-size: 0.7em;
	color: #333;
	margin-bottom: 1em;
	clear: both;
}
#content .post .postinfo a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #999;
}
#content .posttext {
	margin-bottom: 1.2em;
	font-size: 0.8em;
	line-height: 135%;
	clear: both;
}
#content .posttext a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#content .posttext h1 {
	font-size: 1.8em;
	color: #036;
}
#content .posttext h2 {
	font-size: 1.6em;
	color: #036;
}
#content .posttext h3 {
	font-size: 1.4em;
	color: #036;
}
#content .posttext h4 {
	font-size: 1.2em;
	color: #036;
}
#content .posttext h5 {
	font-size: 1.0em;
	color: #036;
}
#content .posttext h6 {
	font-size: 0.8em;
	color: #036;
}
#content .posttext p {
	text-align: justify;
} 
#content .posttext ul {
	list-style-image:url('images/bull1.gif');
} 
#content .posttext ul li ul {
	list-style-image:url('images/bull2.gif');
} 
#content .posttext ul li ul li ul {
	list-style-image:url('images/bull3.gif');
} 
#content .posttext ul li ul li ul li ul {
	list-style-image:url('images/bull4.gif');
}
#content .posttext table thead th {
	background-color: #036;
	color: #fff
}
#content .posttext table tbody td {
	background-color: #dee;
}
#content .posttext blockquote {
	margin: 10px;
	padding: 10px;
	background-color: #f3f9f9;
	border-left: 0.3em solid #dee;
	back
}
#content .posttext img {
	padding: 5px;
	border: 0;
}
#content .posttext img.centered {
	display: block;
	margin: 5px auto;
}
#content .posttext img.alignright {
	margin: 0 0 2px 6px;
	display: inline;
}
#content .posttext img.alignleft {
	margin: 0 6px 2px 0;
	display: inline;
}
#content .navigation {
	display: none;
}
#content .nav_path {
	display: none;
}
#content .nav_foot {
	display: none;
}
#sidebar {
	display: none;
}
#footer {
	clear: both;
	width: 100%;
	padding: 5px 10px;
	border-top: 0.3em solid #dee;
	font-size: 0.7em;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer .foot_left {
	width: 100%;
}
#footer .foot_right {
	display: none;
}
#footer .foot_bottom {
	clear: both;
	display: none;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
acrony, abbr {
	border-bottom: 1px dotted #999;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}