@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Verdana;
 	background: url(images/bg.jpg) repeat top left;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
	/*scrollbar-face-color : #D8D8D8;
	scrollbar-highlight-color : #EFEFEF;
	scrollbar-shadow-color : #C6C6C6;
	scrollbar-3dlight-color : #B1B1B1;
	scrollbar-arrow-color : #898989;
	scrollbar-track-color : #EFEFEF;
	scrollbar-darkshadow-color : #B1B1B1;*/
}

img, img a {
	border: none; 
}
/***********************************************/
/* Layout Divs		   */
/***********************************************/

#main {
	width: 845px; 
	height: auto;
}
#header{
	width: 845px;
	height: 228px;
	background: url(images/header.jpg) no-repeat top left; 
	text-align: right; 
}

#content {
	width: 845px;
	height: auto; 
	background: url(images/main_bg.jpg) repeat-y top left; 
	text-align: left; 
	font-size: 12px;
}
#footer {
	clear:both;
	width: 845px;
	height: 17px; 
	background: url(images/footer.jpg) top no-repeat; 
	text-align: left;

}	

#content_left {
	width: 525px;
	height: auto; 
	float: left; 
	padding-left: 32px;
}


.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  }
  
a, a:link, a:visited {
	color: #660066;
}
a:hover {
	text-decoration:none;
}
.kl {
	font-size: 10px;
}