/* makes sure that all the margins and paddings are set to 0 before we start */
* { margin:0px; padding:0px; }

img{border:0px;}
body { overflow: scroll; } /*Always show the scrollbars */


#outsideEdge {
	background: #ffffff;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
}

#sidebar {
	float: left;
	width: 18%;
	height: 100%;
	margin-left:1%;
	margin-right:1%;
}
#content {
	float: left;
	width: 78%;
	height: 100%;
	margin-left:1%;
	margin-right:1%;
}
#dividerBar {
	clear: both;
	width: 100%;
	height:5px;
	background:#000;
}

#rights {
	width: 100%;
	font-size: 11px;	
	color: #bababa;	
	font-weight: bold;	
	text-align:right;
}
#createdBy		{
	font-size: 6px;
	color: #bababa;
	font-weight: bold;
	text-align: right;
}	
#createdBy	a	{
	font-size: 6px;
	color: #bababa;
}	


/* Quick links */
#quickLinkContainer {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* all IL's */
#quickLinkContainer  li{
	font-weight: normal;
	display:inline;
	border-left: 0px solid #000;
	padding: 0px 15px;
	margin: 1px;
	list-style: none;
}

/* Any IL that follows a IL*/
#quickLinkContainer  li + li{
	border-left: 2px solid #000;
}

