/* General Formatting ----------*/
body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.4em;
}
strong {
	font-weight: bold;
}
a {
	color: #302924;
}
a:hover {
	text-decoration: none;
}
/* Container -------------------*/
#container {
	margin: 0 auto;
	width: 770px;
}
/* Sidebar ---------------------*/
#sidebar {
	float: left;
	background: url(../../images/sidebar-bg.jpg) no-repeat;
	width: 160px;
	height: 345px;
}
/* Main ------------------------*/
#main {
	float: left;
	width: 610px;
}
/* Header ----------------------*/
h1#header {
	float: left;
	background: url(../../images/header-bg.jpg) no-repeat;
	width: 610px;
	height: 160px;
	text-indent: -9999px;
}
/* Navs ------------------------*/
#top-nav, #btm-nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#top-nav li, #btm-nav li {
	display: inline;
}
#top-nav a, #btm-nav a {
	font-size: 10pt;
	color: #64452d;
	padding: 0 10px;
	border-left: 1px solid #64452d;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#top-nav a:hover, #btm-nav a:hover {
	color: #b8a09a;
}
/* Content ---------------------*/
#content {
	display: block;
	width: 570px;
	font-size: 10pt;
	margin: 15px 20px;
	color: #5c5c5c;
}
#content p, #content blockquote {
	margin-bottom: 1em;
}
#content ul {
	list-style: disc;
	list-style: inside;
	margin-left: 20px;
	margin-bottom: 1em;
}
#content h2 {
	font-size: 14pt;
	margin-bottom: .3em;
	padding-bottom: .3em;
	color: #333;
	border-bottom: 1px solid #ccc;
}
#content h3 {
	font-size: 12pt;
	margin-bottom: .3em;
	color: #A52F13;
}
#content h4 {
	font-size: 12pt;
	margin-bottom: .3em;
	color: #333;
}
#content blockquote {
	margin: 1em 20px;
	border: 1px solid #ccc;
	padding: 15px;
	color: #333;
	background-color: #feffe5;
}
#content address {
	width: 30%;
	margin: 1em 20px;
	border: 1px solid #ccc;
	padding: 15px;
	color: #333;
	background-color: #f8f8f8;
	text-align: center;
}
ul.two-col li {
	float: left;
	width: 50%;
}
/* Misc ------------------------*/
.no-border {
	border: 0 !important;
}
.indent {
	margin-left: 20px;
}
.highlight-txt {
	color: #302924;
}
.clear {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center; 
}
img {
	background-color: #6F362F;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 5px 1.4em 5px;
}
.caption {
	width: 430px;
}
.caption img {
	margin-left: 20px;
	margin-bottom: .4em;
}
.caption p {
	display: block;
	margin: 0;
	text-align: right;
	font-style: italic;
}

#moving_time {
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;  /* This is the part that hides the text */
	text-align: left;
	text-decoration: none; 
	outline: none; /* gets rid of the dotted border on the link */
	border: none;
}