html, body {
   background-color:#000000;
   background-image: url(../luettgen_photography/bg.jpg);
   background-repeat: repeat-x;
   background-position: top center;
   color:#000000;
   margin:0px;
   padding:50px;
   font-family: Arial, Helvetica, Tahoma, Arial, Geneva, sans-serif;
   text-align:center;
}
#container {
   position: relative;
   width:302px;
   margin: auto;
   text-align:left;
}
#logo {
   width:302px;
   height:50px;
   float:left;
}
#content {
   width:302px; 
   height:400px;
   float:left;
}
#contentPadding {
   padding-left:11px;
}
a { 
   color: #666666; 
   font-weight: bold; 
   text-decoration: none; 
}
a:hover { 
   color: #FFFFFF;
   font-weight: bold; 
   text-decoration: none; 
}
h1{  
   font-size: 1.1em;
   font-weight: normal; 
   font-family: Geneva, Times, serif;
   color: #666666;  
   text-decoration: none;
   line-height: 1.6em;
   margin: 0;
   padding: 0px 0px 15px 0px;
}
p {  
   font-size: 0.7em;
   font-weight: normal; 
   color: #FFFFFF; 
   text-decoration: none;
   line-height: 1.6em;
   margin: 0; 
}
.grey {
   color: #666666; 
}
