div#side-bar {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 250px;
}

div#breadcrumb {
	position: absolute;
	top: 90px;
	left: 290px;
	right: 15px;
	height: 20px;
	padding: 2px 0px 0px 5px;
	text-align: left;
	background-color: #2A98CF;
	background-image: url("../images/background/tile.png");
	border: 1px solid #156f9a;
}

div#breadcrumb, div#breadcrumb * { 
	color: #CCEEFE;
	font-weight: bold;
}

div#page-contents {
	position: absolute;
	top: 112px;
	left: 290px;
	right: 15px;
	background-color: #81D5FE;
	padding: 0px 10px 10px 10px;
	border: 1px solid #156f9a;
}

/*********************** HEADER ***********************/
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 80px;
	background-color: #2A98CF;
	background-image: url("../images/background/tile-fade.png"); 
}

div#header h1 {
	margin: 5px 0px 5px 40px;
	padding: 0px;
	color: #CCEEFE;
	border-style: none;
}

div#header h2 {
	margin: 5px 0px 0px 60px;
	padding: 0px;
	color: #CCEEFE
}


