
#page-section {
	position: absolute;
	top: 0px;
	right: 10px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	}
	
#completeFullPage {
	position: relative;
	margin: 0px 0px 2px 20px;
	padding: 0px;
	}
#left-panel {
	position: relative;
	top: 0px;
	left: 10px;
	padding: 0px;
	margin:0px;
	width: 160px;
	float:left;
}
	
div#left-panel ul {
	margin: 0px;
	padding:0px;
}

#middle-panel {
    position: relative;
	margin: 0px 20px 0px 185px;
}
	
#back {
    margin-top:25px;
    clear: left;
	width: 65px;
	height: 18px;
	padding:1px 0px 0px 10px;
	background-image: url(../../img/layout2/back.gif);
	background-repeat: no-repeat;
}
#back a {
	font-weight:bold;
	font-size:11px;
	color:#555;
}
#back a:hover {
	color:#f60;
}


.width20em {
	width: 20em;
}

.width30em {
	width: 30em;
}

.width40em {
	width: 35em;
}
.width50em {
	width: 40em;
}
.floaterLeft {
	float: left;
	margin: 0px 20px 10px 0px;
}

.floaterRight {
	float: right;
	margin: 0px 0px 10px 20px;
}

.marginLeft {
	margin: 0px 0px 0px 120px;
}

.alignCenter {
	margin: 0 23%;
}



