/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #339933;
 color: #333333;
 }
	 
#hdr{
 /* height:35px; */
 background:#339933;
 color:#000000;
 border:solid #000000;
 border-width:1px 0px;
 margin:20px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: 158px; /* 284 */
 left: 20px;
 width: 180px;
 /* height: 265px; */
 border: 1px solid #000000;
 background: #99CC33; 
 color: #333333;
 margin: 0px;
 padding: 0px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 1px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 position: relative;
 }

#image {
  background: #339933;
  position: absolute;
  top: 540px;
  left: 16px;
  width: 180px;
  /*height: 180px;*/
}

h1,h2,h3,h4,h5 {color: black}
a.main {color: #339933; font-family: times new roman}
a.grid {color: #000000; font-family: times new roman}
a.image {color: #000000; font-family: times new roman}
a:hover {color: #3333FF}
a.bottom{color: #FFFF00; font-family: times new roman}
