.Header {
	width: 650px;
	height: 160px;
	background-image: url('system_images/header.png');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.navbar {
	width: 640px;
	height: 35px;
	background-image: url('system_images/navbar.png');
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.body {
	margin: 0px auto 0px auto;
	width: 650px;
	background-image: url('system_images/body.png');
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	height: 479px;
}
.wrapper {
	width: 650px;
	height: 493px;
	margin: 0px auto 0px auto;
}
.footer {
	width: 650px;
	height: 33px;
	margin: 0px auto 0px auto;
	font-size: small;
	font-family: calibri;
	color: #FFFFFF;
	padding: 10px 2px 2px 2px;
	border-color: #000000;
	text-align: center;
}
.title {
	font-family: Pristina;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	width: 630px;
	padding: 10px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.h1 {
	margin: 0px auto 0px auto;
	font-family: calibri;
	font-weight: bold;
	font-size: large;
	color: #000000;
	padding: 10px 0px 20px 0px;
}
.p {
	font-family: calibri;
	font-size: small;
	color: #000000;
	margin: 0px Auto 0px Auto;
	padding: 5px 0px 15px 0px;
}
.navframe {
	margin: 0px auto 0px auto;
}
