body {
	margin: 0px;
	background-image:url(design_template/page_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #4E473A;
}
.page_wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.content_top {
	width: 850px;
	height: 134px;
	background-image:url(design_template/page_header.jpg);
	background-repeat: no-repeat;
}
.navigation {
	width: 850px;
	height: 27px;
	background-image:url(design_template/navigation_bar.jpg);
	background-repeat: no-repeat;
}
.content_main {
	width: 850px;
	background-image:url(design_template/content_background.jpg);
	background-repeat: repeat-y;
	padding-top: 25px;
}
.content_bottom {
	width: 850px;
	height: 14px;
	background-image:url(design_template/content_bottom.jpg);
	background-repeat: no-repeat;
}
.footer {
	color: #776C56;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

h1 h2 h3 {
	margin: 0px;
	padding: 10px 10px 15px 10px;
}
p {
	margin: 0px;
	padding: 8px 45px 15px 45px;
	text-align: justify;
}
.minitext {
	font-size: 10px;
}
td {
	font-size: 13px;
}

/*-----------------------------------------------------------
  STYLES FOR PRIMARY NAVIGATION ITEMS
-----------------------------------------------------------*/
.navigation ul {
	text-align: right;
	list-style: none;
	padding: 10 13 0 0;
	margin: 0px;
}
.navigation li {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #4E473A;
	list-style: none;
}
.navigation li#lastItem {
	border-right: none;
}
.navigation li a {
	text-decoration: none;
	font-size: 14px;
	color: #4E473A;
}
.navigation li a:hover {
	font-size: 14px;
	color: #000000;
}
#activeNav {
	text-decoration: none;
	font-weight: bold;
}


/*-----------------------------------------------------------
  OLD STUFF STARTS HERE
-----------------------------------------------------------*/

