body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgblue.gif);
	background-repeat: repeat-y;
}
a img{
	border:0px;
}
.diarytitle {
	background-color: #81BED1;
	width:221px;
	text-align:center;
	height: 232px;
	background-image: url(images/swimming.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.diarytitle img {
	margin-top:45px;width:143px;height:124px;
}
.diaryname {
	/*background-color: #4F9BB3;*/
	width:221px;
	text-align:center;
	height: 232px;
	background-image: url(images/diary.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 76px;
}
.diaryname img {
	width:155px;
	height:120px;
	margin-bottom: 25px;
}
.diaryname a img {
	width:152px;
	height:46px;
	margin: 0px;
}
.diarymain {
	width:772px;
}
.diarybody {
	width:551px;
	background-image: url(images/mark.gif);
	float:left;
	background-repeat: no-repeat;
	background-position: 110px 280px;
	font-size: small;
	line-height: 1.5em;
}
.diarybody h1{
	font-size: large;
	font-weight: bold;
	color: #399FD3;
	text-align: right;
	margin: 2em 0em 0em;
}
.diarybody h6{
	font-size: small;
	font-weight: bold;
	color: #396B94;
	text-align: right;
	margin: 0em 0em 2em;
}
.diaryimage {
	width:210px;
	float:left;
}
.diarytext {
	width:341px;
	float:left;
	margin: 0em 0em 3em;
}
