BODY
{
	font: 100%/1.5 Georgia, palatino, serif;
	font-size: 95%;
	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;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #000000;
}
.twoColFixLtHdr #container
{
	width: 960px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
/*this overrides the text-align: center on the body element.*/
line-height: 175%;
}
.twoColFixLtHdr #header
{
	padding: 10px 10px -30px 20px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	text-align: center;
	}
.twoColFixLtHdr #sidebar1
{
	float: left;
/*since this element is floated, a width must be given*/
	height: 1200px;
	width: 200px;
/*the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	/*[empty]background:;*/
/*the background color will be displayed for the length of the content in the column, but no further*/
	padding: 25px 5px 15px 10px;
}
.twoColFixLtHdr #maincontent
{
	margin: 0 0 0 225px;
/*the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.*/
	padding: 9px 25px;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	border-left: 1px solid grey;
}
.image-paragraph-left	{
	clear: right;
	width: 570px;
	margin: 0 0 25px 0;
	}
.review-blurbs	{
	margin: 10px 0 70px 0;
	height: 220px;

}
img.homepageimg
{
	float: right;
	padding: 25px 0 20px 25px;
	}
img.sidebarimg1	{
	padding: 30px 0 15px 0;
}
img.sidebarimg	{
	padding: 10px 0 15px 0; 
}
img.aboutusfloat	{
	float: left; 
	padding: 10px 20px 15px 0;
}
img.floatLeft { 
    float: left; 
    margin-right: 20px;
}
img.floatRight { 
    float: right; 
    margin-right: 20px;
	clear: right;
}
img.floatRightreview { 
    float: right;  
	margin: 10px 20px 40px 20px;
	clear: right;
}
img.floatLeftreview { 
    float: left; 
	margin: 5px 20px 40px 0px;
	clear: right;
}
img.homepageimgfooter	{
	float: left;
	align: center;
	margin: 0 0 0 90px;
}
img.xl	{
	margin: 0;
}
img.xlinteior	{
	margin: 0;

	clear: both;
	}
img.typehistoryofrailroadingkerned	{
	margin: 20px 0 20px 0;
	}
img.blurbs	{
	margin: 0 20px 0 0;
	padding: 0 0 50px 0;
	float: left;
}
	
hr	{
	text-align: center;
		}
hr.footerhr	{
	width: 640px;
}
h1	{
	font-size: 135%;
	margin: 25px 0 -5px 0;
	line-height: 140%;
	letter-spacing: 1px;
}
h2	{
	margin: 20px 0 -12px 0;
	font-size: 105%;
	line-height: 180%;
}
h2.h2-no-space	{
	margin: 10px 0 0 0;
	font-size: 105%;
}

h3	{
	margin: 20px 0 -12px 0;
	font-size: 105%;
	}
h2.xl	{
	margin: -12px 0 -12px 0;
	font-size: 105%;
	}
h4	{
		font-size: 100%;
		font-weight: 300;
	}
h5	{
	font-size: 100%;
}
p.reviewparagraphlast	{
	margin: -5px 0 50px 0;
}
p.lastline	{
	padding: 0 0 5px 0;
}
p.reviewDiv	{
	margin: 60px;
}
p.reviewParagraph	{
	padding: 20px 0 0 0;
}
p.aboutuspix	{
	margin: 90px 0 40px 0;
}
p.center	{
	text-align: center;
}
.caption	{
	font-size: 80%;
	margin: 0;
}
#reviewAnarchoDiv	{
	padding: 20px 0 0 0;
}
#reviewDestiniesDiv	{
		padding: 40px 0 0 0;
}
#reviewDireDiv	{
	padding: 10px 0 0 0;
}
#reviewPlantsDiv	{
	padding: 90px 0 0 0;
}

.twoColFixLtHdr #footer
{
	padding: 0 10px 0 10px;
/*this padding matches the left alignment of the elements in the divs that appear above it.*/
	text-align: center;
}
.twoColFixLtHdr #footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.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 a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
