* {
	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;
}
		
A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: red;}
		
#wrapper{ 
	width:1000px;
	min-height:800px;
	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:15px 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;
}

#watch_mfg{
	width:430px;
	font-family:"Times New Roman", Times, serif;
	font-weight:800;
	font-size:13px;
}

#watch_mfg td{
	padding:2px;
}

#filler_left{
	width:500px;
	height:850px;
	background-color:#FFF;
	padding-top:25px;
}

#table{
	padding-left:40px;
	padding-bottom:25px;
}

#bigwatch{
	margin-left:15px;
}

#table td{
	padding:5px;
}

#filler_left_headline{
	margin-left:185px;
}


