/* still lacking monkey code */

body{
 color:#FFFFFF;
 }
	 
.menutitle{
cursor:pointer;
margin-top: 5px;
top: 240px;
left: 550px;
color:#FFFFFF;
width:140px;
padding:0px;
text-align:center;
font-weight:bold;
font-size: 10px;
}

.submenu{
margin-bottom: 0.5em;
}
	 
#hdr{
 width: 800px;
 height: 88px;
 background:#FFFFFF;
 color:#FFFFFF;
 border:solid #000000;
 background-image:url(images/GaladBanner.jpg);
 background-repeat: no-repeat;
 background-position:top;
 border-width:0px 0px;
 margin:0px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: 102px;
 left: 9px;
 width: 170px;
 height: 450px;
 border: 0px solid #000000;
 background-image:url(images/Menu.jpg);
 background-repeat: no-repeat;
 background-position:center;
 color: #FFFFFF;
 margin-top: 0px;
 padding: 0px;
 height: 450px;
 font-size: 12px; 
 }

#rh-col{
 position: absolute;
 margin: 10px 10px 10px 90px;
 top: 102px;
 left: 10px;
 border: 0px solid #000000;
 color: #FFFFFF;
 padding: 0px;
 width: 650px;
 height: 400px;
 }

#foot{
 position: absolute;
 top: 350px;
 color: #000000;
 width: 650px;
 height: 100px;
 font-size: 10px;
 }

a:link {
 color: #FFFFFF; text-decoration: none;
 }

a.white:link {
 color: #36135d; text-decoration: none;
 } 

a.white:active {
 color: #36135d; text-decoration: none;
 }

a.white:visited {
 color: #36135d; text-decoration: none;
 }

a.white:hover {
 color: #882DEF; text-decoration: none;
 }

a:active {
 color: #FFFFFF; text-decoration: none;
 }

a:visited {
 color: #FFFFFF; text-decoration: none;
 }

a:hover {
 color: #FFFFFF; text-decoration: none;
 } 
