body,html {
height: 100%;
padding: 0px;
margin: 0px;
font-family: Arial, serif;
}

div#lcol, div#rcol {
position: absolute;
top: 175px;
overflow: hidden;

}

div#lcol {
	width: 25%;
	left: 5%;
	height: auto;
}

div#rcol {
	width: 64%;
	left: 31%;
}


div.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

div.top {
position: absolute;
top: 0px;
left: 0px;
height: 60px;	
width: 99%;
background-image: url('http://www.pieceofferings.com/images/top.png');
}

div.bottom {
position: absolute;
bottom: -1px;
left: 0px;
height: 35px;
width: 99%;
background-image: url('http://www.pieceofferings.com/images/bottom.png');

}

div.left {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 35px;
background-image: url('http://www.pieceofferings.com/images/left.png');
}

div.right {
position: absolute;
top: 0px;
right: 0px;
height: 100%;	
width: 35px;
background-image: url('http://www.pieceofferings.com/images/right.png');
}


div.tl {
position: absolute;
top: 0px;
left: 0px;
background-image: url('http://www.pieceofferings.com/images/tl.png');
width: 35px;
height: 60px;
}

div.tr {
position: absolute;
top: 0px;
right: 0px;
background-image: url('http://www.pieceofferings.com/images/tr.png');
width: 35px;
height: 60px;
}

div.bl {
position: absolute;
bottom: -1px;
left: 0px;
background-image: url('http://www.pieceofferings.com/images/bl.png');
width: 35px;
height: 35px;
}

div.br {
position: absolute;
bottom: -1px;
right: 0px;
background-image: url('http://www.pieceofferings.com/images/br.png');
width: 35px;
height: 35px;
}
div.titlebox {
position: absolute;
top: 0px;
left: 0px;
height: 43px;
width: 100%;
padding: 0px;
z-index: 1;

}

.title {
color: #666666;
font-weight: bold;
font-family: Arial;
}

div.content {
position: relative;
color: #333333;
font-family: Arial;
padding-top: 53px;
padding-left: 22px;
padding-right: 32px;
padding-bottom: 22px;
}

td.post-title {
font-weight: bold; 
padding-left: 18px;

}
td.post-date {
padding-right: 18px;
font-size: .9em;
}

div#menu {
position: absolute;
height: 25px;
width: 100%;
background-image: url('http://www.pieceofferings.com/images/menu.png');
}


a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.menu-item {
font-family: Arial;


font-size: .75em;
}

div.smaller-text {
font-size: .75em;
}

img.photo {
padding: 4px;
border: 1px solid #c0c0c0;
}

.SmallFont {
font-size: .75em;
}

textarea.Comment {
width: 100%;
height: 150px;
}

span.CommentTag {
font-weight: bold;
color: #666666;
}
