#wrap {
    background:#cc6700;
    margin:0 auto;
    width:780px;
}
#main-content {
    float:right;
	background-color: #cc6700;
	padding: 16px;
	padding-top: 0px;
	line-height: 20px;
    clear:both;
	display: block;
	width: 95%;
	text-align: justify;
}
#header {
	background:#4b0000;
    clear:both;
	height: 159px;
}
#footer {
    background:#cc9966;
    clear:both;
	text-align: center;
	font-size: 85%;
}
#footer p {
    padding:	5px;
    margin:		0;
	color:		#800000;
}
#footer p, #footer a {
	font-size: 95%;
}
#menuInternal {
	position: relative;
	float: left;
	top: -24px;
	z-index: 2;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
}
#navcontainerInternal {
  padding: 0px;
  margin: 0px;
}
#navcontainerInternal ul#navlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#navcontainerInternal ul#navlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #4C0000;	
}
#navcontainerInternal ul#navlist li a {
  margin: 0px;
  padding: 2px;
  background-color: #C95202;
  font-size: 120%;
  font-weight: normal;
}
#navcontainerInternal ul#navlist li a:link, #navlist a:visited {
  color: #EEE;
  text-decoration: none;
  font-size: 120%;
 font-weight: normal;
}
#navcontainerInternal ul#navlist li a:hover {
  background-color: #4C0000;
  color: #fff;
}
#navcontainerInternal ul#navlist li a#active {
  background-color: #4C0000;
  color: #ffcc00;
}