/* Main */
body{
	margin:0px;
	background-image:URL("../images/paper.gif");
}
div#center_body{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	border:0px solid red;
}
div#header{
	background-image:URL("../images/heading.jpg");
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:117px;
}
/* Comments */
div#menu_comments{
	background-image:URL("../images/comments/under_menu.gif");
	background-repeat:no-repeat;
	border:0px solid #ff0000;
	width:173px;
	height:493px;
	position:absolute;
	left:0px;
}

div#comments_middle{
	position:absolute;
	top:117px;
	left:0px;
	width:800px;
	height:493px;
	border:0px solid red;
	background-color:#ffffff;
	/*background-image:URL("../images/index_bg.jpg");
	background-repeat:no-repeat;*/
}

div#comments_right_pg1{
	background-image:URL("../images/comments/page1.gif");
	background-repeat:no-repeat;
	border:0px solid red;
	position:absolute;
	width:627px;
	right:0px;
}

div#comments_right_pg2{
	background-image:URL("../images/comments/page2.gif");
	background-repeat:no-repeat;
	border:0px solid red;
	position:absolute;
	width:627px;
	height:493px;
	right:0px;
}

div#comments_right_pg3{
	background-image:URL("../images/comments/page3.gif");
	background-repeat:no-repeat;
	border:0px solid red;
	position:absolute;
	width:627px;
	height:493px;
	right:0px;
}

div#comments_right_pg4{
	background-image:URL("../images/comments/page4.gif");
	background-repeat:no-repeat;
	border:0px solid red;
	position:absolute;
	width:627px;
	height:493px;
	right:0px;
}

div#comments_right_pg5{
	background-image:URL("../images/comments/page5.gif");
	background-repeat:no-repeat;
	border:0px solid red;
	position:absolute;
	width:627px;
	height:493px;
	right:0px;
}
.page_num_comments{
	/*background-image:URL("../images/placeholder/page_num.gif");
	background-repeat:no-repeat;
	width:124px;*/
	z-index:200;
	border:0px solid #ff0000;
	height:26px;
	position:absolute;
	bottom:0px;
	_bottom:-4px;
	padding-bottom:3px;
	left:620px;
}
div#emailme{
	position:absolute;
	top:470px;
	left:-100px;
	width:276px;
	height:20px;
	
}

