@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #555555;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #931B1C;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #831819;
}
a:hover {
	color: #024EBC;
}

#container {
	width: 794px;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#masthead {
	height: 114px;
	width: 794px;
	background-image: url(../images/bg_masthead.gif);
	background-repeat: repeat-x;
}
a   img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#nav_area {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 289px;
	float: left;
}
#nav_area ul {
	list-style-type: none;
	margin-left: 31px;
	margin-top: 67px;
	line-height: 40px;
	font-size: 16px;
}
#nav_area a {
	color: #831819;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfd9ca;
	display: block;
	width: 200px;
	padding-left: 22px;
}
#nav_area a:hover {
	color: #0F3381;
	background-color: #FFFFFF;
}

#rightcol {
	background-image: url(../images/bg_content.jpg);
	width: 505px;
	float: left;
	background-repeat: no-repeat;
}
#content {
	width: 450px;
	font-size: 16px;
}
#content p {
	margin-bottom: 16px;
}

.img-caption {
	font-size: 13px;
	text-align: center;
	float: left;
	width: 197px;
	margin-bottom: 15px;
}
.img-caption  a {
	text-decoration: none;
}



#footer {
	background-color: #E3D2AC;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 774px;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 11px;
	text-align: right;
	font-size: 11px;
	color: #464030;
	margin-top: 45px;
}
.john1419 {
	width: 222px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #464030;
	font-size: 13px;
	margin-bottom: 75px;
}
h1 {
	color: #b8411b;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 15px;
}

h2.journey {
	text-align: right;
	width: 340px;
	padding-top: 192px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 60px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
#content ul {
	margin-bottom: 16px;
}
#content  ul li {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
#content  ol  {
	margin-bottom: 25px;
	margin-left: 25px;
}
#content ol li {
	margin-bottom: 8px;
}
