/* A Free Design by Bryant Smith (bryantsmith.com) */


body {
	background: url(parchment-background.jpeg);
 
}
 

.topNaviagationLink
{


text-align:center;
position:relative;
margin-top:0px;
font-size:20px;
margin-left:-10px;
padding-left:60px;
width:185px;
height: 28px;
line-height: 0px;
float:left;
color:Black;
font-family:"OldEnglish";
             top: 3px;
            left: 172px;
    



}





.topNaviagationLink a
{
text-decoration:none;
color:#000000; 
display:block;
width:107px;
height:35px;
line-height:35px;
text-align:center
}

.topNaviagationLink a:hover
{
border-bottom:none;
color:#800000;
background-image:url(images/tab.png);
box-shadow:#1c1c1c 2px 2px 8px;
-webkit-box-shadow:#1c1c1c 2px 2px 8px;
-moz-box-shadow:#1c1c1c 2px 2px 8px;
-o-box-shadow:#1c1c1c 2px 2px 8px;
}


#mainPicture
{

background-image:url('parchment-background.jpg');
 
}

#mainPicture .picture
{

background-image:url('parchment-background.jpg');

    
}

#headerTitle
{

 text-align:center;
color:Maroon;
font-family:"OldEnglish";
font-size : 55px

}

#footer

{

 text-align:center;
color:Maroon;
font-size : 35px



}


#headerSubtitle
{
  text-align:center;
  color:Maroon;
  font-family:"OldEnglish";
  
 
}

#tagline
{
 text-align:center;
}



@font-face
{
font-family: OldEnglish;
src: url('old_engl-webfont.eot');
src: url('OldEnglish_Regular.ttf') format('truetype');

}