.bg {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.border {
	border: 1px solid #054687;
	width: 770px;
}
.bar {
	background-image: url(/Images/Bar.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #054687;
	border-right-color: #054687;
	border-bottom-color: #054687;
	border-left-color: #054687;
	padding-bottom: 2px;
	padding-top: 0px;
	margin: 2px;
}
.width {
	width: 770px;
}
