/*------------------------------------------------
Common Style Sheet

Author:  Eddie McWhirter
Email:   eddiemac777@gmail.com
Website: www.3e-web.com
------------------------------------------------*/

#header, h1
{
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 170px;
  top: 65px;
  font-family: Georgia;
  FONT-STYLE: italic;
  /*FONT-VARIANT: small-caps;*/
  TEXT-ALIGN: left;  
  font-size: 32px;
  width: 100%;
}
h5#composition {
  text-align: right;
}
#composition
{
  position: fixed;
  bottom: 2px; right: 5px;
  margin-top: 100px;
  padding-top: 400px;
  padding-right: 5px;
}

#menu {
  position: absolute;
  border: #999 1px outset;
  left: 20px; TOP: 230px;
  padding: 10px;
  width: 120px;
  /*LINE-HEIGHT: 17px;*/
  font-family: verdana, arial, helvetica, sans-serif;
}
#menu ul {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  list-style-type: none;
  line-height: 35px
}
#index #menu .index a, #about #menu .about a, 
#EduardoResume #menu .EduardoResume a, #contact #menu .contact a {
  font-weight: bold;
  padding-right: 25px;
  background-color: #000;
  background: url(../images/triangle.png) no-repeat right center;
}

#sitemeter {
  position: absolute;
  bottom: 10px; left: 10px;
  border: black double;
}

a[href^="http:"] {
  background: url(../images/external.gif) no-repeat right top;
  padding-right: 15px;
}
a[href^="http://www.3e-web.com"], a[href^="http://3e-web.com"] {
  background-image: none;
  padding-right: 0;
}
a:link, a:visited {
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  /*TEXT-DECORATION: underline;*/
  border-bottom: 1px dotted #000;
}

hr {
  width: 75%;
  border-bottom: 1px groove black;
}
img {
  border: 0;
}

#content
{
  position: absolute;
  top: 130px;
  left: 240px;
  width: 50%;
  padding: 1px;
  margin: 1px;
  /*font-weight: 900;*/
}

body
{
  padding: 0px;
  margin: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
}

#Logo
{
  padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#LogoHR
{
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 105px;
  width: 90%;
  text-align: left;
}



h3
{
  text-align: center;
  font-weight: normal;
}

P{ text-indent: 30px; }
P:first-letter { font-size: 100%; }




