
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: August 31, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

/* Content */

.left {
  background: #f5f5f5;
  float: left;
  width: 340px; }
  
.left ul {
  margin: 20px 20px 5px 20px; }
  
.left li {
  margin-bottom: 10px;
  text-align: center; }
  
.right {
  border: solid 5px #e5e5e5;
  border-top: none;
  float: right;
  width: 450px; }
  
.info_bar {
  background: #e5e5e5;
  height: 70px; }
  
.info_title {
  color: #004a62;
  float: left;
  font: 12px arial;
  font-weight: bold;
  margin: 28px 0 0 16px; }
  
* html .info_title {
  margin-left: 8px; }
  
.info_paging {
  color: #999;
  float: right;
  margin: 11px 10px 0 0;
  text-align: right; }
  
* html .info_paging {
  margin-right: 5px; }
    
.info_paging h1 {
  color: #007ea8;
  font: 13px verdana;
  margin-bottom: 2px; }
  
.info_paging p {
  margin-bottom: 3px; }
  
.right li.content {
  color: #666;
  font: 13px arial;
  line-height: 16px;
  padding: 0 16px 0 16px; }
  
.content h1 {
  color: #333;
  font: 13px arial;
  font-weight: bold;
  margin: 15px 0 8px 0; }
  
.content p {
  border-bottom: solid 5px #e5e5e5;
  margin-top: 15px;
  padding-bottom: 16px; }
  
#content a {
  color: #999;
  font-weight: bold; }
  
#content a:hover {
  color: #000; }
  
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: August 31, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */
