/* Global layout stylesheet for La Trobe templates v3 */          
/* Last edit: December 12, 2007 */

#masthead { position: relative; border-bottom: 1px solid #fff; padding: 0; margin: 0; height: 70px; }
#masthead #logo { float: left; width: 215px; height: 70px; }
	
#breadcrumbs {
	margin: 0 0 25px 0;
	padding: 0.5em 0 0.6em 40px;
	background: #EEEEEE url(../images/interface/breadcrumb-bgnd.gif) no-repeat left center;
}

#sitemap {float:right; padding:0 15px; margin-top:-2px;}

#wrapper { min-width: 400px; width: 100%;}
#outer {
	border-left: 215px solid #fff;     /* left column background */
	border-right: 215px solid #FFFFFF; /* right column background */
	background-color: #FFFFFF;         /* center column background */
	max-width:1000px;
}
#inner { margin: 0; width: 100%; }
#left-column {
	width: 215px;                      /* left column width */
	margin-left: -215px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#site-menu { margin-left: 15px; }

#content-main { float: left; width: 100%; position: relative; z-index: 12; }
#content-main-inner { margin-left: 3em; margin-right: 3em; position: relative; }
 
#right-column {
	width: 215px;                      /* right column width */
	margin-right: -215px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}

#globalFooter { width: 100%; position: relative; z-index: 13; }

