body{
background-image: url(carpside2.jpg);
background-attachment: fixed;
background-color: #BEBDBD;
margin: 20px;
}


#content{
width: 600px;
height: 220px;
position: absolute;
left:160px;
top:250px;
overflow:auto;
/*border: solid thin black;*/
filter: chroma(color=#BEBDBD);
background-color: #BEBDBD;
scrollbar-3dlight-color:#BEBDBD;
scrollbar-arrow-color:black;
scrollbar-track-color:#BEBDBD;
scrollbar-darkshadow-color:#BEBDBD;
scrollbar-face-color:#BEBDBD;
scrollbar-highlight-color:#BEBDBD;
scrollbar-shadow-color:#BEBDBD;
}

#header{
width: 550px;
filter: chroma(color=#BEBDBD);
margin-left:160px;
margin-top:0;
/*border: solid thin black;*/
}

#nav{
position: absolute;
top: 80px;
left:5px;
width: 110px;
filter: chroma(color=#ffffff);
/*border: solid thin black;*/
}

p{
color: black;
font-family: Times New Roman, Times, Serif;
font-size: 12pt;
padding-left: 10px;
padding-right: 10px;
text-indent: 7px;
line-height:1.5;
/*border: solid thin black;*/
}

p:first-letter{
font-size: xx-large;
}
