/*VCIM week 5 style*/

*{
margin:0;
padding:0;
}
body 
{
background-image:url('parchment.jpg');
background-repeat:repeat;
margin-top:2.5%;
margin-left:auto;
margin-right:auto;
width:65%;
font-family:"arial", helvetica, sans-serif;
font-size:1.2em;
}
#sitename
{
line-height:3.2em;
border-bottom-style:solid;
border-bottom-width:thin;
padding-top:1.5em;
}
h1.sitename
{
font-size:6em;
color:#000000;
font-family:English;
src:url('fonts/English_.ttf')
}
h3.sitename
{
font-size:2.2em;
text-indent:5em;
font-family:"Times New Roman", Times, serif;
color:#990000;
}
a.tagline
{
color:#c00000;
}
#tagline
{
font-family:"arial", helvetica, sans-serif;
font-weight:"lighter";
}

h2.body
{
text-align:center;
font-size:1.7em;
}
p.body
{
text-indent:3em;
line-height:2em;
}
#footer
{
border-top-style:solid;
border-top-width:thin;
margin-top:2.5%;
margin-bottom:10%;
}