@CHARSET "UTF-8";
/* navigation menu */
#hwrapper {
	height: 122px;
	border-bottom: 4px solid #139C4C;
}

#logo {
	width: 190px;
	height: 112px;
	display: block;
	margin-top: 10px;
}

#menucontainer {
	height: 100%;
	position: relative;
}

#menucontainer div {
	position: absolute;
	bottom: 0px;
	right: 0;	
}

#navcorner {
	width: 41px;
    height: 30px;
    top: 0px;
    background: transparent url("/img/menu/curve.png") no-repeat;
}

#footer {
	width: 100%;
}

#footertext {
	text-align: center;
}

.alt {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-size: 13px;
  font-weight: normal;
}
 
