body {
	margin: 0;
	padding: 0;
	background:#fff4f6 url(images/img01.jpg) repeat-x;
	font-family: tahoma;
	font-size: 14px;
}
*html .left{       
background-image:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left.png', sizingMethod='crop');
} 
*html .right{       
background-image:none;
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/right.png', sizingMethod='crop');
}


/* Header */

#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}


/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y;
}

#bg {
	background: url(images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 954px;
	background: url(images/img04.jpg) no-repeat;
	padding-top:30px;
	font-size:18px;
}

/* Posts */

.post {
	width: 606px;
	padding: 30px 0 0 48px;
}




/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(images/img11.jpg) no-repeat left bottom;
}



/* Sidebar */

#sidebar {
	width: 274px;
	background: url(images/img05.jpg) no-repeat;
}



/* Footer */

#footer {
	padding: 30px 0;
}

