body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-size: medium;
	font-family: sans-selif;
}
pre {
	margin: 1em;
	padding: 1em;
	border: 1px dashed #122CA0;
}
blockquote {
	margin: 1em;
	padding: 1em;
	border: none;
	background-color: #444444;
}
p {
	clear: both;
}
#head {
	margin: 0;
	text-indent:2em;
	line-height:3;
	font-size:x-large;
}
#head h1 {
	margin-top: 0;
	margin-left: 0;
	font-size:xx-large;
}
#head h1 a {
	color: white;
}
#head h1 img {
         border: none;
}
#center {
	float: left;
	padding: 0;
	border: none;
	width: 580px;
}
#left {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 180px;
	background-color: #B9B9B9;
	background-repeat:repeat
}
#right {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 180px;
}
#footer {
	clear: both;
	width: 760px;
	color: #122CA0;
	text-indent:0.5em;
}
.sidebar {
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
	height:100%;
}
#main {
	margin-right:0;
	margin-top: 0;
}
.msg {
         margin-bottom: 2em;
}
.msg-title {
	font-size: large;
	margin-left: 20px;
	padding-left: 10px;
	margin-top: 0;
	border: thin solid white;
	font-weight: normal;
	line-height: 200%;
}
.msg-date {
	font-size: small;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
}
.msg-body {
	font-size: small;
	padding-leftS:5px;
	margin-left: 20px
}
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	text-decoration: underline;
}
.msg-body h4 {
	margin-left: 20px;
}
.msg-footer {
	text-align: right;
	font-size: small;
	border-top: solid 1px white;
	padding-top:4px;
	margin-left: 20px
}
.comment-caption {
}
.date {
	font-size: small;
	color:#919191;
	line-height:1.5;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
}
.main {
	font-size: small;
	color:#333333;
	margin-left:12px;
	margin-right:12px;
	line-height:1.3;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.comments {
	font-size: small;
	color:#122CA0;
	line-height:2;
	padding-right:10px;
}
.mod-caption {
	font-size: small;
	line-height:130%;
	text-align:left;
	margin-left:15px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	border-left: 4px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	font-weight: normal;
}
h2.mod-caption a {
	color: white;
}
.mod-text {
	font-size: small;
	text-align: left;
	line-height: 1.3;
	margin-left:15px;
	margin-right:10px;
}
.mod ul {
         margin-left: 0;
	padding-left: 0;
}

.mod ul li {
	margin-left:15px;
	margin-right:10px;
	font-size: small;
	padding-left: 1em;
	list-style-type: none;
}
.calendar {
	font-size: x-small;
	margin-left:15px;
	border: none;
	width: 145px;
	height: 140px;
	text-align: center;
}
.calendar-title {
	line-height:1.3;
	text-align:center;
	vertical-align:top;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}
.calendar-sun-name {
	color: red;
}
.calendar-wday-name {
	color: #656565;
}
.calendar-sat-name {
	color: blue;
}
.calendar-row {

}
.calendar-cell {
	text-align:center;
	vertical-align: top;
}
.calendar a {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline blink;
}
.comment-caption {
	border-top: solid 1px white;
	padding: 0.5em 1em;
	margin-right: 20px;
    font-size: small;
	border-bottom: none;
}
.comment-title {
	font-size: small;
	padding: 0.2em;
	color:#19485E;
	background-color: #E2E2E2;
	margin-right: 20px;
}
.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
	margin-right: 20px;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	border-top: solid 1px white;
	padding: 0.5em 1em;
	margin-right: 20px;
	font-size: small;
	border-bottom: none;
}
.tb-title {
	font-size: small;
	padding: 0.2em;
	margin-right: 20px;
	color:#19485E;
	background-color: #E2E2E2;
}
.tb-url {
	padding: 0.5em 2em;
	font-size: small;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.navi {
	width: 100%;
	text-align: right;
}
.navi-prev {
}
.navi-next {
}
img {
	border: thin solid black;
}
a img {
	border: thin solid blue;
}
img.pic {
	float: left;
}
p.r {
	text-align: right;
}
img.picr {
	float: right;
}
p.text {
	margin-left: 40px;
}