
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #990000;
 color: #ffffff;
 }
		 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #000000;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
font-family: papyrus, helvetica, arial;
font-size: 1.5em;
font-weight: bold;
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: black url(medallion.jpg) no-repeat center;
 color: #ffffff;
 padding: 20px;
 }




a:link {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover {color: white; text-decoration: underline overline;}
a:active {color: white; text-decoration: none;}