@charset "UTF-8";
/* CSS Document */

.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.test {
	top: 40px;
}
body {
	margin-left: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#nav {
	width: 100%;
	height: 100px;
	border: 1px none #FF0000;
	position: fixed;
	top: 0px;
	padding-top: 40px;
	}
	
#lefty {
	text-align: right;
	float: right;		
 }

#scroll {
	height: 540px;
	width: auto;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 40px;
 }
 
#scroll img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
 }

#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 120px;
 }

.link {
	color: black;
	border: 0;
}

img {
	border: 0px solid #000;
		
}

