#content {
	margin-left: 0;
}

/* IE bug fix; hide from mac \*/
* html #content { height: 1%; }
/* end hide */

#inner {
	width: 100%;
	margin-top: 12px;
}

#main {
	position: relative;
	top: 0;
	width: 70%;
	float: left;
	z-index: 10;
}

#sidebar {
	position: relative;
	top: 0;
	width: 28%;
	float: right;
	z-index: 11;
}

#menu {
	display: none;
}

#footer {
	position: relative;
	top: 10px;
	clear: both;
	width: 99%;
	height: 2em;
	font-size: 0.72em;
	color: white;
	background-color: #369;
	padding: 0 5px;
	margin-top: 10px;
}

#footer .leftfoot {
	float: left;
}
#footer .rightfoot {
	float: right;
}

h1 {
	font-size: 1.36em;
	padding-left: 0;
}

.head {
	font-weight: bold;
	padding-left: 0;
}

.box1 {
	padding: 2px 5px;
	border: #639 outset 2px;
}
