body {
	background-color: #98907f;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	background-color: #000000;
}
a:visited {
	color: #333333;
}

header-img { margin-top: 10px;
}

#mainbox {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
}

#sidebar {
	padding: 5px;
	border-left: 1px solid #66210b;
	border-bottom: 1px solid #66210b;
}

table.main {
	background-color: #cbc5b9;
}

.lg-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #66210b;
}

.sm-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

  Navbar --!>

#navPyra {
	margin-bottom: 10px;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #960;
	}


#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #960;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: url(images/tab_pyram.png) no-repeat bottom center;
	}
