#masterWrap {
	width: 811px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}
#leftSide {
	width: 5px;
	float: left;
	height: 781px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#masterWrap #contentWrap #header {
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 164px;
}
#header table {
	font-family: Garamond, "Times New Roman", serif;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
}

#contentWrap {
	float: left;
	width: 800px;
}
#masterWrap #contentWrap #bottomShadow {
	background-image: url(../graphics/shadow_btm.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	color: #6A5136;
	text-align: center;
	padding-top: 5px;
}

#masterWrap #contentWrap #footer {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333366;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#lower_content {
	height: 235px;
	background-image: url(../graphics/bm_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#masterWrap #rightBottom {
	float: left;
	height: 5px;
	background-image: url(../graphics/btm_corner_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightSide {
	float: right;
	width: 5px;
	height: 780px;
	background-image: url(../graphics/shadow.png);
	background-repeat: repeat-y;
	background-position: left;
}
#masterWrap #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#masterWrap #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

