/* Roberts-photo.com stylesheet */
/* main.css */
/* defines main page styles */

#bd {
  background: #000;
  height: 600px;
  overflow: auto;
  padding: 0 !important;
}

#hd {
  margin-bottom: 0;
  border: 3px;
  border-color: #666;
}

h4 {
font-family: Helvetica, Arial, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.5em;
text-align: center;
color: #cccccc;
margin-top: 2px;
margin-bottom: -10px;
}


h5 {
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
font-style: none;
font-weight: thin;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
text-align: center;
color: #336699;
}

h5 a{
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
font-style: none;
font-weight: thin;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
text-align: center;
color: #33cccc;
}

#main-article {
  width: 725px;
  margin: -10px auto 10px;
font-family: Georgia, serif;
font-size: 50px;
font-style: none;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
}

#about-article {

font-family: Georgia, serif;
font-size: 10px;
font-style: none;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1em;
}

#common_menu {
  width: 590px;
  height: 30px;
  margin: 0;
 float: right;
}


a:visited {
  color: #33cccc;
}

#ft {
  background: #000;
  padding-top: 0 !important;
  color: #fff;
  padding: 10px;
margin-top: 0;
}

/* end main.css */