@charset "UTF-8";
* {
	padding:0;
	margin:0;
}

A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: red;}

html {
	background-image:url(images/white_tile.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

body{
	background-position:0 200px;
	background-image:url(images/KAS_background_tile_small.jpg);
	background-repeat:repeat;
}
		
#wrapper{ 
	width:1000px;
	background-color:#EAEAEA;
	background-image:url(images/KAS_wrapper_background_tile_small.jpg);
	margin:auto;
	border-color:#000;
	border-style:solid;
	border-width:0 5px 0 5px;
}

#text_headline {
	height:110px;
	background-color:#333;
	background-image:url(images/textHeadline_BG.png);
	background-repeat:repeat-x;
}

#text_headline img{
	margin:30px 0 0 25px;
}

#filler_right{
	font-family:"Times New Roman",Times,serif;
	width:425px;
	text-align:justify;
	line-height:135%;
	word-spacing: 2px;
	float:right;
	padding:25px 50px 0 0;
	font-family:"Times New Roman", Times, serif;

}

#filler_left{
	width:495px;
	height:915px;
	text-align:justify;
	line-height:135%;
	word-spacing: 2px;
	padding:5px 0 0 5px;
	font-family:"Times New Roman", Times, serif;
	background-color:#FFF;
}

#filler_left img{
	padding:20px 0 0 20px;
	
}

#text_sub_headline{
	padding:50px 0 0 350px;
	
}

#bold{
  font-weight:bold;
  }

