div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 8em;
  left: auto;
  width: 10em;
  right: 2em;
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #336799;
  border: thin outset #000;
  color: white;
}
div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #000 }
div.banner a:first-child { border-top: none }
div.banner em { color: #white }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #000 }





h4.header {
   height: 93px;
   margin: 0;
   background: url('i/head-right.jpg') no-repeat top right;
   font-style:normal; font-variant:normal; font-weight:bold; line-height:1; font-size:12px; font-family:sans-serif; padding-left:0; padding-right:193px; padding-top:0; padding-bottom:0
   }
h4.header span {
   display:block;
   height:93px;
   margin: 0;
   background: url('i/head-left.jpg') no-repeat top left;
   color:white;
   text-align:center;
   white-space: nowrap; padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:0;
   }
h4.footer {
   height: 20px;
   margin: 0;
   background: url('i/footer-right.jpg') no-repeat top right;
   font-style:normal; font-variant:normal; font-weight:bold; line-height:1; font-size:12px; font-family:sans-serif; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:0
   }
h4.footer span {
   display:block;
   height:20px;
   margin: 0;
   background: url('i/footer-left.jpg') no-repeat top left;
   color:white;
   text-align:center;
   white-space: nowrap; padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:0
   }

			div.left-box {
				position: relative;
				top: 0px;
				left: 0%;
				width: 100%;
			}

			div.right-box {
				position: relative;
				top: 0px;
				left: 0%;
				width: 100%;
			}

			div.left-menu {
				position: relative;
				top: 0px;
				left: 0%;
				width: 100%;
			}

			div.main-window {
				position: relative;
				top: 0px;
				left: 0%;
				width: 100%;
			}

			div.right-menu {
				position: relative;
				top: 0px;
				left: 0%;
				width: 100%;
			}

			div.content {
				border-width: 0px;
				border-style: solid;
				border-color: #00CC00;
				padding: 1px;
				margin: 0px;
			}

			table.columns {
				width: 100%;
				padding: 0px;
				border-spacing: 0px;
				border-collapse: collapse;
			}

			td.columns {
				padding: 0px;
				vertical-align: top;
			}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

#pscroller1{
font-size: 12;
width: 125px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: lightblue;

}
.someclass{ //class
}





