/* lylestyle2.css */

body {
background-color: #000000;
}


#all {
position: absolute;
background-color: #000000;
left: 0%;
top: 0%;
width: 100%;
height: 100%;
}

#head {
background-image: url(http://www.jameslyle.net/images/JLtop.jpg) ;
background-repeat: no-repeat;
position: absolute;
left: 0%;
top: 0%;
width: 884px;
height: 73px;
}

#headleft {
background-image: url(http://www.jameslyle.net/images/JLleft.jpg) ;
background-repeat: no-repeat;
position: absolute;
left: 0px;
top: 73px;
width: 74px;
height: 540px;
}

#indexpic {
background-image: url(http://www.jameslyle.net/images/JLindexpic.jpg) ;
background-repeat: no-repeat;
position: absolute;
left: 74px;
top: 73px;
width: 425px;
height: 471px;
}

#address {
position: absolute;
left: 74px;
top: 544px;
width: 425px;
height: 100%;
}

#pulldown {
position: absolute;
left: 74px;
top: 73px;
width: 100%;
height: 85px;
padding-left: 1%;
padding-right; 1%;
text-align: top;
}

#articles {
position: absolute;
left: 499px;
top: 185px;
width: 385px;
height: 100%;
padding-left: 1%;
padding-right; 1%;
text-align: top;
}

#gallery {
position: absolute;
left: 74px;
top: 185px;
width: 810px;
height: 2000px;
}


/* headline */

h1 {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: large;
}

/* boldline */

h2 {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

h3 {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

p {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

/* smallbold */

h4 {
  color: #ffffff;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}

/* headlineb */

h5 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: medium;
}

/* boldlineb */

h6 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: small;
}

/* smallboldb */

h7 {
  color: #000000;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: x-small;
}





