/* CSS Document */

#background{
position: relative;
margin-left: auto;
top: 20px;
margin-right: auto;
width: 970px;
height: 710px;
background-color:#FFFFFF;
}

#nav{
position: relative;
margin-left: 34px;
top: 0px;
padding-top: 18px;
width: 131px;
height: 533px;
background-color:none;
border-right: #FFFFFF 3px solid;
z-index: 1;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color:  #9e2c17;
}

#content{
position: absolute;
top: 0px;
margin-left: 188px;
padding-top: 18px;
width: 725px;
font-family: Times New Roman, Times, Serif;
font-size: 19px;
color:#000000;
z-index: 2;
}

#content2{
position: absolute;
top: 0px;
margin-left: 188px;
padding-top: 18px;
width: 700px;
height: 507px;
font-family: Times New Roman, Times, Serif;
font-size: 19px;
color: #000000;
z-index: 2;
}


#images{
display: none;
}

#images2{
display: none;
}

a:link{
color: #9e2c17;
text-decoration: none;}

a:hover{
color: #9e2c17;
text-decoration: none;
}

a:visited{
color: #9e2c17;
text-decoration: none;}

H1
{
font-family: Arial, Helvetica, sans-serif;
color: #9e2c17; 
text-decoration: underline;
font-size: 21px;
}

#footer
{
display: none;
}
