#AgmMainDIV
{
position:   relative;
top:        0;
left:       0;
width:      980px;
height:     660px;
min-width:  980px;
max-width:  980px;
min-height: 660px;
max-height: 660px;
margin:     0 auto 0 auto;
background: silver url('../wimages/CaryWall-96x64.jpg') repeat;
}

#AgmTextDIV
{
position:  absolute;
top:           10px;
left:          10px;
width:        940px;
height:       620px;
margin:         0px;
padding:        0px;
overflow-x:   none;
overflow-y: scroll;
background:   white;
border: solid 10px #fae6c8;
}

h1
{
text-align:      center;
text-decoration: none;
}

h2
{
text-align:      center;
text-decoration: none;
}

p
{
margin:     10px;
font-size:  20px;
text-align: justify;
text-decoration: none;
}

