body { background: #08090d url('images/body_bg.png') top left repeat; margin: 0; padding: 0;}

/* Basic Phrase Element Styles
---------------------------------------------------------- */
span { display: none;}
strong {font-weight: bold;}
h1{ font-size: 1.6em; text-decoration: none; padding: 0; margin: 0 0 0 0;}

/* Anchors
---------------------------------------------------------- */
a:link, a:active {text-decoration: none; color:#335fff;}
a:visited {text-decoration: none;color:#335fff;}
a:hover {text-decoration: none;color:#b5b9ce;}
a img {border-width: 0; border-style: none;}

/* Generic page structure
---------------------------------------------------------- */
#margin{
    margin-right: 20px;
    margin-left: 20px;
    }
    
#container{
   width: 780px;
   margin: 0 auto;
   }
    
#content{
   width: 780px;
   min-height: 400px;
   float: right;
   margin: 0;
   padding: 0 0 10px 0;
   color: #b5b9ce;
   background: #000;
   }
   
#contactleft{
   width: 200px;
   float: left;
   }
  
#contactright{
   width: 400px;
   float: right;
   }
   
#floatright{
   float: right;
   }

#image{
  width: 200px;
  float: right;
  }

#indexpic{
  width: 320px;
  float: left;
  margin-top: 30px;
  text-align: right;
  }
  
#logo{
   width: 780px;
   height: 25px;
   padding: 0;
   margin: 0;
   background-color: #000;
   }

#media{
   margin: auto;
   text-align: center;
   padding-top: 15px;
   }

#quote{
   width: 340px;
   float: right;
   }
   
#resume{
   
   font-size: 1em;
   margin-right: 20px;
   }
   
#resume table{
   width: 740px;
   }

#width{
   width: 500px;
   }
   
.center{
   text-align: center;
   }
   
/* Navigation structure
---------------------------------------------------------- */
#navigation{
  width: 780px;
  height: 100px;
  font-size: 1em;
  word-spacing: 6px;
  background: #000 url('images/nav_bg.png') no-repeat top left;
  text-decoration: none;
  }

#navigation a{
  color: #b5b9ce;
  }
  
#navigation a:hover{
  color: #335fff;
  }
  
#navigation a.selected{
  color: #335fff;
  }
  
#navigation-left{
  width: 40%;
  float: left;
  text-align: left;
  margin-left: 20px;
  margin-top: 40px;
  }
  
#navigation-right{
  width: 40%;
  float: right;
  text-align: right;
  margin-right: 20px;
  margin-top: 40px;
  }
   
/* Footer structure
---------------------------------------------------------- */
#footer{
  width: 780px;
  font-size: 80%;
  margin-bottom: 10px;
  color: #b5b9ce;
  }
  
#footer-left{
  width: 33%;
  float: left;
  text-align: left;
  padding: 10px 0;
  }
  
#footer-center{
  width: 34%;
  float: left;
  text-align: center;
  padding: 10px 0;
  }
  
#footer-right{
  width: 33%;
  float: right;
  text-align: right;
  padding: 10px 0;
  }
