/* CSS Document */
body {
	background:url(images/BG-image.gif) repeat-x;
	margin:0px;
	padding:0px;
	}
	
#Blocks {
	background: url(images/MainBG_Blocks.jpg) no-repeat;
	padding-top:207px;
	padding-left:49px;
	height:559px;
	width:930px;
	}
	
.diary {
	width:460px;
	height:530px;
	overflow:auto;
	float:left;
	font-size:12px;
	line-height:150%;
	margin-right:25px;
	}

.font_strong {
	color: #990000;
	font-weight:bold;
	font-size:14px;
	}
	
.photoalbum {
	width:433px;
	height:528px;
	float:left;
	}
	
.photoalbum img {
	margin:2px 1px 2px 1px;
	border:0px;
	}