html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #FCF2DD;
	color:#000000;
	height: 100%;
	font-family: "Georgia", "Times New Roman", Times, serif;
}

#top_left_margin {
	height: 138px;
}

#top_right_margin {
	height: 138px;
}

#nav_left_margin {
	height: 58px;
	background-image: url(/images/rope_top.gif);
	background-repeat: repeat;
	background-position: right top;
}

#nav_right_margin {
	height: 58px;
	background-image: url(/images/rope_top.gif);
	background-repeat: repeat;
	background-position: left top;
}

#bottom_rope_left_margin {
	height: 34px;
	background-image: url(/images/rope_bottom.gif);
	background-repeat: repeat;
	background-position: right top;
}

#bottom_rope_right_margin {
	height: 34px;
	background-image: url(/images/rope_bottom.gif);
	background-repeat: repeat;
	background-position: left top;
}

.separate_table {
	border-collapse: separate;
}

.homepage_content .body_copy {
	padding: 0px;
}

.subpage_content .body_copy {
	padding: 16px;
}

#header_container {
}

#logo {
	float: left;
}

#brand {
	margin-left: 600px;
}