/* CSS Document */

.nav {
	position: absolute;
	z-index: 2;
	visibility: visible;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.content
    {
	margin-top: -113px;
	z-index: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #8a7134;
	border-right-color: #8a7134;
	border-bottom-color: #8a7134;
	border-left-color: #8a7134;

}
.bottom {
	background-image: url(media/back.gif);
	background-repeat: repeat-y;
	}