body {
  margin: 0;
  padding: 0;
  font-family: "Verdana", "Tahoma", "Arial", "sans-serif";
  font-size: small;
  text-align: center;
  color: #666;
  background: #e0e0e0;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

ul {
  list-style: none;
  margin: 0 0 20px 10px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  }

a:link {
  color: #A22932;
  text-decoration: none;
  }

a:visited {
  color: #A22932;
  text-decoration: none;
  }

a:hover {
  color: #A22932;
  text-decoration: underline;
  }

a:active {
  color: #A22932;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap {
    width: 847px;
    margin: 0 auto;
    text-align: left;
    background: url(image/tile.png) repeat-y;
    }

  #content {
    margin-left: 62px; /* to avoid the BMH */
    }

  #main-content {
    float: left;
    width: 460px;
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 1.5em;
    }

  #sidebar {
    margin: 0 41px 0 547px;
    padding: 5px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    }
  }

@media handheld {
  #wrap {
    width: 90%;
    background: none;
    }

  #content {
    margin-left: 0 2% 0 2%;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #sidebar {
    margin: 0 2% 0 2%;
    }
  }

/* ---( header )--- */

@media all {
  #site-header {
    margin: 0;
    padding: 0;
    background: #e0e0e0 url(image/top_div.png) no-repeat top left;
    }

  #site-header p {
    margin: 0;
    padding: 70px 0px 2px 0px;
    font-size: 200%;
    color: #fff;
    }
  }

@media handheld {
#site-header {
    background: #6699cc;
    }

#site-header h1 {
    background: none;
    }
  
#site-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#site-header h1 a:hover {
  color: #eee;
  }
}

/* ---( content )--- */
table.content-title {
	font-size: 85%;
	color:#666;
    }

h1.content-title {
	font-size: 18px;
	font-weight: bold;
	color:#666;
	border-bottom: 1px solid #ddd;
    }

ul.content-title {
	list-style: none;
	padding-left: 14px;
	margin-bottom: 1px;
	background: url(image/tictac.png) no-repeat 0 8px;
	font-weight: bold;
	}

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 6px 0 0 40px;
  background: url(image/sidebar_icon.png) no-repeat 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 110%;
  color: #666;
  height: 24px;
  height: 24px !important; /* for most browsers */
  height /**/:48px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 1px 20px 1px 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

@media all {
  #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #FFFFFF;
    background: url(image/bottom_sill.png) no-repeat bottom left;
    }

  #footer p {
    margin: 0;
    padding: 20px 320px 20px 95px;
    background: url(image/bottom_sash.png) no-repeat top left;
    }
  }

@media handheld {
  #footer {
    background: none;
    }

  #footer p {
    background: none;
    }
  }
