.topleft {
	background-repeat: no-repeat; 
	background-image: url(img/topleft_lw1.gif);
}

.topmid {
	background-repeat: repeat-x; 
	background-image: url(img/topmid_lw1.gif);
}

.topright {
	background-repeat: no-repeat; 
	background-image: url(img/topright_lw1.gif);
}

.lcol {
	background-repeat: repeat-y; 
	background-image: url(img/lcol_lw1.gif);
}

.rcol {
	background-repeat: repeat-y; 
	background-image: url(img/rcol_lw1.gif);
}

.botleft {
	background-repeat: no-repeat; 
	background-image: url(img/botleft_lw1.gif);
}

.botmid {
	background-repeat: repeat-x; 
	background-image: url(img/botmid_lw1.gif);
}

.botright {
	background-repeat: no-repeat; 
	background-image: url(img/botright_lw1.gif);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}