body {
    text-align: center;
    background-color: #f7f7f7;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

a:link {
    font: helvetica;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    border-bottom: none;
    text-decoration:none;
}


a:link.projectNav {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #ff1cae;
    color: #ffffff;
    text-decoration:none;
}

a:visited {
    font: helvetica;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    border-bottom: none;
    text-decoration: none;
    border-bottom-width: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff1cae;

}

a:hover.img {
    text-decoration: none;
    border: none;
}

a:visited.projectNav {
    font: helvetica;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;

}

a:hover.projectNav {
    color: #ff1cae;
    text-decoration: none;
    background-color: #ffffff;

}

div#mainContainer {
    margin-left: auto;
    margin-right: auto;
    width: 50em;
    text-align: left;
}

#nav {
    width: 200px;
    position: relative;
    float: left;   
}

p.navButton {
    position: static;
    width: 150px;
    height: 32px;
    background-color: #ff1cae;
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px;    
}

#downloadCV
{
  display: block;
  width: 50px;
  height: 35px;
  background: url("./images/downloadCV_button.gif") no-repeat 0 0;
}

#downloadCV:hover
{ 
  background-position: 0 -35px;
}

#downloadCV span
{
  display: none;
}

#blog
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/blog_button.gif") no-repeat 0 0;
}

#blog:hover
{ 
  background-position: 0 -45px;
}

#blog span
{
  display: none;
}

#portfolio
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/portfolio_button.gif") no-repeat 0 0;
}

#portfolio:hover
{ 
  background-position: 0 -45px;
}

#portfolio span
{
  display: none;
}

#twitter
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/twitter_button.gif") no-repeat 0 0;
}

#twitter:hover
{ 
  background-position: 0 -45px;
}

#twitter span
{
  display: none;
}

#linkedIn
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/linkedin_button.gif") no-repeat 0 0;
}

#linkedIn:hover
{ 
  background-position: 0 -45px;
}

#linkedIn span
{
  display: none;
}

#facebook
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/facebook_button.gif") no-repeat 0 0;
}

#facebook:hover
{ 
  background-position: 0 -45px;
}

#facebook span
{
  display: none;
}

#holla
{
  display: block;
  width: 200px;
  height: 45px;
  background: url("./images/holla_button.gif") no-repeat 0 0;
}

#holla:hover
{ 
  background-position: 0 -45px;
}

#holla span
{
  display: none;
}


#content {
    position: inherit;
    float: left;
    padding-left: 35px;
    top: 50px;

}

#footnote {
    position: inherit;
    float: left;	
    border-top: 1px dotted #000;
    padding-top: 12px;
    margin-top: 28px;
    width: auto;

}

.bodyCopy {
    font-family: helvetica, arial;
    font-size: 12px;
    line-height: 18px;
}
