#wrapper {
	position: relative;
	background-image: url(/images/bg_middle.gif);
	background-position: center center;
	background-repeat: repeat-y;
	width: 880px;
	margin: 0 auto;
}

#page {
	background-image: url(/images/bg_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 auto;
}

#content_table {
	background-image: url(/images/bg_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 880px;
	text-align: left;
}

#content_table td {
	vertical-align: top;
}

#nav_logo {
	width: 811px;
	margin: 28px 31px 0px 30px;
	text-align: left;
}

#nav_logo td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#nav_top {
	padding: 0px;
	margin: 19px 0px 0px 11px; 
}

#nav_btm {
	padding: 0px;
	margin: 2px 0px 0px 11px;
}

#page_img {
	position: absolute;
	top: 150px;
	left: 71px;
}

#login {
	width: 194px;
	margin: 29px 0px 15px 98px;
	font-size: 8px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	border-right: 2px #558888 solid;
}

#login td {
	padding: 3px;
	vertical-align: middle;
}

#copyright {
	width: 100%;
	font-size: 10px;
	color: #664422;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}

#copyright a {
	color: #664422;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
