/*This is the core style sheet of the site.*/

body { 

background-color: #E2D3A7;
color: #000000;
font-family: Georgia, Times, 	serif;
font-size: 1em;
background-image: url(background.gif);
background-repeat: repeat-y;
margin-left: 100px;
}

h1 {
background: transparent url(title.gif) no-repeat to centre;
width: 417px;
height: 85px;
}
h1 span { display: none;}

h2 {

font-size: 1.1em;
}

p {
text-align: center;
font-size: .8em;

}

header {
text-align: center;
}

a.border img {
border: 2px dotted #CBB984;
}	

a.border:hover img{
border: 2px dotted #7F1A1A;
}

#main-text {
margin: 0px;
position: relative;

}
.cap {

float: left;
width: 42px;
font-size: 62px;
line-height: 51px;
font-weight: normal;
color:#000000;
font-family: Georgia, Times, serif;

}