/* Edited for the Perry Mason Wiki. 
Sample .CSS file for the flexi skin, it only shows the 
different areas and a possible positioning within the page */

body {
	padding:0;
	margin:0;
	background: #ffffff url(/wiki/pub/logos/bg_pm2.gif) repeat-y left 0;	
}
#FlexiAll { /*for setting e.g. additional Background-image*/
}
#FlexiTop {
	/* margin:0.5em; */
	margin: 10px;
	/* height:3em; */
	height: 125px;
	/* border:1px solid #bbb; */
	/* background:url(gfx/flexi/FlexiTop.gif) no-repeat; */
	background:url(/wiki/pub/logos/banner_pm3.gif) no-repeat;
}
#FlexiLeft {
	position:absolute;
	/* top:4em; */
	top:150px;
	left:0.5em;
	/* width:20%; */
	width: 140px;
	/* border:1px solid #bbb;
	background:url(gfx/flexi/FlexiLeft.gif) no-repeat; */
}
/* #FlexiHeader {
	margin:0.5em;
	margin-left:22%;
	width:56%;
	height:1.5em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiHeader.gif) no-repeat;
} */
#FlexiTitle {
	/* width:56%; */
	width: 450px;
	margin:0.5em;
	/* margin-left:22%; */
	margin-left: 160px;
	height:1.5em;
	/* border:1px solid #bbb;
	background:url(gfx/flexi/FlexiTitle.gif) no-repeat; */
}
#FlexiMain {
	/* width:55.6%; */
	width: 620px;
	margin:0.5em;
	/* margin-left:22%; */
	margin-left: 160px;
	/* border:1px solid #bbb;
	background:url(gfx/flexi/FlexiMain.gif) no-repeat;
	padding:0.2%; */
}
/* #FlexiFooter {
	width:56%;
	margin:0.5em;
	margin-left:22%;
	height:2em;
	border:1px solid #bbb;
	background:url(gfx/flexi/FlexiFooter.gif) no-repeat;
} */
#FlexiRight {
	position:absolute;
	top:160px;
	/* left:79%; */
	margin-left: 800px;
	width:140px;
	height:650px;
	/* border:1px solid #bbb;
	background:url(gfx/flexi/FlexiRight.gif) no-repeat; */
}
#FlexiBottom {
	/* Keep this just for the space */
	margin:0.5em;
	height:1em;
	/* border:1px solid #bbb;
	background:url(gfx/flexi/FlexiBottom.gif) no-repeat; */
}

