   * {
	margin: 0;
	padding: 0;
   }
   body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
	text-align: justify;
   }
   h1 {
   	display: none;
   }
   h2 {
   	font-size: 110%;
   	font-weight: bolder;
   }
   h3 {
   	font-size: 160%;
   	font-weight: bolder;
   }
   h4 {
   	font-size: 110%;
   	font-weight: bolder;
   }
   p {
	margin-bottom: 15px;
   }
   ul {
	list-style: none;
   }
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 5px 0 5px;
	background-color: #fff;
	z-index: 100;
}
#menu li{
	display: inline;
	padding: 0 3px;
}
#menu img {
	border: none;
}
#menu a:hover {
	position: relative;
	top: 5px;
}
#arrows {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#left {
	display: none;
}
#right a {
	position: relative;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 133px;
	height: 35px;
}
#right img {
	border: 0;
}
#menu_divider {
	position: fixed;
	top: 40px;
	width: 100%;
	height: 15px;
	border: none;
	background: transparent url('images/hr-background.png') repeat-x scroll center center;
	z-index: 1000;
}
#content {
	margin: 75px 20px 0 20px;
}
#main {
	width: 550px;
}
#sidebar {
	position: absolute;
	top: 75px;
	right: 20px;
	width: 200px;
}
#sidebar ul {
	margin-left: 10px;
}
.post-footer {
	color: #666;
	font-size: 75%;
}
#comments-block {
	background-color: #DCDCDC;
}
#comments-block dt, dd {
	padding: 5px;
}
.comment-poster {
	border-top: 5px solid #fff;
}
.comment-body {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
}