/* Stylesheet for panorama index.  Author: Ian E Currah, Oct. 2005 */


.mainBox{
/*position: absolute;*/
position: relative;
width: 484px;
height: auto;
left: 50%;
/* margin-left = minus(width/2 + padding + border-width */
margin-left: -264px;
background-color: transparent;
color: #008800;
}

.banner{
/*position: absolute;*/
position: relative;
left: 0;
margin-top: 20px;
height: 60px;
width: 484px;
overflow: hidden;
}

.theText{
/*position: absolute;*/
position: relative;
left: 0;
/*top: 100px;*/
top: 20px;
margin-bottom: 20px;
height: auto;
width: 444px;
background-color: transparent;
padding: 20px;
font-family: verdana;
font-size: medium;
font-weight: bold;
line-height: 1;
}

ul.circle {list-style-type: circle}

a.bullets:link {color: #008800}
a.bullets:visited {color: #008800}
a.bullets:hover {color: #000000}

