
  #topnav {
		position: absolute;
        left: 14px;
        top: 0px;
        width: 800px;
        height: 119px;
        z-index: 100
       }

   #guard {
		position: absolute;
        left: 14px;
        top: 119px;
        width: 150px;
        height: 27px;
        z-index: 100
       }

   #leftnav {
		position: absolute;
        left: 0px;
        top: 160px;
		height: 99%;
        width: 150px;
        z-index: 100;
		padding-left: 5px;
       }

   #rightnav {
		border: 0px solid #000000;
		position: absolute;
        left: 660px;
        top: 160px;
		height: 99%;
        width: 150px;
        z-index: 100;
		padding-left: 5px;
       }

   #main {
		border: 0px solid #000000;
		position: absolute;
		left: 160px;
		top: 157px;
		width: 488px;
		z-index: 100;
		padding-left: 8px;
		padding-right: 6px;
       }

   #mainnoleftnav {
		position: absolute;
		top: 147px;
		width: 99%;
		left: 0px;
		padding-left: 1cm;
		z-index: 100;
       }

	.maintext {
		color: #000000;
		font-weight: bold;
		font-size: 90%;
		font-style: italic;
	  }

    .brownborder {
		border: 1px solid #000000;
                 }

	.sidetitle {
		font-family: arial, verdana, sans-serif;
        color:#000000;
		font-size:11px;
		font-weight:bold;
  		padding:2px;
		letter-spacing: .1em;
		border: 1px solid #000000;
        border-bottom: 0px;
		text-align:center;	
  		background:#F8B5B9;
		}


	.side {
		font-family: arial, verdana, sans-serif;
		color:#000000;
		font-size:11px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
  		padding:2px;				
		padding-top:6px;
		padding-bottom:4px;
		border: 1px solid #000000;
		padding-left: 5px;
		
		}	

a:link {color: salmon; background: white}
a:visited {color: brown; background: white}
a:hover {color: white; background: pink}
#a:active {color: green; background: white}

	.calendar {
		font-family: arial, verdana, sans-serif;
		color:gray;
		font-size:9px;
		font-weight:normal;
  		background:#FFF;
  		line-height:14px;
  		padding:1px;
  		text-align:center;	
		}

	#banner {
		position: absolute;
		left: 260px;
		top: 125px;
		width:300px;
		font-family:  arial, verdana, sans-serif;
		color:#000000;
		font-size:24px;
		font-weight: bold;
        text-align: center;
        border: 1px #000000 solid;
  		background:#F8B5B9;
		}

  .quotesbody {
		position: absolute;
		top: 25px;
		left: 30px;
		right: 25px;
		z-index: 100;
		font: italic small-caps 900 12px arial bold
 	    }

  .quotespic {
       position: absolute;		
	   top: 15px;
	   z-index: 10;
	   }

