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


body {
	background-image: url(../img/wider/backgroundloop.gif);
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: none;
}

.twoColFixLt #sidebar1 {
	background-image: url(../img/wider/sidebar.gif);
}
