@CHARSET "ISO-8859-1";

body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin-top: 0px;
	overflow-x:hidden;
	background-image: url(background.jpg);
	background-attachment: fixed;


}

.navi {
	float: left;
	width: 220px;
	height: 300px;
	margin-top:0;
	margin-left:24px;

}
.headerdiv {
	margin-top: 0px;
	float: left;
	background-color: #FFFFFF;
	width: 220px;
	height: 80px;
}

.linkdiv1 {
	margin-top: 24px;
	float: left;
	background-color: #FFFFFF;
	width: 220px;
	height: 23px;
}

.linkdiv {
	margin-top: 5px;
	float: left;
	background-color: #FFFFFF;
	width: 220px;
	height: 23px;
}

a:hover {
	color: #b01111;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 1.3em;
	font: Arial, sans-serif;
}
.link2 {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font: Arial, sans-serif;
	margin-left:10px;
}
.link2ie {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.0em;
	font: Arial, sans-serif;
	margin-left:10px;
}

.link2:hover {
	color: #cb19ad;
}
.link2ie:hover {
	color: #cb19ad;
}
