@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;
	height:100%;
	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_center{
	margin:0 0 0 100px;
	
}

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

#filler_left{
	width:600px;
	height:565px;
	padding:10px 0 0 15px;
	background-color:#FFF;
	
}

#filler_left img{
	/*padding:10px;*/
	margin:20px 0 0 25px;
	/*float:left;*/
}
