BODY {
	background-color: #e0e0e0;
	height: 100%;
}

a:link {color: white; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
a:hover {color: red; text-decoration: none; }
a:active {color: white; } 

.class1 A:link {color: red; text-decoration: none}
.class1 A:visited {color: red; text-decoration: none}
.class1 A:active {color: red; text-decoration: none}
.class1 A:hover {text-decoration: underline; color: grey;}

IMG {
	margin: 0px;
	border: none;
}

#header {
	position: absolute;
	top: 0px;
	left: 50px;
	margin:  0px;
	padding: 0px;
	width: 797px;
	height: 100%;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color: white;
}

#content {
	float: left;
	width: 777px;
	height: auto;
	background-color: white;
	padding: 10px;
	margin: 0px;
}

#navi {
	font-weight: bold;
	line-height: 150%;
	position: absolute;
	top: 84px;
	left: 60px;
	text-align: left;
	margin:  0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: "Verdana","Arial";
	font-size: 11px;
	z-index: 1;
}

#welcometext{
	font-weight: bold;
	text-align: left;
	color: red;
	margin:  0px;
	padding: 0px;
	font-family: "Verdana","Arial";
	font-size: 16px;

}

#welcometext2{
	font-weight: bold;
	text-align: left;
	color: black;
	margin:  0px;
	padding: 0px;
	font-family: "Verdana","Arial";
	font-size: 17px;

}

#welcome IMG.welcomeimage {
	float: left;
	padding-right: 10px;
}

#welcome {
	background-color: white;
	font-size: 12px;
	font-family: "Verdana","Arial";
}

#welcomesmaller {
	background-color: white;
	font-size: 10px;
	font-family: "Verdana","Arial";
}

#footer{
	position: relative;
	bottom: 10px;
	color: gray;
	margin:  0px;
	padding: 0px;
	font-family: "Verdana","Arial";
	font-size: 10px;
}