
#blog-body {
	float: left;
	width: 420px;
	margin-left:10px;
}
#box_blog {
	width: 780px;
	margin: 0 auto;
	background-image:url(../../images/box_backimage.jpg);
	background-repeat:repeat-y;
	}
	

#blog-body h1 {
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	padding-top: 10px;
}
#blog-body h1 a:hover {
	text-decoration: none;
}
#blog-body h1 a:link {
	text-decoration: underline;
}

.entry-date {
text-align:right;
	font-size: 80%;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}

.entry-body {
	padding-bottom: 30px;
}

#blog-menu {
	float: right;
	width: 140px;
	margin-left:10px;
}

#blog-menu h2 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	padding-top: 10px;
}

#blog-menu .sub-menubox {
		font-size: 100%;
}
#blog-menu .sub-menubox a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
}

.entry-photo{
	float:left;
	margin:0 10px 10px 0;
	}
	
