a, :link {
  color:#aa0000;
}
:visited {
  color:#aa0000;
}
a:hover {
  color:#ff0000;
}
* {
  margin:0;
  padding:0;
}
h1 {
  font-size:150%;
  border-bottom:5px solid #929294;
}
h2 {
  font-size:120%;
  border-bottom:5px solid #929294;
}
h3 {
  font-size:100%;
  border-bottom:2px solid #929294;
}
h1, h2, h3 {
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
}
#btc {
  position:absolute;
  top:115px;
  margin-left:540px;
}
#name {
  font-family:"Times New Roman";
  font-size:250%;
  font-weight:900;
}
#line {
  border-top:5px solid #990000;
  margin:0px 0 5px 0;
}
.smallname {
  font-weight:800;
  border-bottom:2px solid #990000;
}
#moto {
  font-family:"Times New Roman";
  font-weight:800;
  font-size:110%;
  padding-left:1em;
}
#myfooter {
  text-align:right;
  margin:10px 0 0 0;
  padding:2px;
  margin:auto;
  width:900px;
}
#menu, #site_menu {
  display:none;
}
#menu-border {
  float:left;
  width:200px;
  height:9px;
}
body {
  background:url(./../images/bg.png) top left repeat-x;
  background-color:#eee;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12pt;
}
#page {
  border-radius:5px;
  overflow:hidden;
  margin:5px auto;
  width:900px;
}
#header {
  height:100px;
}
#panel {
  background-color:#fff;
  color:#000;
}
#left-column {
  width:200px;
  float:left;
}
#left-content, #right-content, #center-content {
  float:left;
  padding:5px 10px;
}
#left-content {
  width:180px;
}
#center-column {
  width:478px;
  float:left;
  border-left:1px solid #333;
  border-right:1px solid #333;
}
* html #center-column {
  width:476px;
}
#right-column {
  float:left;
  width:220px;
}
#right-column .image img {
  border-radius:5px;
  margin-left:25px;
  margin-bottom:2em;
}
#section-header, #right-header {
  background-color:#444;
  color:#fff;
  font-weight:bold;
  font-size:120%;
  padding:0.2em 15px;
  height:1.4em;
  float:left;
}
#section-header {
  width:448px;
}
#right-header {
  width:190px;
}
#min-height {
  height:800px;
  float:left;
  width:1px;
  margin-left:-1px;
}
#min-height-clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
#section-top {
  float:left;
}
#section-body {
  padding:0 1em;
}
#section-body li {
  margin-bottom:0.25em;
}
#section-body a img {
  border:1px solid black;
  margin:1px;
}
#section-body a img:hover {
  border:2px solid red;
  margin:0;
}
table {
  empty-cells:show;
}
#section-body p, #section-body ul, #section-body ol {
  margin:1em;
}
.quote {
  font-weight:800;
  font-size:14;
  color:#682828;
}
#center-content .quote {
  margin:0 2em;
}
#right-content .quote {
  margin:1em 0;
  text-align:center;
}
.signature {
  text-align:right;
  font-weight:800;
  margin-right:2em;
}
#news ul {
  padding-left:1em;
}
#news li {
  padding-bottom:1em;
  font-size:10pt;
}
#news a {
  text-decoration:none;
  color:black;
}
#news .more {
  color:#aa0000;
}
#news a:hover .more {
  color:#ff0000;
}
#news .date {
  font-weight:800;
  color:#682828;
}
