body {
  font-size: 14px; 
}

div.art-header {
  border-bottom: 1px solid #cccccc; 
}

div.art-footer {
  border-top: 1px solid #cccccc; 
}


.art-article img, img.art-article {
  border: 0px solid #B7A971;
  margin: 0px;
}

.art-article th, .art-article td {
  border: 0px;
}

.art-post-body {
  padding: 0px;
  position: relative;
  z-index: 1;
}


/*
=====================================
HOME PAGE
=====================================
*/
.Enter_Website {
  font-size: 36px;
  font-weight: normal;
}

.Image_Div {
  display: block;
  float: left;
  width: 220px; 
}

/*
=====================================
BIO PAGE
=====================================
*/
#content_left {
  display: block;
  float: left;
  width: 480px; 
}

#content_right {
  display: block;
  float: right;
  width: 420px; 
  text-align: left;
}


/*
=====================================
FOOTER LINKS
=====================================
*/
.art-footer .art-footer-text-social {
  display: block;
  float: left;
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
}

.art-footer .art-footer-text-links {
  display: block;
  float: right;
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
}

.art-footer .art-footer-text-links a, .art-footer .art-footer-text-links a:link, .art-footer .art-footer-text-links a:visited {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ccc;
}

a.Article_Title {
  font-size: 16px;
  text-decoration: none;
}