@import url("skin.css");
@import url("menu.css");
@import url("form.css");

/* Content Panels */
.title-pane {
	width: 350px;
	vertical-align: top;
	height:18px;
}
.menu-pane {
	width: 125px;
	background-color: transparent;
	vertical-align: top;
	display: block;
}
.main-text-pane {
	width: auto;
	background-color: transparent;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	vertical-align:top;
	display:block;
        height:inherit;
	position:abosolute;
}

.left1-bottom-pane {width: 225px; background-color:transparent;}
.left2-bottom-pane {width: 195px; background-color: transparent;}
.center-bottom-pane {width: 195px; background-color: transparent;}
.right-bottom-pane {width: 195px; background-color: transparent;}

.contentpane { width: 600px;	background-color: transparent; }































































































