/*This is my core style sheet for my strep site*/




body {background-color : #FFFFFF;
color: #073307;
font-family: Veranda, Arial;
background-image: url(strepimages/bg1.jpg);
margin: 0em;font-size: 14px;
font-weight: bold;
background-color: #FFFFFF;
background-attachment: fixed;
}


p {
font-size: 14px;
text-align: left;
line-height: 1.7em;}

h1 {
color: red;
text-align: left;
font-style: italic;letter-spacing: 5px;
}

h2 {font-size: 1.1em;
text-decoration: underline;
}

p.footer {
font-size: .5em;
font-weight: bold;
text-align: center;
}

a:link {
text-decoration: none;
color: #073307;} 

a:visited {
text-decoration: none;color: #073307;
}

a:hover {
text-decoration: none;
color: #F7FFF7 ;background-color: #84499C;
}

a:active {
text-decoration: none;
background-color: #F7FFF7;
}

#header {border-bottom: 5px #073307 solid;
padding-left: 75px;padding-right: 75px;
padding-bottom: 5px;
padding-top: 5px;
background-image: url(strepimages/bg1.jpg);
}


#header p {display: block;
}

#main-content {
margin-left: 140px;
margin-right: 139px;
padding: 10px;
margin-top: -50px;
background-image: url(strepimages/bg.jpg);
border: 3px #073307 solid;
font-size: 12px;
}



#navbar {
position: absolute;
top: 245px;
left: 0px;
width: 140px;
border-top: 1px #073307 solid;
text-align: center;
font-weight: bold;
display: block;
color: #073307;
}

#navbar a:link {display: block;
border-bottom: 1px #073307 solid;
padding-bottom: 3px;
padding-top: 3px;
}

#navbar a:visited {
color: #073307;
border-bottom: 1px #073307 solid;
padding-top: 3px;
padding-bottom: 3px;
display: block;
}


#navbar a:hover {
color: #F7FFF7;
}


#linkbar {
position: absolute;
top: 245px;
right: 0px;
width: 139px;
border-top: 1px #073307 solid;
text-align: center;
font-weight: bold;
display: block;
color: #073307;
}

#linkbar a:link, #linkbar a:visited {
display: block;
color: #073307;
border-bottom: 1px #073307 solid;
padding-top: 3px;
padding-bottom: 3px;
}


#linkbar a:hover {
color: #F7FFF7;
}

#outer-image {
height: 225px;
background-image: url(strepimages/notherbg.jpg);
border-bottom: 5px #073307 solid;
}




