body,p,html{
	background: url('i/bg.png') repeat-x;
	text-align: left;
  	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#b0, #b1, #b2, #b3{
	height: 27px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
}
#b0, #b1, #b2 {
	border-right: 1px solid rgb(81,81,81);
}
#b3 {
	border-right: 1px solid transparent;
}
#main-title {
	color: #ffffff;
  	background-color: rgb(81,81,81);
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-weight: bold;
  	font-size: 14px;
  	padding-left: 10px;
  	height: 20px;
}
#main-content {
	padding: 0;
	margin: 0;
}
.side-item,.side-item-ie {
	background: rgb(141,141,141);
	font-weight: bold; 
	color: rgb(255,255,255);
	font-family: arial, helvetica, verdana, sans-serif;
	height: 72px;
	cursor: pointer;
}
.side-item:hover, .side-item-ie {
	background: rgb(201,201,201);
}
.top {
	font-size: 24px;
	border-bottom: 1px solid rgb(81,81,81);
	padding: 10px;
	text-align: center;
	height: 30px;
}
.side-spacer {
	height: 15px;
	background: rgb(255,255,255);
}
.side-image {
	float: left;
	height: 72px;
	padding: 0 5px 0 0;
}
.side-text {
	font-size: 11px;
	height: 72px;
	padding: 0;
	text-align: left;
	margin-top: 5px;
}


