@charset "utf-8";
/* CSS Document */
body {
   background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center top; 
    background-color:#000;
  
    
}
#wrapper{
    
    
}
h1{

}
#body a:link, #body a:visited, #body a:hover, #body a:active{
    color:#000;
    border: none;
    
}
#body a:hover {
    text-decoration: underline;
}
a:link{
    color: #000;
    text-decoration: none;
    
}
a:visited{
    color: #000;
    text-decoration: none;
                  `
}
a:hover{
    color: #000;
    text-decoration: underline;
    
}
a:active{
    color: #000;
    text-decoration: none;
    
}


img{
    border: none;
}
#topcontainer {
    position: absolute;
	text-align:left;
}
#logo{
    position: relative;
    top: 70px;
    left: -230px;
}
#laurel_leaf{
    position: relative;
    margin-top: -60px;
    top: -75px;
    left: 250px;
	z-index: 10;
    width: 258px;
}
#body{
    background-image: url(../images/contentbg.jpg);
    background-position: center;
    
    
    top: 175px;
    width: 715px;
    text-align: left;
    padding: 25px;
    left: 235px;
	font-family:"Courier New", Courier, monospace;
    margin-bottom: 175px;
    margin-top: 31px;
    
    
}
#nav_bar {
    color: #FFF;
    font-size: 16pt;
    font-weight: bold;  
    position: relative;
    margin-top: -75px;   
}
#nav_bar a:link{
position: relative;
    font-family:"Courier New", Courier, monospace;
     color: #FFF; 
     text-decoration: none; 
}
 #nav_bar a:visited{
    font-family:"Courier New", Courier, monospace;
     color: #FFF; 
      text-decoration: none; 
}
 #nav_bar a:hover{
    font-family:"Courier New", Courier, monospace;
    text-decoration: underline;
     color: #FFF; 
}
 #nav_bar a:active{
    font-family:"Courier New", Courier, monospace;
     color: #FFF; 
      text-decoration: none; 
}
#home_button,#news_button,#photo_video_button,#mediakit_button,#about_button,#contact_button {
position: relative; 
  display: inline;
}
#home_button{

   left: -85px;
    
}
#news_button{
 left: -75px;	
}
#photo_video_button{
 left: -70px;	
}
#mediakit_button{
  left: 85px;	 
}
#about_button{
 left: 80px;	
}
#contact_button{
 left: 90px;
}

#footer{
    margin-top: 50px;
    color: #FFF;  
    background-color: #000;
    padding: 5px;  
       
}
#footer a:link,a:visited,a:active{
    text-decoration: none;
    color: #FFF;
}
#footer a:hover{
    text-decoration: underline;
    color: #FFF;
}
#body_wrapper{
    padding-bottom: 500px;
}
#john_kraft_polaroid_home{
   margin-left: -70px;
   float: left;
   padding-right: 30px;
}



/* FONT SIZE FIX */
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: x-large;
 }
h2 {
 font-size: large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
font[size=1] {
 font-size: xx-small;
 }
font[size=2] {
 font-size: small;
 }
font[size=3] {
 font-size: medium;
 }
font[size=4] {
 font-size: large;
 }
font[size=5] {
 font-size: x-large;
 }
font[size=6] {
 font-size: xx-large;
 }
font[size=7] {
 font-size: 300%;
 }
font[size=-1] {
 font-size: smaller;
 }
font[size=+1] {
 font-size: larger;
 }
font[size=-2] {
 font-size: 60%;
 }
font[size=+2] {
 font-size: 150%;
 }
font[size=+4] {
 font-size: 300%;
 }
 
