/* HawkinsRails.net - aboutus CSS */

.image_box {
	width: 700px;
	height: 400px;
}

#image_paper {
	padding: 20px;
	width: 700px;
	background: url(../images/paper_brown2.gif) repeat;
}

.aboutus_image {
	width: 500px;
	height: 375px;
	float: left;
	margin-right: -2px;
	border: 10px solid white;
}

.aboutus_side {
	width: 166px;
	float: left;
	height: 375px;
	border: 10px solid white;
	border-left-style: none;
	background-color: white;
}

#bottoms img {
	vertical-align: top;
	border-bottom: 1px solid white;
}

.quote_box {
	text-align: justify;
	background: url(../images/quote_paper.gif) repeat;
	padding: 10px;
	font-style: normal;
	color: #333;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 720px;
	margin-top: 20px;
	clear: left;
	margin-bottom: 20px;
}

.source {
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	text-align: right;
	font-size: 75%;
}

.text_box {
	width: 800px;
	text-align: justify;
	clear: none;
	float: none;
	margin-top: 20px;
	font-size: 110%;
	line-height: 120%;
}

.text_box h2 {
	width: 775px;
}

#text_box_left img {
	border: 5px solid #fff;
	border-bottom-width: 10px;
	background-color: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#text_box_right img {
	border: 5px solid #fff;
	border-bottom-width: 10px;
	background-color: #fff;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.array {
	width: 800px;
	margin-top: 25px;
}

.array img {
	border: 1px solid black;
}

.footer {
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 600px;
}

/* Snaphots */

#masthead {
	margin-top: 50px;
	margin-bottom: 100px;
}

#masthead img {
	width: 125px;
	border: 7px solid white;
	border-bottom: 10px solid white;
	float: left;
	margin-right: 10px;
}

#masthead p {
	font-weight: bold;
	color: #a9a9a9;
	padding-top: 35px;
	line-height: 0;
	font-size: 110%;
}

#masthead h1 {
	font-size: 350%;
	line-height: 0;
}

#thanks {
	text-align: right;
	font-family: "Courier New", Courier, mono;
	padding-bottom: 20px;
}



