body { 
background: white;
color: #900;
font-family: Arial, Helvetica, sans-serif;
background-image: url(norm2.jpg);
background-repeat: repeat;
}
#container {
width: 850px;
height: 800px;
margin-left: auto; 
margin-right: auto;
border: double #900 10px;
background: white;
color: #900;

}
p.header {
width: 96%;
height: 145px;
background-image: url(circle.jpg);
background-repeat: no-repeat;
background-position: center; 
 }
#side {
position: relative;
float: right;
width: 30%;
}
#main{
margin-bottom: 10px;
}
h1{
font-size: 1.6em;
text-align: center;
text-transform: uppercase;
font-style: italic;
}
h2{
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin-bottom: -2mm;
}
p{
text-indent:  1em;
margin-left: 1em;
margin-right: 1em;
font-size: .9em;
line-height: 15pt;
}
ol li {
margin-left: 1%;
margin-right: 1%;
line-height: 18pt;
list-style: lower-alpha;
}
ul li{
margin-left: 1%;
margin-right: 1%;
list-style-image: url(drop.jpg);
}
div.img2{
float: right;
border: solid #900 3px;
margin-right: 1%;
margin-left: 1%;
padding: 0px;
}
a { color: #f90;
 font-weight: bold;
 text-decoration: none; 
background: white 
}
a:visited  { 
color: #f90; 
background: #fff;
text-decoration: line-through 
}
a:hover { 
color: #f90; 
text-decoration: underline overline; 
background: #fff 
}
div.url{
display: none;
font-family: Courier, monospace; 
text-align: right;
margin-right: 1.5em;
}
#footer{
display:none;
}