html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;*/
}
body {
	overflow: -moz-scrollbars-vertical;
	font-family:arial, verdana, tahoma;
	font-size:14px;
	text-align:left;
	background:#585858 url("../images/stcolumbas_02.gif") repeat-x;
}



/* Page Layout divs */

#container {
	padding:0px;
	margin: 0px;
	width:100%;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	border:0 none;
	margin: auto;
	text-align:left;
}

#topper {
	margin:auto;
	width:854px;
}

#page-wrapper{
	width:852px;
	margin:auto;
	background:#2ea9a6;
	border-left:1px solid #000;
	border-right:1px solid #000;
	min-height:620px;
	overflow:hidden;
}

#left-pane {
	float:left;
	padding-top:100px;
	width:211px;
	/*height:540px;*/
	background:#2ea9a6 url("../images/stcolumbas_04.jpg") no-repeat;
	color:#fff;
}

#left-pane p {
	padding:4px 10px;
}

#left-pane ul{
	margin:0;
	padding:0;
	list-style: none;
}

#left-pane li a {
	display:block;
	margin-top:1px;
	padding:4px 5px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	border-left:10px solid #fff;
	border-bottom:1px solid #fff;
}

#left-pane li a:hover,
#left-pane li a:active {
	color:#000;
	text-decoration:none;
}

#left-pane li a.selected {
	border-left:10px solid #f05c20;
	border-bottom:1px solid #f05c20;
}
#left-pane ul li a.children {
	border-left:10px solid #f05c20;
	border-bottom:1px solid #f05c20;
}

#left-pane ul li ul li a.children {
	border:none;
}


#left-pane ul li ul li a {
	margin:0;
	padding:3px 20px;
	font-size:14px;
	border:none;
}

#left-pane ul li ul li ul li a {
	margin:0;
	padding:3px 40px;
	font-size:.9em;
	border:none;
}


#left-pane li li a:hover,
#left-pane li li a:active {
	border:none;
}


#left-pane li li a.selected{
	color:#000;
	border:none;
}

#right-pane {
	float:right;
	width:641px;
	background:#fff;
	height: 100%;
}

#breadcrumbs {
	height:23px;
	background:url("../images/stcolumbas_07.jpg") no-repeat;
	padding-left:15px;
	color:#f05c20;
}
#content {
	background:#fff url("../images/stcolumbas_08.jpg") no-repeat;
	min-height:504px;
	padding:10px 15px 20px 15px;
	font-size: 15px;
}
#footer {
	clear:both;
	background: url("../images/stcolumbas_12.gif") no-repeat;
	margin:auto;
	padding-bottom:20px;
	width:854px;
	height:30px;
}

#footer p {
	padding:5px 10px;
}
