.bkGround {
	background-attachment: fixed;
	background-image: url(bkGround.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
.border {
	border: 1px outset #000000;

}
.picBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.navBorder{
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;

}
