html,body {
	margin: 0;
	padding: 0;
	font-size: normal;
	font-family: serif; 
	background: #fff;
/*	background: #258;*/
	color: #000;
	height: 100%;
}
div#wrap {
	position: relative;
	margin: 0 auto;
	background: #fff;
	width: 90%;
	max-width: 55em;
	/*border-right: 1px solid #997;*/
	/*border-left: 1px solid #997;*/

	height: auto !important;
	height: 100%;

	min-height: 100%;
}
div#backcol {
	background-image: url('images/back.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: absolute;
	float: left;
	height: auto !important;
	height: 100%;
	width: 8em;
	min-height: 100%;
}
div#forwardcol {
	background-image: url('images/forward.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: absolute;
	float: right;
	height: auto !important;
	height: 100%;
	width: 8em;
	min-height: 100%;
}
div.header {
	line-height: 110%;
	text-align: center;
	border-bottom: 1px solid #997; 
	/*background: #ddb;*/
}
div.content {
	margin: 0 auto; 
	padding: 0 2em 8em 2em;
	line-height: 140%;
	background: #fff;
	color: #000;
	text-align: justify;
	max-width: 40em;
}
div.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	/*background: #ddb;*/
	color: #fff;
	min-height: 100px;
	border-top: 1px solid #997;
}
h1, h2, h3, h4, h5 { font-family: sans-serif; }
h1, h2, h3 { color: #246; }
h4 { margin-top: 3.5em; margin-bottom: .25em;  }
img.center { margin: 0 auto 0 auto; text-align: center; display: block; }
ul { list-style-type: square; color: #224; }
ul.navbar { width: 100%; padding: 0; margin: 0; list-style-type: none; text-align: center; }
li.navbar {display: inline;}
span.notmenu { color: #000; }

a:link {color: #00E; text-decoration: none;}
a:visited {color: #b0b; text-decoration: none;}
a:active {text-decoration: underline; outline: none;}
a:hover {text-decoration: underline;}
a.navbar { font-family: sans-serif; padding: .2em 5% .2em 5%; color: #000; text-decoration: underline; }
a.navbar:hover {background-color: #ddf; }
a.navbar:visited {color: #000;}
a[href="http://www.castlemzx.net/"] {color: #46a; text-decoration: underline; padding: 0 3em 0 3em;}
a[href="http://www.castlemzx.net/"]:hover {background-color: #ddf;}
a#permalink:hover {background-color: #00F;}
a#title {color: #46a; text-decoration: none;}
a#title:hover {background-color: #ddf; text-decoration: underline;}
a#commentlink {color: #46a;} 
table.contents { width: 100%; }
th { text-align: left; }
img.nav { padding: 2px 0 2px 0; }
img.nav:hover { background-color: #ddf; }

div#twitter_div { margin: auto; width: 40%; text-align: left; background-image: url(images/twitter.png); font-size: .85em; background-repeat: no-repeat; background-position: bottom; padding-bottom: .5em; min-height: 70px; border: 1px solid #46a; background-color: #dde; margin-top: -15px; }
ul#twitter_update_list { color: #000; list-style-type: none; list-style-position: inside; padding: auto .5em auto; padding-left: 1em; }
ul#twitter_update_list a { color: #46a; }

.blue {font-weight: bold; color: #00f}
.red {font-weight: bold; color: #f00}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.quote { background-color:#dde; padding:1em; border:1px solid #46a; }

