/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #000;
 color: #FFFFFF;
 width: 100%;
 height: 100%;
 overflow: auto;
 font-family: Candara, Arial;
 font-size: 14px;
 text-align: left;
 }
#lh-col{
 position: absolute;
 top: 0;
 left: 20px;
 width: 250px;
 border: 2px solid #000000;
 background: #000;
 color: #FFF;
 margin: 0px;
 padding: 0px;
 height: 600px;
 }

#rh-col{
 margin: 20px 20px 20px 300px;
 width: 600px;
 height: 600px;
 border: 2px solid #000000;
 background: #000;
 color: #FFF;
 padding: 20px;
 position :relative;
 background:url(img/haken.png) top left no-repeat;
 }
#rh-text {
	height: 560px;
	width: 570px;
	overflow: auto;
}
#rh-bottom {
	margin-top: 25px;
	text-align: center;
}
a {
	color: white;
	text-decoration: none;
}
a.hover {
	color: #99CC00;
}
