/* CSS Document */
/* Properties that both side lists have in common */
.sideList {
				width:12%;
        position:absolute;
        top:20%;
       padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* we leave some place on the side using the margin-* properties */
#main {
	margin-left:14%;
	margin-right:14%;
	padding-left:1em;
	padding-right:1em;
}

/* and then we put each list on its place */
#leftBar {
	left:0;
}

#rightBar{
        right:0;
}

.indentpara {
	font-size: 110%;
	padding: 2%; 
}
.phpbbpostlist {
	list-style-type: disc;
	vertical-align: middle;
	list-style-position: outside;
	list-style-image: url(forum/styles/prosilver/imageset/forum_read.gif);

  
}
