body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #a36c21;
}
a:visited {
	color: #a36c21;
}
a:hover  {
	color: #bf9356;
}
a:active {
	color: #bf9356;
}
#home_container  {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E2DED8;
	margin: 0 auto;
	text-align: left;
}
#home_main {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	border: 5px solid #FFFFFF;
}
#home_top {
	height: 50px;
	width: 800px;
	background-color: #000000;
}
#home_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #000000;
	text-align: right;
	padding-top: 15px;
}
#centerphoto {
	height: 600px;
	width: 416px;
	background-image: url(images/h_parcek_memphis.jpg);
}
#home_leftmenu {
	height: 600px;
	width: 200px;
}
#home_menu {
	background-image: url(images/h_rightback.jpg);
	width: 187px;
	vertical-align: bottom;
	padding-bottom: 80px;
}
#home_photo {
	height: 600px;
	width: 413px;
}
#sub_container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeece9;
	margin: 0 auto;
	text-align: left;
}
#sub_main {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeece9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	border: 5px solid #FFFFFF;
}
#sub_menu {
	background-image: url(images/back_leftside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 267px;
	height: 650px;
	vertical-align: top;
}
#sub_content {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 533px;
}
#sub_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}
#sub_top {
	height: 50px;
	width: 800px;
	background-color: #000000;
}
#sub_copyright td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #000000;
	text-align: right;
	padding-top: 15px;
}
