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

.lefthp { // move contents left, off visable portion of screen. Used w/'honeypot' to stop bot spam on forms
	left: -500px;
	visibility: hidden;
}
