/* Layout ----------------------------------------------- */
#wrap {
	background-color:#FFFFFF;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;

	width: 90%;
	margin:0 auto;
	padding:8px;
	text-align:center;
}

#main-top {

	height:5px;
	background:#FFFFFF;

	margin:0;padding:0;
	display:block;
}


#main-content {
	background:#FFFFFF;
	margin:0;
	text-align: left;
	display:block;
}


#main-bottom {
	background:#FFFFFF;
	margin:10px 0px 0px 0px;
	text-align: left;
	display:block;
}


#body {	
	width: 70%;
	float:left;
	padding:8px 0;
	margin:0;	
}

#header {
	clear: both;
		height: 220px;
	margin:0;
}

#sidebar {
	width:180px;
	font-size: 120%;
	float:left;
	padding:10px 10px 0px 50px;  /* top left bottom right */
	margin:0px;
}	
#footer {
	clear:both;
		height: 3em;
//	background: url("/_basic_files/divider.gif") no-repeat top left;
	padding-top: 10px;
	_padding-top: 6px; /* IE Windows target */
}

div.rule {
	clear: left;
	line-height: 0;
	height: 10px;
	margin-bottom:1 2px;
	_margin-top: -4px; /* IE Windows target */
	background: url("_basic_files/divider.gif") no-repeat bottom left;
}

