body{
	background:url("images/sky.jpg");
}
img{border:0;}
#whole{
	width:760px;
	background:#fff;
	border:1px outset #669;
	margin:5px auto;
}
.blogbody{
	width:500px;
	margin-bottom:15px;
	line-height:160%;
	border:0px solid #dcdcdc;
	font-size:90%;
	color:#333;
	background:url("images/2.jpg") no-repeat top;
}
.blogbody p{
	padding:10px 40px;
}
.blogbody a:link.radio, .blogbody a:visited.radio{
	display:block;
	width:255px;
	height:50px;
	text-indent:-3000px;
	background:url("images/off.gif") no-repeat;
}
.blogbody a:hover.radio, .blogbody a:active.radio{
	background:url("images/on.gif") no-repeat;
}

#links{
	width:220px;
	float:left;
	border:0px solid #dcdcdc;
}
#content{
	width:520px;
	float:right;
}
#header{
	width:760px;
	height:100px;
	margin-bottom:10px;
	background:url("images/logo.jpg") no-repeat top left;
}
#header h1{
	font-size:90%;
	margin:0;
	padding:0;
	text-indent:-3000px;
	color:#333;
	font-weight:normal;
}
h2.date{
	font-size:85%;
	color:#006;
	margin:0;padding:5px;
	text-align:right;
}
h2#menu{
	color:#006;
	font-size:90%;
	margin:0;padding:5px;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
}
h3.title{
	font-size:95%;
	margin:5px 0;padding:0;
	padding-left:20px;
}
.sidetitle{
	font-size:85%;
	margin:5px 10px;
	padding:5px 10px;
	border-bottom:1px dotted #dcdcdc;
	color:#006;
	background:url("images/title_bg.gif");
	border:1px solid #808080;
}
.side{
	margin:10px 20px;
	line-height:180%;
	font-size:85%;
}
.side a:link, .side a:visited{
	text-decoration:none;
	color:#333;
}
.side a:hover, .side a:active{
	text-decoration:underline;
	color:#ff9900;
}
.side dd{
	margin:5px;
	padding:3px;
}
.side ul{
  margin:0;padding:0;
}
.side li{
  margin:4px 5px;
  line-height:140%;
}
#links a:link, #links a:visited{
	text-decoration:none;
	color:#63c;
}
#links a:hover, #links a:active{
	text-decoration:underline;
	color:#ff9900;
}
.small_date{
    font-size:85%;
    color:#ccc;
    text-align:right;
}
#footer{
	margin:5px;
	padding:10px;
	text-align:center;
	font-size:85%;
	color:#808080;
	border-top:1px solid #dcdcdc;
}
.clear{
	clear:both;
}