#sidebar {
	width: 25%;
	float: left;
	color: #333;
}
#blog_main {
	width: 70%;
	float: right;
}
.calender {
}
.calendartable {
	width: 210px;
	margin-top: 10px;
	border: 1px #afafaf solid;
}
.calendartable th {
	border: 1px #afafaf solid;
	padding: 5px;
	background-color: #CCCCCC;
}
.calendartable td {
	border: 1px #afafaf solid;
	padding: 5px;
}
.calendarhead {
	text-align: center;
	letter-spacing: 2px;
}
.calendard {
	text-align: center;
}
.calendarwd {
	text-align: center;
}
.sidetitle {
	text-align: center;
	background-image: url(../img/blog/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 210px;
	line-height: 35px;
	margin-top: 35px;
	color: #0076c1;
	letter-spacing: 1px;
}
.sidebody {
	margin-top: 10px;
}
.sidebody a {
	color: #666;
}
.subscription .sidebody {
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	color: #333;
}
#link01 {
	background-image: url(../img/blog/link01.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 210px;
	margin-top: 35px;
}
#link01 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 48px;
	width: 210px;
}
.blog_day {
	color:#999;
	font-size:12px;
	letter-spacing: 1px;
	padding:0px 0px 2px 0px;
	text-align:left;
}
.blog_title {
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:12px;
}
.blog_entry {
}

.blog_data {
	text-align: right;
	margin-bottom: 30px;
}

#blog_footer {
	text-align: center;
	margin-bottom: 20px;
}

table.form {
	margin: 10px 0px 0px 0px;
}
table.form td {
	padding-top: 5px;
	color: #333;
}
table.form th {
}
.blog_entry a,.blog_datain {
	color: #666;
}
.blog_datain {
	margin-right: 5px;
}
.left {
	float: left;
	margin-right: 20px;
}
