body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#main {
	width:800px;
	margin: auto;
	height: auto;
}

#header {
	position:relative;
	width:795px;
	height:222px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-right: 1px;
	border-left: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #4f4f4f;
	border-right-color: #4F4F4F;
}

#navbar {
	position:relative;
	width:795px;
	height:33px;
	background-image: url(images/navbar.jpg);
	border-right: 1px;
	border-left: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #4f4f4f;
	border-right-color: #4F4F4F;
}
#navbarcontent {
	height: 33px;
	margin: auto;
	position: relative;
}
#navbarcontent td {
	padding: 7px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
}
.navbaritem {
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navbardivider {
	background-image: url(images/navdivider.jpg);
	background-repeat: no-repeat;
	width: 2px;
}
.navbaritem a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}
.navbaritem a:hover   {
	background-image: url(images/navhover.jpg);
	background-repeat: repeat-x;
	padding: 8px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}

#shad {
	position:relative;
	width:795px;
	background-image: url(images/shad.jpg);
	background-repeat: repeat-x;
	border-right: 1px;
	border-left: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #4f4f4f;
	border-right-color: #4F4F4F;
	height: 20px;
	visibility: visible;
}

#content {
	position:relative;
	width:795px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px;
	border-left: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #4f4f4f;
	border-right-color: #4F4F4F;
	background-color: #FFFFFF;
	min-height: 100px;
}

#footer {
	position:relative;
	top:auto;
	width:795px;
	height:85px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border-right: 1px;
	border-left: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #4f4f4f;
	border-right-color: #4F4F4F;
	border-bottom: 1px;
	border-bottom-color: #4f4f4f;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
#footer a {
	text-decoration: none;
	color: #000000;


}
