/*This is the sermon title style sheet*/

#wrap { 

width:900px; margin:0 auto; 

} /* "auto" makes the left and right margins center the wrapper */

body {

background-color: #000000;  

background-image: url(brown_texture.jpg);

background-attachment: fixed;

}

p {

color: #ffffff;

}

h1 {

color: #ffffff;

font-size: 1.9em;

text-align: center;

}

h2 {

color: #ffffff;

font-size: 1.1em;

text-align: center;

}

h3 { 

color: #ffffff;

font-size: 0.9em;

text-align: center;

}


a:link {

color: #ffffff;

}

a:hover{

font-style: italic;

}

a:active{

color: purple;

}

a:visited{

color: red;

}

#header{

padding-top: 25px;

padding-bottom: 25px;

border-bottom: 1px #ffffff solid;

}

#content{

padding-top: 25px;

padding-left: 50px;

}

#footer{

border-top: 1px #ffffff solid;

}
